Uh oh!
There was an error while loading. Please reload this page.
Update .NET - #18333
Conversation
✅ No release notes required |
vzarytovskii
commented
Feb 21, 2025
@Martin521 this should fix the devcontainer issue |
Martin521
commented
Feb 21, 2025
Thanks! |
Martin521
commented
Feb 23, 2025
With these changes, script build and test works fine for me locally. |
vzarytovskii
commented
Feb 23, 2025
Not sure what's wrong there. Someone must've forgotten to change something when changed some nullness related code. |
vzarytovskii
commented
Feb 24, 2025
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. |
Martin521
commented
Feb 24, 2025
@T-Gro Will plain builds still be supported? |
T-Gro
commented
Mar 10, 2025
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