Actor State TTL #1165
Annotations
10 errors and 1 warning
Build:
test/Dapr.Actors.Test/TestDaprInteractor.cs#L11
'TestDaprInteractor' does not implement interface member 'IDaprInteractor.GetStateAsync(string, string, string, CancellationToken)'. 'TestDaprInteractor.GetStateAsync(string, string, string, CancellationToken)' cannot implement 'IDaprInteractor.GetStateAsync(string, string, string, CancellationToken)' because it does not have the matching return type of 'Task<ActorStateResponse<string>>'.
|
Build:
test/Dapr.Actors.Test/TestDaprInteractor.cs#L11
'TestDaprInteractor' does not implement interface member 'IDaprInteractor.GetStateAsync(string, string, string, CancellationToken)'. 'TestDaprInteractor.GetStateAsync(string, string, string, CancellationToken)' cannot implement 'IDaprInteractor.GetStateAsync(string, string, string, CancellationToken)' because it does not have the matching return type of 'Task<ActorStateResponse<string>>'.
|
Build:
examples/Actor/DemoActor/DemoActor.cs#L49
Argument 3: cannot convert from 'int?' to 'int'
|
Build:
test/Dapr.E2E.Test.App/Actors/StateActor.cs#L35
Argument 3: cannot convert from 'int?' to 'System.Threading.CancellationToken'
|
Build:
test/Dapr.E2E.Test.App/Actors/StateActor.cs#L35
Assignment made to same variable; did you mean to assign something else?
|
Build:
test/Dapr.E2E.Test.App/Actors/StateActor.cs#L35
Argument 3: cannot convert from 'int?' to 'System.Threading.CancellationToken'
|
Build:
test/Dapr.E2E.Test.App/Actors/StateActor.cs#L35
Assignment made to same variable; did you mean to assign something else?
|
Build:
test/Dapr.Actors.Test/TestDaprInteractor.cs#L11
'TestDaprInteractor' does not implement interface member 'IDaprInteractor.GetStateAsync(string, string, string, CancellationToken)'. 'TestDaprInteractor.GetStateAsync(string, string, string, CancellationToken)' cannot implement 'IDaprInteractor.GetStateAsync(string, string, string, CancellationToken)' because it does not have the matching return type of 'Task<ActorStateResponse<string>>'.
|
Build:
test/Dapr.Actors.Test/TestDaprInteractor.cs#L11
'TestDaprInteractor' does not implement interface member 'IDaprInteractor.GetStateAsync(string, string, string, CancellationToken)'. 'TestDaprInteractor.GetStateAsync(string, string, string, CancellationToken)' cannot implement 'IDaprInteractor.GetStateAsync(string, string, string, CancellationToken)' because it does not have the matching return type of 'Task<ActorStateResponse<string>>'.
|
Build:
examples/Actor/DemoActor/DemoActor.cs#L49
Argument 3: cannot convert from 'int?' to 'int'
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/
|
The logs for this run have expired and are no longer available.
Loading