Sync vnext changes with the v2 branch #4000
codeql-analysis.yml
on: pull_request
CodeQL Analysis
1m 50s
Annotations
10 errors
CodeQL Analysis:
src/Microsoft.OpenApi/Models/OpenApiDocument.cs#L102
Non-nullable property 'Annotations' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
CodeQL Analysis:
src/Microsoft.OpenApi/Models/OpenApiDocument.cs#L126
Possible null reference assignment.
|
CodeQL Analysis:
src/Microsoft.OpenApi/Models/OpenApiDocument.cs#L113
Non-nullable property 'Annotations' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
CodeQL Analysis:
src/Microsoft.OpenApi/Models/OpenApiOperation.cs#L117
Non-nullable property 'Annotations' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
CodeQL Analysis:
src/Microsoft.OpenApi/Models/OpenApiOperation.cs#L137
Possible null reference assignment.
|
CodeQL Analysis:
src/Microsoft.OpenApi/Models/OpenApiOperation.cs#L122
Non-nullable property 'Annotations' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
CodeQL Analysis:
src/Microsoft.OpenApi/Models/OpenApiDocument.cs#L102
Non-nullable property 'Annotations' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
CodeQL Analysis:
src/Microsoft.OpenApi/Models/OpenApiDocument.cs#L126
Possible null reference assignment.
|
CodeQL Analysis:
src/Microsoft.OpenApi/Models/OpenApiDocument.cs#L113
Non-nullable property 'Annotations' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
CodeQL Analysis:
src/Microsoft.OpenApi/Models/OpenApiOperation.cs#L117
Non-nullable property 'Annotations' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|