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
Copy file name to clipboardExpand all lines: fcs/README.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,19 @@
1
1
2
2
3
-
# The FSharp.Compiler.Service components and nuget package
3
+
# The FSharp.Compiler.Service components and NuGet package
4
4
5
-
This directory contains the build, packaging, test and documentation-generation logic for the nuget package ``FSharp.Compiler.Service``. The source for this nuget
5
+
This directory contains the build, packaging, test and documentation-generation logic for the NuGet package ``FSharp.Compiler.Service``. The source for this NuGet
6
6
package is in ``..\src``.
7
7
8
-
Basically we are packaging up the compiler as a DLL and publishing it as a nuget package.
8
+
Basically we are packaging up the compiler as a DLL and publishing it as a NuGet 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 a Nuget package
16
+
- FCS has a NuGet 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,17 +57,17 @@ 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
0 commit comments