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
Restart Visual Studio, it should now be running your freshly-built Visual F# IDE Tools with updated F# Interactive.
178
178
@@ -237,7 +237,7 @@ If you change error messages you may need to update FSComp.fs in `src\buildfroms
237
237
To do this, build the non-buildfromsource version of FSharp.Compiler.Private (src\fsharp\FSharp.Compiler.Private) then check its obj\ directory for `FSComp.fs` and manually copy that into the buildfromsource directory.
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
Copy file name to clipboardExpand all lines: FSharpBuild.Directory.Build.targets
+1-36Lines changed: 1 addition & 36 deletions
Original file line number
Diff line number
Diff line change
@@ -34,42 +34,7 @@
34
34
</CreateItem>
35
35
</Target>
36
36
37
-
<TargetName="ComputeFinalOutputPaths">
38
-
<!--
39
-
Ideally we'd set <OutputPath> to `$(Configuration)\[net40|coreclr]\bin`, but the calculation of `[net40|coreclr]`
40
-
depends on the `$(TargetFramework)` variable which is set by the individual project files, but by the time we have
41
-
that value (e.g., in this file) it's too late; some targets, particularly from the VsSDK have already used the
42
-
values of $(OutputPath)/$(OutDir).
43
-
44
-
The fix is to not set `$(Outputpath)` and simply copy stuff there after the fact.
45
-
-->
46
-
47
-
<PropertyGroup>
48
-
<TargetDotnetProfileCondition="$(TargetFramework.StartsWith('netstandard')) or $(TargetFramework.StartsWith('netcoreapp'))">coreclr</TargetDotnetProfile>
0 commit comments