Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2f5a4d4

Browse files
authored
Update DEVGUIDE.md
1 parent731826f commit2f5a4d4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎DEVGUIDE.md‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ To test your changes locally _without_ overwriting your default installed F# too
142142
project as the startup project. When you hit F5 a new instance of Visual Studio will be started in the`FSharpDev` hive with your
143143
changes, but the root (default) hive will remain untouched.
144144

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
146146

147147
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:
148148

@@ -179,7 +179,7 @@ For **Release**:
179179
-[Windows 10 SDK](https://developer.microsoft.com/en-US/windows/downloads/windows-10-sdk)
180180

181181

182-
###Notes on the Windows .NET Framework build
182+
####Notes on the Windows .NET Framework build
183183

184184
1. The`update.cmd` script adds required strong name validation skips, and NGens the compiler and libraries. This requires admin privileges.
185185
1. The compiler binaries produced are "private" and strong-named signed with a test key.
@@ -190,7 +190,7 @@ For **Release**:
190190
- We use the proto compiler to compile the source for`FSharp.Core.dll` in this distribution.
191191
- We use the proto compiler to compile the source for`FSharp.Compiler.dll`,`fsc.exe`,`fsi.exe`, and other binaries found in this distribution.
192192

193-
###Configuring proxy server
193+
####Configuring proxy server
194194

195195
If you are behind a proxy server, NuGet client tool must be configured to use it:
196196

@@ -200,7 +200,7 @@ If you are behind a proxy server, NuGet client tool must be configured to use it
200200

201201
Where you should set proper proxy address, user name and password.
202202

203-
##Resources
203+
####Resources
204204

205205
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.
206206

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp