Refactor readers to reduce surface area #1958
1 configuration not found
Warning: Code scanning may not have found all the alerts introduced by this pull request, because 1 configuration present on refs/heads/vnext
was not found:
API upload
- ❓ <default>
New alerts in code changed by this pull request
- 7 warnings
See annotations below for details.
Annotations
Check warning on line 49 in src/Microsoft.OpenApi.Readers/OpenApiYamlReader.cs
Code scanning / CodeQL
Missing Dispose call on local IDisposable Warning
Check warning on line 76 in src/Microsoft.OpenApi.Readers/OpenApiYamlReader.cs
Code scanning / CodeQL
Missing Dispose call on local IDisposable Warning
Check warning on line 138 in src/Microsoft.OpenApi/Reader/OpenApiModelFactory.cs
Code scanning / CodeQL
Missing Dispose call on local IDisposable Warning
Check warning on line 149 in src/Microsoft.OpenApi/Reader/OpenApiModelFactory.cs
Code scanning / CodeQL
Dereferenced variable may be null Warning
may be null at this access because the parameter has a null default value.
Check warning on line 179 in src/Microsoft.OpenApi/Reader/OpenApiModelFactory.cs
Code scanning / CodeQL
Dereferenced variable may be null Warning
may be null at this access because the parameter has a null default value.
Check warning on line 208 in src/Microsoft.OpenApi/Reader/OpenApiModelFactory.cs
Code scanning / CodeQL
Missing Dispose call on local IDisposable Warning
Check warning on line 251 in src/Microsoft.OpenApi/Reader/OpenApiModelFactory.cs
Code scanning / CodeQL
Missing Dispose call on local IDisposable Warning