You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
This directory contains the build, packaging, test and documentation-generation logic for thenuget package``FSharp.Compiler.Service``. The source for thisnuget
5
+
This directory contains the build, packaging, test and documentation-generation logic for theNuGet package``FSharp.Compiler.Service``. The source for thisNuGet
6
6
package is in``..\src``.
7
7
8
-
Basically we are packaging up the compiler as a DLL and publishing it as anuget package.
8
+
Basically we are packaging up the compiler as a DLL and publishing it as aNuGet package.
9
9
10
10
##FSharp.Compiler.Service v. FSharp.Compiler.Private
11
11
12
12
There are subtle differences between FSharp.Compiler.Service and FSharp.Compiler.Private (shipped with the Visual F# Tools)
13
13
14
14
- FCS has a public API
15
15
- FCS is built against**.NET 4.5** and**FSharp.Core 4.0.0.0** to give broader reach
16
-
- FCS has aNuget package
16
+
- FCS has aNuGet package
17
17
- FCS has a .NET Standard 1.6 version in the nuget package
18
18
- FCS testing also tests the "Project Cracker" (see below)
19
19
- FCS doesn't add the System.ValueTuple.dll reference by default, see``#if COMPILER_SERVICE_AS_DLL`` in compiler codebase
@@ -57,7 +57,7 @@ which does things like:
57
57
58
58
###Manual push of packages
59
59
60
-
Yu can push the packages if you have permissions, either automatically using``build Release`` or manually
60
+
You can push the packages if you have permissions, either automatically using``build Release`` or manually