Large payload externalization support #669
Triggered via pull request
September 13, 2025 16:38
Status
Failure
Total duration
5m 38s
Artifacts
–
Annotations
10 errors, 15 warnings, and 1 notice
|
Analyze (csharp):
test/Abstractions.Tests/Entities/Mocks/TestEntityOperation.cs#L8
'TestEntityOperation' does not implement inherited abstract member 'TaskEntityOperation.GetInputAsync(Type)'
|
|
Analyze (csharp):
src/Worker/Core/Shims/TaskOrchestrationShim.cs#L118
'TaskOrchestrationShim.GetStatusAsync()': no suitable method found to override
|
|
Analyze (csharp):
src/Worker/Core/Shims/TaskEntityShim.cs#L255
'TaskEntityShim.ContextShim.ScheduleNewOrchestration(TaskName, object?, StartOrchestrationOptions?)': return type must be 'string' to match overridden member 'TaskEntityContext.ScheduleNewOrchestration(TaskName, object?, StartOrchestrationOptions?)'
|
|
Analyze (csharp):
src/Worker/Core/Shims/TaskEntityShim.cs#L169
'TaskEntityShim.StateShim.GetState(Type)': Target runtime doesn't support covariant return types in overrides. Return type must be 'object' to match overridden member 'TaskEntityState.GetState(Type)'
|
|
Analyze (csharp):
src/Client/OrchestrationServiceClientShim/ShimDurableEntityClient.cs#L165
Cannot implicitly convert type 'System.Threading.Tasks.Task<Microsoft.DurableTask.Client.Entities.EntityMetadata<T>>' to 'Microsoft.DurableTask.Client.Entities.EntityMetadata<T>'
|
|
Analyze (csharp):
src/Client/OrchestrationServiceClientShim/ShimDurableEntityClient.cs#L64
Cannot implicitly convert type 'Microsoft.DurableTask.AsyncPageable<System.Threading.Tasks.Task<Microsoft.DurableTask.Client.Entities.EntityMetadata<T>>>' to 'Microsoft.DurableTask.AsyncPageable<Microsoft.DurableTask.Client.Entities.EntityMetadata<T>>'
|
|
Analyze (csharp):
test/Abstractions.Tests/Entities/Mocks/TestEntityOperation.cs#L8
'TestEntityOperation' does not implement inherited abstract member 'TaskEntityOperation.GetInputAsync(Type)'
|
|
Analyze (csharp):
src/Worker/Core/Shims/TaskOrchestrationShim.cs#L118
'TaskOrchestrationShim.GetStatusAsync()': no suitable method found to override
|
|
Analyze (csharp):
src/Worker/Core/Shims/TaskEntityShim.cs#L255
'TaskEntityShim.ContextShim.ScheduleNewOrchestration(TaskName, object?, StartOrchestrationOptions?)': return type must be 'string' to match overridden member 'TaskEntityContext.ScheduleNewOrchestration(TaskName, object?, StartOrchestrationOptions?)'
|
|
Analyze (csharp):
src/Worker/Core/Shims/TaskEntityShim.cs#L169
'TaskEntityShim.StateShim.GetState(Type)': Target runtime doesn't support covariant return types in overrides. Return type must be 'object' to match overridden member 'TaskEntityState.GetState(Type)'
|
|
Analyze (csharp)
The target framework 'net6.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
|
Analyze (csharp):
test/TestHelpers/Logging/TestLogger.cs#L10
Nullability of reference types in return type of 'IDisposable? TestLogger.BeginScope<TState>(TState state)' doesn't match implicitly implemented member 'IDisposable ILogger.BeginScope<TState>(TState state)' (possibly because of nullability attributes).
|
|
Analyze (csharp):
test/TestHelpers/Logging/TestLogger.cs#L10
Nullability in constraints for type parameter 'TState' of method 'TestLogger.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):
test/TestHelpers/Logging/TestLogger.cs#L25
Nullability of reference types in return type of 'IDisposable? TestLogger<T>.BeginScope<TState>(TState state)' doesn't match implicitly implemented member 'IDisposable ILogger.BeginScope<TState>(TState state)' (possibly because of nullability attributes).
|
|
Analyze (csharp):
test/TestHelpers/Logging/TestLogger.cs#L25
Nullability in constraints for type parameter 'TState' of method 'TestLogger<T>.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)
The target framework 'net6.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
|
Analyze (csharp)
The target framework 'net6.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
|
Analyze (csharp)
The target framework 'net6.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
|
Analyze (csharp)
The target framework 'net6.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
|
Analyze (csharp)
The target framework 'net6.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
|
Analyze (csharp)
The target framework 'net6.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
|
Analyze (csharp)
The target framework 'net6.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
|
Analyze (csharp)
The target framework 'net6.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
|
Analyze (csharp)
The target framework 'net6.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
|
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.
|
|
Analyze (csharp)
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677
|