-
Notifications
You must be signed in to change notification settings - Fork 45
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 to NET 9.0 #280
Update to NET 9.0 #280
Conversation
- Change main versions - Fix Regex .NET Issues - Update packages - Update default dashboard version - Update pipeline
update project files
fix: depriection version in flow
fix: to version4
docs-update
Qodo Merge was enabled for this repository. To continue using it, please link your Git account with your Qodo account here. PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
Qodo Merge was enabled for this repository. To continue using it, please link your Git account with your Qodo account here. PR Code Suggestions ✨Explore these optional code suggestions:
|
change-update-path
wil be change to another flow |
User description
Update to NET 9.0
PR Type
Enhancement, Bug fix, Tests, Documentation
Description
Upgraded project to .NET 9.0, including all dependencies and target frameworks.
Replaced
GeneratedRegex
withRegexOptions.Compiled
for performance improvements.Updated GitHub Actions workflows to use newer versions of actions.
Enhanced documentation with updated links and installation instructions.
Added missing
using
directives to test files for better clarity and functionality.Changes walkthrough 📝
10 files
Replaced `GeneratedRegex` with `RegexOptions.Compiled`
Replaced `GeneratedRegex` with `RegexOptions.Compiled`
Upgraded to .NET 9.0 and updated metadata
Upgraded to .NET 9.0
Upgraded to .NET 9.0
Upgraded to .NET 9.0
Upgraded to .NET 9.0
Upgraded to .NET 9.0
Upgraded to .NET 9.0
Upgraded to .NET 9.0
1 files
Removed unnecessary blank line
1 files
Added missing `using` directive
4 files
Updated XML documentation for clarity
Updated documentation links and installation instructions
Updated video link in documentation
Updated installation instructions for new package ID
4 files
Updated default dashboard image to version 9.0
Updated GitHub Actions to newer versions
Updated .NET version to 9.0 in workflow
Updated .NET version to 9.0 in workflow
2 files
Added missing `using` directives
Added missing `using` directive
1 files
Updated package dependencies to latest versions
24 files