-
-
Notifications
You must be signed in to change notification settings - Fork 158
Merge master (v5.1.0) into openapi branch #1209
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
…e the fully qualified type names of the conflicting controllers
…e members to Hint level, because they tend to cause backwards-compatibility issues in publicly exposed signatures
…gumentExpressionAttribute instead
…o (git handles this automatically if omitted)
…inux Update to latest Resharper version (and related formatting improvements)
Multi-target Annotations against .NET Standard 1.0
…rror Improve error message when duplicate controllers found
Co-authored-by: Maurits Moeys <maurits.moeys@gmail.com>
Relationship capabilities and bugfixes
…'t need to edit appsettings.json when debugging
…d common pitfalls
Codecov Report
@@ Coverage Diff @@
## openapi #1209 +/- ##
===========================================
+ Coverage 92.24% 92.29% +0.04%
===========================================
Files 303 304 +1
Lines 8774 8866 +92
===========================================
+ Hits 8094 8183 +89
- Misses 680 683 +3
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Run cibuild on Ubuntu 20.04 LTS instead of 18.04.4 LTS
Package updates
…ior.ClientSetNull to DeleteBehavior.SetNull This improves speed and reduces the number of errors logged by the PostgreSQL server when running tests, because we no longer need the "truncate table cascade" fallback in DbContextExtensions.
… more than 5 batches are needed
Update to PostgreSQL v15
Improve speed of running tests
Update to latest version of regitlint
@maurei as part of the bits you merged today, the changes from #1218 should be propagated to the OpenAPI projects. Specifically:
|
Acknowledged! |
maurei
approved these changes
Dec 14, 2022
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.
Aside from the merge itself:
ArgumentGuard
to remove thenameof()
parameterTestableDbContext
instead ofDbContext
QUALITY CHECKLIST