Skip to content

Merge branch 'main' into feat/enable-NRT #6085

Merge branch 'main' into feat/enable-NRT

Merge branch 'main' into feat/enable-NRT #6085

Triggered via push March 13, 2025 19:41
Status Failure
Total duration 2m 13s
Artifacts

ci-cd.yml

on: push
Continuous Integration
35s
Continuous Integration
Validate Project for Trimming
2m 1s
Validate Project for Trimming
Fit to window
Zoom out
Zoom in

Annotations

17 errors
Continuous Integration: src/Microsoft.OpenApi/Models/OpenApiPathItem.cs#L26
Nullability of reference types in return type of 'IDictionary<HttpMethod, OpenApiOperation>? OpenApiPathItem.Operations.get' doesn't match implicitly implemented member 'IDictionary<HttpMethod, OpenApiOperation> IOpenApiPathItem.Operations.get' (possibly because of nullability attributes).
Continuous Integration: src/Microsoft.OpenApi/Models/References/OpenApiPathItemReference.cs#L56
Nullability of reference types in return type of 'IDictionary<HttpMethod, OpenApiOperation>? OpenApiPathItemReference.Operations.get' doesn't match implicitly implemented member 'IDictionary<HttpMethod, OpenApiOperation> IOpenApiPathItem.Operations.get' (possibly because of nullability attributes).
Continuous Integration: src/Microsoft.OpenApi/Services/OpenApiFilterService.cs#L47
Possible null reference argument for parameter 'source' in 'Func<string, HttpMethod, OpenApiOperation, bool> OpenApiFilterService.GetRequestUrlsPredicate(Dictionary<string, List<string>> requestUrls, OpenApiDocument source)'.
Continuous Integration: src/Microsoft.OpenApi/Services/OpenApiWalker.cs#L1272
Non-nullable property 'Operation' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Continuous Integration: src/Microsoft.OpenApi/Services/OpenApiWalker.cs#L585
Cannot convert null literal to non-nullable reference type.
Continuous Integration: src/Microsoft.OpenApi/Models/OpenApiPathItem.cs#L26
Nullability of reference types in return type of 'IDictionary<HttpMethod, OpenApiOperation>? OpenApiPathItem.Operations.get' doesn't match implicitly implemented member 'IDictionary<HttpMethod, OpenApiOperation> IOpenApiPathItem.Operations.get' (possibly because of nullability attributes).
Continuous Integration: src/Microsoft.OpenApi/Models/References/OpenApiPathItemReference.cs#L56
Nullability of reference types in return type of 'IDictionary<HttpMethod, OpenApiOperation>? OpenApiPathItemReference.Operations.get' doesn't match implicitly implemented member 'IDictionary<HttpMethod, OpenApiOperation> IOpenApiPathItem.Operations.get' (possibly because of nullability attributes).
Continuous Integration: src/Microsoft.OpenApi/Services/OpenApiFilterService.cs#L47
Possible null reference argument for parameter 'source' in 'Func<string, HttpMethod, OpenApiOperation, bool> OpenApiFilterService.GetRequestUrlsPredicate(Dictionary<string, List<string>> requestUrls, OpenApiDocument source)'.
Validate Project for Trimming: src/Microsoft.OpenApi/Models/OpenApiPathItem.cs#L26
Nullability of reference types in return type of 'IDictionary<HttpMethod, OpenApiOperation>? OpenApiPathItem.Operations.get' doesn't match implicitly implemented member 'IDictionary<HttpMethod, OpenApiOperation> IOpenApiPathItem.Operations.get' (possibly because of nullability attributes).
Validate Project for Trimming: src/Microsoft.OpenApi/Models/References/OpenApiPathItemReference.cs#L56
Nullability of reference types in return type of 'IDictionary<HttpMethod, OpenApiOperation>? OpenApiPathItemReference.Operations.get' doesn't match implicitly implemented member 'IDictionary<HttpMethod, OpenApiOperation> IOpenApiPathItem.Operations.get' (possibly because of nullability attributes).
Validate Project for Trimming: src/Microsoft.OpenApi/Services/OpenApiWalker.cs#L1272
Non-nullable property 'Operation' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Validate Project for Trimming: src/Microsoft.OpenApi/Services/OpenApiWalker.cs#L585
Cannot convert null literal to non-nullable reference type.
Validate Project for Trimming: src/Microsoft.OpenApi/Services/OpenApiFilterService.cs#L47
Possible null reference argument for parameter 'source' in 'Func<string, HttpMethod, OpenApiOperation, bool> OpenApiFilterService.GetRequestUrlsPredicate(Dictionary<string, List<string>> requestUrls, OpenApiDocument source)'.
Validate Project for Trimming
Process completed with exit code 1.