Skip to content

Implementing nullability annotations on Dapr.Client SDK #2567

Implementing nullability annotations on Dapr.Client SDK

Implementing nullability annotations on Dapr.Client SDK #2567

Triggered via pull request August 23, 2024 18:09
Status Failure
Total duration 1m 42s
Artifacts

sdk_build.yml

on: pull_request
Matrix: test
Publish Packages
0s
Publish Packages
Fit to window
Zoom out
Zoom in

Annotations

41 errors and 7 warnings
Test .NET 8.0: examples/Client/ServiceInvocation/InvokeServiceHttpExample.cs#L34
Dereference of a possibly null reference.
Test .NET 8.0: examples/Client/ServiceInvocation/InvokeServiceHttpExample.cs#L45
Dereference of a possibly null reference.
Test .NET 8.0: examples/Client/StateManagement/StateStoreETagsExample.cs#L38
Dereference of a possibly null reference.
Test .NET 8.0: examples/Client/StateManagement/StateStoreETagsExample.cs#L51
Dereference of a possibly null reference.
Test .NET 8.0: examples/Client/StateManagement/StateStoreETagsExample.cs#L64
Dereference of a possibly null reference.
Test .NET 8.0: examples/Client/ConfigurationApi/Controllers/ConfigurationController.cs#L74
Possible null reference argument for parameter 'value' in 'ActionResult<Account>.implicit operator ActionResult<Account>(Account value)'.
Test .NET 8.0: examples/Client/ConfigurationApi/Controllers/ConfigurationController.cs#L85
Possible null reference argument for parameter 'value' in 'ActionResult<Account>.implicit operator ActionResult<Account>(Account value)'.
Test .NET 8.0: examples/Client/ServiceInvocation/InvokeServiceHttpExample.cs#L34
Dereference of a possibly null reference.
Test .NET 8.0: examples/Client/ServiceInvocation/InvokeServiceHttpExample.cs#L45
Dereference of a possibly null reference.
Test .NET 8.0: examples/Client/StateManagement/StateStoreETagsExample.cs#L38
Dereference of a possibly null reference.
Test .NET 6.0: examples/Client/StateManagement/StateStoreETagsExample.cs#L38
Dereference of a possibly null reference.
Test .NET 6.0: examples/Client/StateManagement/StateStoreETagsExample.cs#L51
Dereference of a possibly null reference.
Test .NET 6.0: examples/Client/StateManagement/StateStoreETagsExample.cs#L64
Dereference of a possibly null reference.
Test .NET 6.0: examples/Client/ServiceInvocation/InvokeServiceHttpExample.cs#L34
Dereference of a possibly null reference.
Test .NET 6.0: examples/Client/ServiceInvocation/InvokeServiceHttpExample.cs#L45
Dereference of a possibly null reference.
Test .NET 6.0: examples/Client/ConfigurationApi/Controllers/ConfigurationController.cs#L74
Possible null reference argument for parameter 'value' in 'ActionResult<Account>.implicit operator ActionResult<Account>(Account value)'.
Test .NET 6.0: examples/Client/ConfigurationApi/Controllers/ConfigurationController.cs#L85
Possible null reference argument for parameter 'value' in 'ActionResult<Account>.implicit operator ActionResult<Account>(Account value)'.
Test .NET 6.0: examples/Client/StateManagement/StateStoreETagsExample.cs#L38
Dereference of a possibly null reference.
Test .NET 6.0: examples/Client/StateManagement/StateStoreETagsExample.cs#L51
Dereference of a possibly null reference.
Test .NET 6.0: examples/Client/StateManagement/StateStoreETagsExample.cs#L64
Dereference of a possibly null reference.
Build: examples/Client/StateManagement/StateStoreETagsExample.cs#L38
Dereference of a possibly null reference.
Build: examples/Client/StateManagement/StateStoreETagsExample.cs#L51
Dereference of a possibly null reference.
Build: examples/Client/StateManagement/StateStoreETagsExample.cs#L64
Dereference of a possibly null reference.
Build: examples/Client/ServiceInvocation/InvokeServiceHttpExample.cs#L34
Dereference of a possibly null reference.
Build: examples/Client/ServiceInvocation/InvokeServiceHttpExample.cs#L45
Dereference of a possibly null reference.
Build: examples/Client/ConfigurationApi/Controllers/ConfigurationController.cs#L74
Possible null reference argument for parameter 'value' in 'ActionResult<Account>.implicit operator ActionResult<Account>(Account value)'.
Build: examples/Client/ConfigurationApi/Controllers/ConfigurationController.cs#L85
Possible null reference argument for parameter 'value' in 'ActionResult<Account>.implicit operator ActionResult<Account>(Account value)'.
Build: examples/Client/StateManagement/StateStoreETagsExample.cs#L38
Dereference of a possibly null reference.
Build: examples/Client/StateManagement/StateStoreETagsExample.cs#L51
Dereference of a possibly null reference.
Build: examples/Client/StateManagement/StateStoreETagsExample.cs#L64
Dereference of a possibly null reference.
Test .NET 7.0
The job was canceled because "_8_0" failed.
Test .NET 7.0: examples/Client/ServiceInvocation/InvokeServiceHttpExample.cs#L34
Dereference of a possibly null reference.
Test .NET 7.0: examples/Client/ServiceInvocation/InvokeServiceHttpExample.cs#L45
Dereference of a possibly null reference.
Test .NET 7.0: examples/Client/StateManagement/StateStoreETagsExample.cs#L38
Dereference of a possibly null reference.
Test .NET 7.0: examples/Client/StateManagement/StateStoreETagsExample.cs#L51
Dereference of a possibly null reference.
Test .NET 7.0: examples/Client/StateManagement/StateStoreETagsExample.cs#L64
Dereference of a possibly null reference.
Test .NET 7.0: examples/Client/ConfigurationApi/Controllers/ConfigurationController.cs#L74
Possible null reference argument for parameter 'value' in 'ActionResult<Account>.implicit operator ActionResult<Account>(Account value)'.
Test .NET 7.0: examples/Client/ConfigurationApi/Controllers/ConfigurationController.cs#L85
Possible null reference argument for parameter 'value' in 'ActionResult<Account>.implicit operator ActionResult<Account>(Account value)'.
Test .NET 7.0: examples/Client/ServiceInvocation/InvokeServiceHttpExample.cs#L34
Dereference of a possibly null reference.
Test .NET 7.0: examples/Client/ServiceInvocation/InvokeServiceHttpExample.cs#L45
Dereference of a possibly null reference.
Test .NET 7.0: examples/Client/StateManagement/StateStoreETagsExample.cs#L38
Dereference of a possibly null reference.
Test .NET 8.0
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test .NET 8.0
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test .NET 6.0
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test .NET 6.0
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test .NET 7.0
.NET 7.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.