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
* “fsharp” as bundled in macOS tooling for F# + Mono by Xamarin and installed either from[the Mono Project Download page](http://www.mono-project.com/download/#download-mac) or via homebrew cask as part of the[`mono-mdk`](https://github.com/caskroom/homebrew-cask/blob/master/Casks/mono-mdk.rb) cask (`brew cask install mono-mdk`)
23
23
@@ -74,7 +74,7 @@ The NuGet packages are exactly the ones produced by AppVeyor CI, e.g. [for versi
74
74
by someone with appropriate permissions.
75
75
76
76
The``FSharp.Compiler.Tools`` NuGet package can be used if you wish to use the latest F# compiler on a computer without relying on the installed version of Visual Studio.
77
-
Adding it vianuget to a project will override the in-box compiler with the compiler from thenuget package.
77
+
Adding it viaNuGet to a project will override the in-box compiler with the compiler from theNuGet package.
78
78
Note: you will need to manually modify your project file once (seehttps://github.com/fsharp/fsharp/issues/676).
79
79
80
80
###The``fsharp`` Debian Linux Package
@@ -117,7 +117,7 @@ F# is packaged as part of Mono on macOS. Jason Imison says:
117
117
118
118
###Package feeds
119
119
120
-
A feed ofnuget packages from builds is available from AppVeyor using the NuGet feed:https://ci.appveyor.com/nuget/fsgit-fsharp
120
+
A feed ofNuGet packages from builds is available from AppVeyor using the NuGet feed:https://ci.appveyor.com/nuget/fsgit-fsharp
121
121
122
122
If using Paket, add the source at the top of`paket.dependencies`.
123
123
@@ -171,7 +171,7 @@ Build using:
171
171
172
172
mono\build.bat
173
173
174
-
Thisbuild the proto compiler, then the library, then the final compiler.
174
+
Thisbuilds the proto compiler, then the library, then the final compiler.
175
175
176
176
###Build Note: Strong Names
177
177
@@ -208,7 +208,7 @@ There are certain guidelines that need to be followed when integrating changes f
208
208
* this repository does not undergo the QA test process that upstream does, so the`tests/fsharpqa` folder and all files within should be removed when merging
209
209
* this repository does not contain any of the Visual Studio tooling or integrations, so the`vsintegration` directory and all files within should be removed when merging
210
210
* anything referencing`FSharp.LaunguageService.Compiler` is a Microsoft-internal version of the open FSharp.Compiler.Service repository, and should be removed when merging
211
-
* Windows-specificscrips like`update.cmd` and`runtests.cmd` aren't used in this repository, and so should be removed when merging
211
+
* Windows-specificscripts like`update.cmd` and`runtests.cmd` aren't used in this repository, and so should be removed when merging