Added .NET client for new Dapr Jobs API support #2508
Annotations
11 errors and 1 warning
|
src/Dapr.Jobs/DaprJobsGrpcClient.cs#L78
'DaprJobsGrpcClient.ScheduleCronJobAsync(string, string, DateTime?, uint?, DateTime?, byte[]?, CancellationToken)': no suitable method found to override
|
src/Dapr.Jobs/DaprJobsGrpcClient.cs#L133
'DaprJobsGrpcClient.ScheduleIntervalJobAsync(string, TimeSpan, DateTime?, uint?, DateTime?, byte[]?, CancellationToken)': no suitable method found to override
|
src/Dapr.Jobs/DaprJobsGrpcClient.cs#L183
'DaprJobsGrpcClient.ScheduleOneTimeJobAsync(string, DateTime, byte[]?, CancellationToken)': no suitable method found to override
|
src/Dapr.Jobs/DaprJobsGrpcClient.cs#L30
'DaprJobsGrpcClient' does not implement inherited abstract member 'DaprJobsClient.ScheduleCronJobAsync(string, string, DateTime?, uint?, DateTime?, ReadOnlyMemory<byte>?, CancellationToken)'
|
src/Dapr.Jobs/DaprJobsGrpcClient.cs#L30
'DaprJobsGrpcClient' does not implement inherited abstract member 'DaprJobsClient.ScheduleOneTimeJobAsync(string, DateTime, ReadOnlyMemory<byte>?, CancellationToken)'
|
src/Dapr.Jobs/DaprJobsGrpcClient.cs#L30
'DaprJobsGrpcClient' does not implement inherited abstract member 'DaprJobsClient.ScheduleIntervalJobAsync(string, TimeSpan, DateTime?, uint?, DateTime?, ReadOnlyMemory<byte>?, CancellationToken)'
|
src/Dapr.Jobs/DaprJobsGrpcClient.cs#L78
'DaprJobsGrpcClient.ScheduleCronJobAsync(string, string, DateTime?, uint?, DateTime?, byte[]?, CancellationToken)': no suitable method found to override
|
src/Dapr.Jobs/DaprJobsGrpcClient.cs#L133
'DaprJobsGrpcClient.ScheduleIntervalJobAsync(string, TimeSpan, DateTime?, uint?, DateTime?, byte[]?, CancellationToken)': no suitable method found to override
|
src/Dapr.Jobs/DaprJobsGrpcClient.cs#L183
'DaprJobsGrpcClient.ScheduleOneTimeJobAsync(string, DateTime, byte[]?, CancellationToken)': no suitable method found to override
|
src/Dapr.Jobs/DaprJobsGrpcClient.cs#L30
'DaprJobsGrpcClient' does not implement inherited abstract member 'DaprJobsClient.ScheduleCronJobAsync(string, string, DateTime?, uint?, DateTime?, ReadOnlyMemory<byte>?, CancellationToken)'
|
|
The logs for this run have expired and are no longer available.
Loading