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: DEVGUIDE.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -142,7 +142,7 @@ To test your changes locally _without_ overwriting your default installed F# too
142
142
project as the startup project. When you hit F5 a new instance of Visual Studio will be started in the`FSharpDev` hive with your
143
143
changes, but the root (default) hive will remain untouched.
144
144
145
-
###[Optional] Rapid deployment of incremental changes to Visual F# IDE Tools components
145
+
####[Optional] Rapid deployment of incremental changes to Visual F# IDE Tools components
146
146
147
147
For the brave, you can rapidly deploy incrementally updated versions of Visual F# IDE Tool components such as``FSHarp.Editor.dll`` by copying them directly into the extension directory in your user AppData folder:
1. The`update.cmd` script adds required strong name validation skips, and NGens the compiler and libraries. This requires admin privileges.
185
185
1. The compiler binaries produced are "private" and strong-named signed with a test key.
@@ -190,7 +190,7 @@ For **Release**:
190
190
- We use the proto compiler to compile the source for`FSharp.Core.dll` in this distribution.
191
191
- We use the proto compiler to compile the source for`FSharp.Compiler.dll`,`fsc.exe`,`fsi.exe`, and other binaries found in this distribution.
192
192
193
-
###Configuring proxy server
193
+
####Configuring proxy server
194
194
195
195
If you are behind a proxy server, NuGet client tool must be configured to use it:
196
196
@@ -200,7 +200,7 @@ If you are behind a proxy server, NuGet client tool must be configured to use it
200
200
201
201
Where you should set proper proxy address, user name and password.
202
202
203
-
##Resources
203
+
####Resources
204
204
205
205
The primary technical guide to the core compiler code is[The F# Compiler Technical Guide](http://fsharp.github.io/2015/09/29/fsharp-compiler-guide.html). Please read and contribute to that guide.