DotnetFscCompilerPath property is wrapped into double quotes
Open
Area-ProjectsAndBuild
Bug
Impact-Low
- Dominant language
- F#
- Stars
- 4.3k
- Forks
- 876
- Avg merge
- 4d 11h
- Merged PRs (30d)
- 131
Description
I've been investigating some of the MSBuild properties and found that `DotnetFscCompilerPath` is wrapped into double quotes, and it's the only property to do so in a console app project. There are a lot of other properties with paths to various targets, props, SDK, outputs, and so on, but none of the other properties are wrapped into double quotes, at least on my test project. Should we make `DotnetFscCompilerPath` consistent with the properties defined by the rest of the dotnet/MSBuild toolset?
cc @KevinRansom Do you by any chance remember if there was a specific reason to do it this way?
Contributor guide
Assessment
This issue has not been assessed yet.