-
Notifications
You must be signed in to change notification settings - Fork 789
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FSharp.Compiler.Private only targets netstandard2.0 #7220
Conversation
FYI in running this locally it's basically just a pleasure to write code in the compiler codebase. |
setup/Swix/Microsoft.FSharp.Compiler.MSBuild/Microsoft.FSharp.Compiler.MSBuild.csproj
Show resolved
Hide resolved
setup/Swix/Microsoft.FSharp.Compiler.MSBuild/Microsoft.FSharp.Compiler.MSBuild.csproj
Show resolved
Hide resolved
src/fsharp/FSharp.Compiler.Private/FSharp.Compiler.Private.fsproj
Outdated
Show resolved
Hide resolved
setup/Swix/Microsoft.FSharp.Compiler.MSBuild/Microsoft.FSharp.Compiler.MSBuild.csproj
Show resolved
Hide resolved
Update: got this working locally - Need to figure out why this is wonky in the linux/macOS/sourcebuild builds now. Signing errors are unrelated. |
* Use 1-based column numbers in tests * Helper that can check for multiple type errors
…710.8 (#7200) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19360.8
Built locally! |
Finally getting to obscure signing issues, so there's some serious progress here! |
The following assemblies don't have a commit hash set (all assemblies) Hmmmmmmmmmmmmmmmmmmmmmmm but y tho |
@brettfo Hooo boy. fsc.exe build from release/dev16.3:
fsc.exe built from this PR:
Both have the file version in the manifest. |
So, two troubling things here:
The second point is bizarre. Why would changing the TFM like this use a different compiler? More and more reason to work towards removing our use of the desktop compiler entirely. |
I think something is wrong with CI; we don't have that many checks |
I'm looking to give @brettfo a heart attack so that this can be done correctly.