-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Add .NET 8 support #2799
Merged
martincostello
merged 9 commits into
domaindrivendev:master
from
martincostello:add-net8.0
May 12, 2024
Merged
Add .NET 8 support #2799
martincostello
merged 9 commits into
domaindrivendev:master
from
martincostello:add-net8.0
May 12, 2024
Commits on May 8, 2024
-
- Add support for .NET 8. - Bump version to `6.6.0`.
Configuration menu - View commit details
-
Copy full SHA for 726379a - Browse repository at this point
Copy the full SHA 726379aView commit details -
Add .NET 8 Minimal API test app
Add WeatherForecast .NET 8 Minimal API test application. Resolves domaindrivendev#2791.
Configuration menu - View commit details
-
Copy full SHA for 8d66e39 - Browse repository at this point
Copy the full SHA 8d66e39View commit details -
Add test for domaindrivendev#2771 for `DateOnly` values.
Configuration menu - View commit details
-
Copy full SHA for c8596df - Browse repository at this point
Copy the full SHA c8596dfView commit details -
Get serializer options for Minimal APIs
Use JsonOptions for Minimal APIs in .NET 8+ if not available from MVC. Use `JsonSerializerOptions.Default` where available. See domaindrivendev#2593 (comment).
Configuration menu - View commit details
-
Copy full SHA for a14134b - Browse repository at this point
Copy the full SHA a14134bView commit details -
Use the Regex source generator for .NET 7+. Resolves domaindrivendev#2794.
Configuration menu - View commit details
-
Copy full SHA for a6e1d8d - Browse repository at this point
Copy the full SHA a6e1d8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 763ead8 - Browse repository at this point
Copy the full SHA 763ead8View commit details -
Use xunit's `Assert.Multiple()` method to combine failed assertions together.
Configuration menu - View commit details
-
Copy full SHA for 9a65e75 - Browse repository at this point
Copy the full SHA 9a65e75View commit details -
Refactor JsonSerializerOptions resolution
- Move resolution to own private class. - Only resolve the value once. - Add comments about resolution. - Make `ISerializerDataContractResolver` a singleton by default.
Configuration menu - View commit details
-
Copy full SHA for d83c092 - Browse repository at this point
Copy the full SHA d83c092View commit details -
Configuration menu - View commit details
-
Copy full SHA for c29aeef - Browse repository at this point
Copy the full SHA c29aeefView commit details
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.