-
-
Notifications
You must be signed in to change notification settings - Fork 158
Merge master v5.3.0 into openapi #1293
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
Package updates
The new docfx template no longer produces a /styles directory, therefore it needs to be created first for the PowerShell homepage copy to succeed. https://stackoverflow.com/questions/2695504/powershell-2-copy-item-which-creates-a-folder-if-doesnt-exist Also, the allyoucan.cloud link is unreachable, which blocks loading the home page for 20 seconds. Removed the reference, not sure if it was needed.
Corrected HTTP method in updating.md
Remove workaround for RSRP-491451
…h fails on EF Core 8 (details at dotnet/efcore#31271)
Add sponsor credits
Fix exception thrown by EF Core 8 preview
…l as a field name
…shape of parsers, making it easier to use them directly from external code
Extensible query string functions
The return value of `implicit operator string(StringValues values)` has changed to nullable in .NET 8. However the implementation did not change. So adapt our code to use `ToString()` instead, which never returns null.
Codecov Report
@@ Coverage Diff @@
## openapi #1293 +/- ##
===========================================
+ Coverage 92.61% 96.81% +4.20%
===========================================
Files 316 21 -295
Lines 9313 597 -8716
===========================================
- Hits 8625 578 -8047
+ Misses 688 19 -669
|
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.
This PR merges the latest master branch (v5.3.0) into the openapi branch.
Commits to review (the rest originates from merge): the last 4 commits.
QUALITY CHECKLIST