Skip to content

Conversation

EvgeniyZ
Copy link
Contributor

The issue or feature being addressed

Fixes #3203

Details on the issue fix or feature implementation

remove any usages of MvcOptions in 'SchemaGenerator'. It should not be a breaking change since bool expression is 'true' by definition if 'SuppressImplicitRequiredAttributeForNonNullableReferenceTypes=false'

remove any usages of MvcOptions in 'SchemaGenerator'. It should not be a breaking change
since bool expression is 'true' by definition if 'SuppressImplicitRequiredAttributeForNonNullableReferenceTypes=false'
@codecov-commenter
Copy link

codecov-commenter commented Jan 30, 2025

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.40%. Comparing base (2826dd9) to head (7660724).
Report is 2 commits behind head on master.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3242      +/-   ##
==========================================
- Coverage   83.62%   82.40%   -1.22%     
==========================================
  Files          76       97      +21     
  Lines        3182     3587     +405     
  Branches      538      648     +110     
==========================================
+ Hits         2661     2956     +295     
- Misses        521      631     +110     
Flag Coverage Δ
Linux 83.64% <100.00%> (+0.01%) ⬆️
Windows 82.42% <100.00%> (-1.20%) ⬇️
macOS 83.64% <100.00%> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@EvgeniyZ EvgeniyZ changed the title fix for #3203 Remove MvcOptions from SchemaGenerator Jan 30, 2025
EvgeniyZ and others added 4 commits February 4, 2025 14:16
…onSerializerSchemaGeneratorTests.cs

Co-authored-by: Martin Costello <[email protected]>
…onSerializerSchemaGeneratorTests.cs

Co-authored-by: Martin Costello <[email protected]>
…onSerializerSchemaGeneratorTests.cs

Co-authored-by: Martin Costello <[email protected]>
@martincostello martincostello added this to the v7.3.0 milestone Feb 4, 2025
This was referenced Sep 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

NonNullableReferenceTypesAsRequired should not consider MvcOptions
3 participants