Skip to content

Removing breaking change for TaskOptions (#446) #549

Removing breaking change for TaskOptions (#446)

Removing breaking change for TaskOptions (#446) #549

Triggered via push July 11, 2025 23:06
Status Success
Total duration 9m 37s
Artifacts

codeQL.yml

on: push
Matrix: Analyze
Fit to window
Zoom out
Zoom in

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/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.