Skip to content

chore: another batch of NRT fixes #1870

chore: another batch of NRT fixes

chore: another batch of NRT fixes #1870

Triggered via push March 24, 2025 19:28
Status Success
Total duration 1m 1s
Artifacts

ci-cd.yml

on: push
Continuous Integration
53s
Continuous Integration
Continuous Deployment
0s
Continuous Deployment
Fit to window
Zoom out
Zoom in

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).