chore: another batch of NRT fixes #1870
ci-cd.yml
on: push
Continuous Integration
53s
Continuous Deployment
0s
Annotations
10 warnings
|
Continuous Integration:
src/Microsoft.OpenApi.OData.Reader/Common/OpenApiOperationExtensions.cs#L27
Cannot convert null literal to non-nullable reference type.
|
|
Continuous Integration:
src/Microsoft.OpenApi.OData.Reader/Common/EdmModelHelper.cs#L436
Cannot convert null literal to non-nullable reference type.
|
|
Continuous Integration:
src/Microsoft.OpenApi.OData.Reader/Generator/OpenApiParameterGenerator.cs#L163
Cannot convert null literal to non-nullable reference type.
|
|
Continuous Integration:
src/Microsoft.OpenApi.OData.Reader/Generator/OpenApiSchemaGenerator.cs#L488
Cannot convert null literal to non-nullable reference type.
|
|
Continuous Integration:
src/Microsoft.OpenApi.OData.Reader/Common/Utils.cs#L132
Cannot convert null literal to non-nullable reference type.
|
|
Continuous Integration:
src/Microsoft.OpenApi.OData.Reader/Common/Utils.cs#L215
Cannot convert null literal to non-nullable reference type.
|
|
Continuous Integration:
src/Microsoft.OpenApi.OData.Reader/Common/Utils.cs#L216
Cannot convert null literal to non-nullable reference type.
|
|
Continuous Integration:
src/Microsoft.OpenApi.OData.Reader/Edm/ODataOperationSegment.cs#L96
Nullability of return type doesn't match overridden member (possibly because of nullability attributes).
|
|
Continuous Integration:
src/Microsoft.OpenApi.OData.Reader/Edm/ODataOperationSegment.cs#L99
Nullability of return type doesn't match overridden member (possibly because of nullability attributes).
|
|
Continuous Integration:
src/Microsoft.OpenApi.OData.Reader/Edm/ODataPath.cs#L301
Nullability of reference types in type of parameter 'other' of 'int ODataPath.CompareTo(ODataPath other)' doesn't match implicitly implemented member 'int IComparable<ODataPath>.CompareTo(ODataPath? other)' (possibly because of nullability attributes).
|