Skip to content
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

Build errors when compliling with the .NET 9 SDK #449

Open
Numpsy opened this issue Feb 24, 2025 · 1 comment
Open

Build errors when compliling with the .NET 9 SDK #449

Numpsy opened this issue Feb 24, 2025 · 1 comment

Comments

@Numpsy
Copy link
Collaborator

Numpsy commented Feb 24, 2025

I just tried building the solution with the 9.0.200 .NET SDK (the default/latest on this machine) and got a few build errors about attribute usage. e.g

Image

I think this is hitting the issue discussed at dotnet/fsharp#18298 (comment) where the compiler is enforcing the attributes more than it used to and it needs a newer FSharp.Core to work.

Pinning the build to a .NET 8 SDK with global.json avoids the issue, but otherwise it might need either an FSharp.Core update or attribute changes to fix properly?

@JaggerJo
Copy link
Member

JaggerJo commented Feb 24, 2025

We should probably bump the version of FSharp.Core then 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants