Removing breaking change for TaskOptions (#446) #549
Annotations
11 warnings
|
Analyze (csharp):
src/Client/OrchestrationServiceClientShim/DependencyInjection/DurableTaskClientBuilderExtensions.cs#L114
Nullability of reference types in type of parameter 'name' of 'ValidateOptionsResult OptionsValidator.Validate(string name, ShimDurableTaskClientOptions options)' doesn't match implicitly implemented member 'ValidateOptionsResult IValidateOptions<ShimDurableTaskClientOptions>.Validate(string? name, ShimDurableTaskClientOptions options)' (possibly because of nullability attributes).
|
|
Analyze (csharp):
src/Client/OrchestrationServiceClientShim/DependencyInjection/DurableTaskClientBuilderExtensions.cs#L77
Nullability of reference types in type of parameter 'name' of 'void OptionsConfigure.PostConfigure(string name, ShimDurableTaskClientOptions options)' doesn't match implicitly implemented member 'void IPostConfigureOptions<ShimDurableTaskClientOptions>.PostConfigure(string? name, ShimDurableTaskClientOptions options)' (possibly because of nullability attributes).
|
|
Analyze (csharp):
src/Shared/AzureManaged/DurableTaskVersionUtil.cs#L21
Possible null reference assignment.
|
|
Analyze (csharp):
src/Worker/Core/IOrchestrationFilter.cs#L17
Documentation text should end with a period (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1629.md)
|
|
Analyze (csharp):
src/Worker/Core/DurableTaskWorkerOptions.cs#L164
Code should not contain multiple blank lines in a row (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1507.md)
|
|
Analyze (csharp):
src/Worker/Core/DurableTaskWorkerOptions.cs#L179
'DurableTaskWorkerOptions.OrchestrationFilter' is obsolete: 'Experimental'
|
|
Analyze (csharp):
src/Worker/Core/DurableTaskWorkerOptions.cs#L179
'DurableTaskWorkerOptions.OrchestrationFilter' is obsolete: 'Experimental'
|
|
Analyze (csharp):
src/Abstractions/TaskOrchestrationContext.cs#L444
Possible null reference return.
|
|
Analyze (csharp):
src/Abstractions/TaskOrchestrationContext.cs#L444
The type 'TState' cannot be used as type parameter 'TState' in the generic type or method 'ILogger.BeginScope<TState>(TState)'. Nullability of type argument 'TState' doesn't match 'notnull' constraint.
|
|
Analyze (csharp):
src/Abstractions/TaskOrchestrationContext.cs#L444
Nullability in constraints for type parameter 'TState' of method 'TaskOrchestrationContext.ReplaySafeLogger.BeginScope<TState>(TState)' doesn't match the constraints for type parameter 'TState' of interface method 'ILogger.BeginScope<TState>(TState)'. Consider using an explicit interface implementation instead.
|
|
Analyze (csharp)
Unable to validate code scanning workflow: error: getWorkflow() failed: Error: Expected to find a code scanning workflow file at D:\a\durabletask-dotnet\durabletask-dotnet\.github\workflows\codeQL.yml, but no such file existed. This can happen if the currently running workflow checks out a branch that doesn't contain the corresponding workflow file.
|