Implementing .NET Dapr SDK-wide nullability annotations #1410
Annotations
10 errors and 2 warnings
Build:
examples/Client/StateManagement/StateStoreTransactionsExample.cs#L41
Cannot convert null literal to non-nullable reference type.
|
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:
test/Shared/TestClient.cs#L419
Nullability of reference types in value of type '(HttpRequestMessage request, TestClient.CaptureToken? capture, Task task)' doesn't match target type '(HttpRequestMessage, TestClient.CaptureToken, Task)'.
|
Build:
test/Shared/TestClient.cs#L419
Use of unassigned local variable 'request'
|
Build:
test/Shared/TestClient.cs#L419
Nullability of reference types in value of type '(HttpRequestMessage request, TestClient.CaptureToken? capture, Task task)' doesn't match target type '(HttpRequestMessage, TestClient.CaptureToken, Task)'.
|
Build:
test/Shared/TestClient.cs#L419
Use of unassigned local variable 'request'
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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/
|
Loading