-
Notifications
You must be signed in to change notification settings - Fork 253
feat: enable null reference type support #2146
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
Conversation
src/Microsoft.OpenApi/Validations/Rules/OpenApiSchemaRules.cs
Dismissed
Show dismissed
Hide dismissed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work here!
I've only done a partial review at this point starting with the interfaces, since changes there will require reviewing implementations again.
Co-authored-by: Vincent Biret <[email protected]>
Co-authored-by: Vincent Biret <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We're making good progress here, here is another set of comments
src/Microsoft.OpenApi/Exceptions/OpenApiUnsupportedSpecVersionException.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.OpenApi/Models/References/BaseOpenApiReferenceHolder.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.OpenApi/Reader/V2/OpenApiOperationDeserializer.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.OpenApi/Reader/V2/OpenApiOperationDeserializer.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.OpenApi/Reader/V2/OpenApiParameterDeserializer.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.OpenApi/Reader/V3/OpenApiServerVariableDeserializer.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.OpenApi/Reader/V31/OpenApiSecurityRequirementDeserializer.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.OpenApi/Reader/V31/OpenApiServerVariableDeserializer.cs
Outdated
Show resolved
Hide resolved
Co-authored-by: Vincent Biret <[email protected]>
Co-authored-by: Vincent Biret <[email protected]>
…izer.cs Co-authored-by: Vincent Biret <[email protected]>
…erializer.cs Co-authored-by: Vincent Biret <[email protected]>
…rializer.cs Co-authored-by: Vincent Biret <[email protected]>
…zer.cs Co-authored-by: Vincent Biret <[email protected]>
…rializer.cs Co-authored-by: Vincent Biret <[email protected]>
Please retry analysis of this Pull-Request directly on SonarQube Cloud |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the great work and the long haul on this one!!!
|
This PR:
nullable
feature in the core and readers projectFixes #1202