-
Notifications
You must be signed in to change notification settings - Fork 162
Support F# 10 and .NET 10 #1429
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Member
TheAngryByrd
commented
Nov 12, 2025
- Updated paket version to 10.0.0-alpha011 in dotnet-tools.json.
- Modified GitHub workflows to include .NET 10 builds and tests.
- Updated project files to target .NET 10 alongside .NET 8 and 9.
- Upgraded FSharp.Compiler.Service and related dependencies to compatible versions.
- Removed deprecated LetOrUseBang pattern matching in various files.
- Enhanced code generation utilities to accommodate new patterns and attributes.
e1d979f to
bcd4125
Compare
- Updated paket version to 10.0.0-alpha011 in dotnet-tools.json. - Modified GitHub workflows to include .NET 10 builds and tests. - Updated project files to target .NET 10 alongside .NET 8 and 9. - Upgraded FSharp.Compiler.Service and related dependencies to compatible versions. - Removed deprecated LetOrUseBang pattern matching in various files. - Enhanced code generation utilities to accommodate new patterns and attributes.
bcd4125 to
f0508a7
Compare
- Updated the AdaptiveServerState.fs to use `let!` instead of `and!` for better readability. - Refactored the Parser.fs to streamline option creation by removing redundant arity setting functions and using a more concise approach. - Changed the way options are added to the root command, improving clarity and consistency. - Simplified the command handling logic by breaking it into smaller functions for better maintainability. - Updated the Parser.fsi to reflect the new `invoke` function signature. - Modified Program.fs to call the new `invoke` function instead of the old parser. - Adjusted test helper to ensure timeout values are correctly converted to float.
Member
Author
|
No idea why the test discovery tests are failing on 9 and 10 now |
7ab6d9e to
6f8d78a
Compare
6f8d78a to
1cf09ad
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.