-
Notifications
You must be signed in to change notification settings - Fork 816
Update .NET #18333
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
Update .NET #18333
Conversation
✅ No release notes required |
@Martin521 this should fix the devcontainer issue |
Thanks! |
With these changes, script build and test works fine for me locally. |
Not sure what's wrong there. Someone must've forgotten to change something when changed some nullness related code. |
Just to note: build scripts is the only supported and tested way of building compiler, plain builds may be overlooked since it was pretty much only me who was using those. |
@T-Gro Will plain builds still be supported? |
Nothing changes in that regard, they remain on a best-effort basis and everything which Vlad wrote above holds true, like it always did. Any contributions to make plain dotnet build work are welcomed, as are changes to add steps to CI to validate them. "withNull" is part of shipped FSharp.Core (net9), this is likely using a local build of FSharp.Core which excludes it. |
Update to 9.0.200 and sync between devcontainer, globaljson and fslib package version used by JB folks