Enables null reference types #771
sonarcloud.yml
on: pull_request
check if SONAR_TOKEN is set in github secrets
0s
Build
6h 0m
Annotations
2 errors and 10 warnings
Build
The job running on runner GitHub Actions 113 has exceeded the maximum execution time of 360 minutes.
|
Build
The operation was canceled.
|
Build:
src/Microsoft.OpenApi/Models/OpenApiContact.cs#L35
Nullability of reference types in type of parameter 'value' of 'void OpenApiContact.Extensions.set' doesn't match implicitly implemented member 'void IOpenApiExtensible.Extensions.set' (possibly because of nullability attributes).
|
Build:
src/Microsoft.OpenApi/Models/OpenApiDiscriminator.cs#L28
Nullability of reference types in type of parameter 'value' of 'void OpenApiDiscriminator.Extensions.set' doesn't match implicitly implemented member 'void IOpenApiExtensible.Extensions.set' (possibly because of nullability attributes).
|
Build:
src/Microsoft.OpenApi/Services/OpenApiFilterService.cs#L28
Cannot convert null literal to non-nullable reference type.
|
Build:
src/Microsoft.OpenApi/Services/OpenApiFilterService.cs#L29
Cannot convert null literal to non-nullable reference type.
|
Build:
src/Microsoft.OpenApi/Services/OpenApiFilterService.cs#L30
Cannot convert null literal to non-nullable reference type.
|
Build:
src/Microsoft.OpenApi/Services/OpenApiFilterService.cs#L31
Cannot convert null literal to non-nullable reference type.
|
Build:
src/Microsoft.OpenApi/Models/OpenApiDocument.cs#L82
Nullability of reference types in type of parameter 'value' of 'void OpenApiDocument.Extensions.set' doesn't match implicitly implemented member 'void IOpenApiExtensible.Extensions.set' (possibly because of nullability attributes).
|
Build:
src/Microsoft.OpenApi/Models/OpenApiDocument.cs#L630
Cannot convert null literal to non-nullable reference type.
|
Build:
src/Microsoft.OpenApi/Models/OpenApiDocument.cs#L644
Cannot convert null literal to non-nullable reference type.
|
Build:
src/Microsoft.OpenApi/Models/OpenApiDocument.cs#L655
Cannot convert null literal to non-nullable reference type.
|