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
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -121,6 +121,18 @@ You can find all test options as separate flags. For example `build -testAll`:
121
121
122
122
Running any of the above will build the latest changes and run tests against them.
123
123
124
+
## Using your custom compiler to build other projects
125
+
126
+
Building the compiler using `build.cmd` or `build.sh` will output artifacts in `artifacts\bin`.
127
+
128
+
To use your custom build of `Fsc`, add the `DotnetFscCompilerPath` property to your project's `.fsproj` file, adjusted to point at your local build directory, build configuration, and target framework as appropriate:
If your changes involve modifying the list of language keywords in any way, (e.g. when implementing a new keyword), the XLF localization files need to be synced with the corresponding resx files. This can be done automatically by running
0 commit comments