-
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
Configure non-nullable types as required #2803
Configure non-nullable types as required #2803
Commits on Sep 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 25fb4e5 - Browse repository at this point
Copy the full SHA 25fb4e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for a315fbc - Browse repository at this point
Copy the full SHA a315fbcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 01690f2 - Browse repository at this point
Copy the full SHA 01690f2View commit details
Commits on Apr 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c0773ce - Browse repository at this point
Copy the full SHA c0773ceView commit details -
Add MarkNonNullableReferenceTypesAsRequired to DeepCopy
Without this change the setting will not be set when getting SchemaGeneratorOptions from DI in SchemaGenerator
Configuration menu - View commit details
-
Copy full SHA for f97d834 - Browse repository at this point
Copy the full SHA f97d834View commit details -
Fix detection on non nullable types to mark as required
Because of the higher precedence of the && operator compared to the ?? operator we need to prioritize ?? manually with brackets.
Configuration menu - View commit details
-
Copy full SHA for 646ccee - Browse repository at this point
Copy the full SHA 646cceeView commit details
Commits on Apr 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 98afe46 - Browse repository at this point
Copy the full SHA 98afe46View commit details -
Reorder conditions to improve performance due to lazy evaluation
The change is located in SchemaGenerator.CreateObjectSchema.
Configuration menu - View commit details
-
Copy full SHA for 9034cc0 - Browse repository at this point
Copy the full SHA 9034cc0View commit details -
Change a comment on NonNullableReferenceTypesAsRequired
The new comment true to what is actually done when setting this option.
Configuration menu - View commit details
-
Copy full SHA for 767bc7f - Browse repository at this point
Copy the full SHA 767bc7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 80c6c6e - Browse repository at this point
Copy the full SHA 80c6c6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 73ba147 - Browse repository at this point
Copy the full SHA 73ba147View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3169f8 - Browse repository at this point
Copy the full SHA a3169f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0dd334d - Browse repository at this point
Copy the full SHA 0dd334dView commit details
Commits on Apr 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ab58945 - Browse repository at this point
Copy the full SHA ab58945View commit details
Commits on Jul 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 30503ed - Browse repository at this point
Copy the full SHA 30503edView commit details
Commits on Jul 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 61760a4 - Browse repository at this point
Copy the full SHA 61760a4View commit details