FSharp.Compiler.Service by Microsoft Corporation, Dave Thomas, Anh-Dung Phan, Tomas Petricek

<PackageReference Include="FSharp.Compiler.Service" Version="0.0.36" />

.NET API 12,326,400 bytes

 FSharp.Compiler.Service 0.0.36

The F# compiler services package contains a custom build of the F# compiler that exposes additional functionality for implementing F# language bindings, additional tools based on the compiler or refactoring tools. The package also includes F# interactive service that can be used for embedding F# scripting into your applications.

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>FSharp.Compiler.Service</id>
    <version>0.0.36</version>
    <authors>Microsoft Corporation, Dave Thomas, Anh-Dung Phan, Tomas Petricek</authors>
    <owners>Microsoft Corporation, Dave Thomas, Anh-Dung Phan, Tomas Petricek</owners>
    <licenseUrl>https://github.com/fsharp/FSharp.Compiler.Service/blob/master/LICENSE</licenseUrl>
    <projectUrl>https://github.com/fsharp/FSharp.Compiler.Service</projectUrl>
    <iconUrl>https://raw.github.com/fsharp/FSharp.Compiler.Service/master/misc/logo.png</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>The F# compiler services package contains a custom build of the F# compiler that exposes additional functionality for implementing F# language bindings, additional tools based on the compiler or refactoring tools. The package also includes F#  interactive service that can be used for embedding F# scripting into your applications.</description>
    <summary>F# compiler services for creating IDE tools, language extensions and for F# embedding</summary>
    <releaseNotes>Fix #71 - Expose static parameters and xml docs of type providers Fix #63 - SourceCodeServices: #r ignores include paths passed as command-line flags</releaseNotes>
    <copyright>Copyright 2013</copyright>
    <tags>F# fsharp interactive compiler editor</tags>
  </metadata>
</package>