Extended Sessions for Isolated (Orchestrations) #556
Annotations
10 errors and 11 warnings
|
Analyze (csharp):
src/Shared/Grpc/ProtoUtils.cs#L294
'OrchestratorResponse' does not contain a definition for 'RequiresHistory'
|
|
Analyze (csharp):
src/Worker/Grpc/GrpcOrchestrationRunner.cs#L8
The type or namespace name 'Caching' does not exist in the namespace 'Microsoft.Extensions' (are you missing an assembly reference?)
|
|
Analyze (csharp):
src/Worker/Grpc/GrpcOrchestrationRunner.cs#L157
The type or namespace name 'IMemoryCache' could not be found (are you missing a using directive or an assembly reference?)
|
|
Analyze (csharp):
src/Worker/Grpc/GrpcOrchestrationRunner.cs#L8
The type or namespace name 'Caching' does not exist in the namespace 'Microsoft.Extensions' (are you missing an assembly reference?)
|
|
Analyze (csharp):
src/Shared/Grpc/ProtoUtils.cs#L294
'OrchestratorResponse' does not contain a definition for 'RequiresHistory'
|
|
Analyze (csharp):
src/Worker/Grpc/GrpcOrchestrationRunner.cs#L157
The type or namespace name 'IMemoryCache' could not be found (are you missing a using directive or an assembly reference?)
|
|
Analyze (csharp):
src/Shared/Grpc/ProtoUtils.cs#L294
'OrchestratorResponse' does not contain a definition for 'RequiresHistory'
|
|
Analyze (csharp):
src/Worker/Grpc/GrpcOrchestrationRunner.cs#L8
The type or namespace name 'Caching' does not exist in the namespace 'Microsoft.Extensions' (are you missing an assembly reference?)
|
|
Analyze (csharp):
src/Worker/Grpc/GrpcOrchestrationRunner.cs#L157
The type or namespace name 'IMemoryCache' could not be found (are you missing a using directive or an assembly reference?)
|
|
Analyze (csharp):
src/Worker/Grpc/GrpcOrchestrationRunner.cs#L8
The type or namespace name 'Caching' does not exist in the namespace 'Microsoft.Extensions' (are you missing an assembly reference?)
|
|
Analyze (csharp):
src/Worker/Grpc/GrpcDurableTaskWorker.cs#L39
'IOrchestrationFilter' is obsolete: 'Experimental'
|
|
Analyze (csharp):
src/Worker/Grpc/GrpcDurableTaskWorker.cs#L20
'IOrchestrationFilter' is obsolete: 'Experimental'
|
|
Analyze (csharp):
src/Worker/Grpc/GrpcDurableTaskWorker.cs#L20
'IOrchestrationFilter' is obsolete: 'Experimental'
|
|
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.
|