Skip to content

Add Rewind to .NET isolated #753

Add Rewind to .NET isolated

Add Rewind to .NET isolated #753

Triggered via pull request October 15, 2025 22:26
Status Failure
Total duration 7m 16s
Artifacts

codeQL.yml

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

Annotations

10 errors and 15 warnings
Analyze (csharp): src/Shared/Grpc/ProtoUtils.cs#L223
The type or namespace name 'ExecutionRewoundEvent' could not be found (are you missing a using directive or an assembly reference?)
Analyze (csharp): src/Shared/Grpc/ProtoUtils.cs#L222
'HistoryEvent.EventTypeOneofCase' does not contain a definition for 'ExecutionRewound'
Analyze (csharp): src/Shared/Grpc/ProtoUtils.cs#L223
The type or namespace name 'ExecutionRewoundEvent' could not be found (are you missing a using directive or an assembly reference?)
Analyze (csharp): src/Shared/Grpc/ProtoUtils.cs#L222
'HistoryEvent.EventTypeOneofCase' does not contain a definition for 'ExecutionRewound'
Analyze (csharp): src/Client/Grpc/ProtoUtils.cs#L30
'OrchestrationStatus' does not contain a definition for 'Rewinding'
Analyze (csharp): src/Shared/Grpc/ProtoUtils.cs#L223
The type or namespace name 'ExecutionRewoundEvent' could not be found (are you missing a using directive or an assembly reference?)
Analyze (csharp): src/Shared/Grpc/ProtoUtils.cs#L222
'HistoryEvent.EventTypeOneofCase' does not contain a definition for 'ExecutionRewound'
Analyze (csharp): src/Client/Grpc/ProtoUtils.cs#L30
'OrchestrationStatus' does not contain a definition for 'Rewinding'
Analyze (csharp): src/Shared/Grpc/ProtoUtils.cs#L223
The type or namespace name 'ExecutionRewoundEvent' could not be found (are you missing a using directive or an assembly reference?)
Analyze (csharp): src/Shared/Grpc/ProtoUtils.cs#L222
'HistoryEvent.EventTypeOneofCase' does not contain a definition for 'ExecutionRewound'
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): 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): 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)
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.