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

fix: remove invalid usages of RequireQualifiedAccess #450

Closed

Conversation

MadelineRitchie
Copy link

This allows building on systems with dotnet 9 installed, and has zero behavioral impact.

An alternative way to allow building on systems that have dotnet 9 installed would be to generate a global.json file that specifies sdk version 8.

This allows building on systems with dotnet 9 installed, and has zero
behavioral impact.
@MadelineRitchie
Copy link
Author

I'll revisit this once I put some more rigor into my effort. Thanks for your attention.

@MadelineRitchie MadelineRitchie deleted the push-pkouyxzymwpu branch February 27, 2025 17:17
@Numpsy
Copy link
Collaborator

Numpsy commented Feb 27, 2025

refs #449 - the other possibility is to use FSharp.Core 8.0.300, where RequireQualifiedAccess has had it's Usage attributes fixed to correctly allow it to apply to structs as well as classes

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

Successfully merging this pull request may close these issues.

2 participants