Merge branch 'main' into feat/enable-NRT #5874
Annotations
10 errors
Validate Trimming warnings:
src/Microsoft.OpenApi/Models/OpenApiDocument.cs#L144
Possible null reference argument for parameter 'externalDocs' in 'OpenApiExternalDocs.OpenApiExternalDocs(OpenApiExternalDocs externalDocs)'.
|
Validate Trimming warnings:
src/Microsoft.OpenApi/Writers/OpenApiWriterAnyExtensions.cs#L117
Converting null literal or possible null value to non-nullable type.
|
Validate Trimming warnings:
src/Microsoft.OpenApi/Models/References/OpenApiSchemaReference.cs#L49
Possible null reference return.
|
Validate Trimming warnings:
src/Microsoft.OpenApi/Services/OpenApiWalker.cs#L57
Possible null reference argument for parameter 'tags' in 'void OpenApiWalker.Walk(ISet<OpenApiTag> tags)'.
|
Validate Trimming warnings:
src/Microsoft.OpenApi/Models/OpenApiSchema.cs#L262
Non-nullable property 'Schema' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Validate Trimming warnings:
src/Microsoft.OpenApi/Reader/OpenApiReaderSettings.cs#L164
Dereference of a possibly null reference.
|
Validate Trimming warnings:
src/Microsoft.OpenApi/Reader/OpenApiReaderSettings.cs#L22
Non-nullable field '_httpClient' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Validate Trimming warnings:
src/Microsoft.OpenApi/Reader/OpenApiModelFactory.cs#L266
Possible null reference argument for parameter 'baseUrl' in 'DefaultStreamLoader.DefaultStreamLoader(Uri baseUrl, HttpClient httpClient)'.
|
Validate Trimming warnings:
src/Microsoft.OpenApi/Reader/OpenApiModelFactory.cs#L299
Dereference of a possibly null reference.
|
Validate Trimming warnings:
src/Microsoft.OpenApi/Reader/OpenApiModelFactory.cs#L300
Dereference of a possibly null reference.
|
Loading