Distributed Tracing for Entities (Isolated) #1183
Annotations
10 errors and 10 warnings
build:
src/Worker/Core/Shims/TaskEntityShim.cs#L68
'OperationRequest' does not contain a definition for 'TraceContext' and no accessible extension method 'TraceContext' accepting a first argument of type 'OperationRequest' could be found (are you missing a using directive or an assembly reference?)
|
build:
src/Worker/Core/Shims/TaskEntityShim.cs#L77
'OperationResult' does not contain a definition for 'StartTimeUtc'
|
build:
src/Worker/Core/Shims/TaskEntityShim.cs#L78
'OperationResult' does not contain a definition for 'EndTimeUtc'
|
build:
src/Worker/Core/Shims/TaskEntityShim.cs#L91
'OperationResult' does not contain a definition for 'StartTimeUtc'
|
build:
src/Worker/Core/Shims/TaskEntityShim.cs#L92
'OperationResult' does not contain a definition for 'EndTimeUtc'
|
build:
src/Worker/Core/Shims/TaskEntityShim.cs#L235
'SendSignalOperationAction' does not contain a definition for 'RequestTime'
|
build:
src/Worker/Core/Shims/TaskEntityShim.cs#L236
'SendSignalOperationAction' does not contain a definition for 'ParentTraceContext'
|
build:
src/Worker/Core/Shims/TaskEntityShim.cs#L252
'StartNewOrchestrationOperationAction' does not contain a definition for 'RequestTime'
|
build:
src/Worker/Core/Shims/TaskEntityShim.cs#L253
'StartNewOrchestrationOperationAction' does not contain a definition for 'ParentTraceContext'
|
build:
src/Worker/Core/Shims/TaskOrchestrationEntityContext.cs#L207
The best overload for 'EmitRequestMessage' does not have a parameter named 'requestTime'
|
build:
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.
|
build:
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).
|
build:
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.
|
build:
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).
|
build:
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.
|
build:
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).
|
build:
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.
|
build:
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).
|
build:
src/Shared/AzureManaged/DurableTaskVersionUtil.cs#L21
Possible null reference assignment.
|
build:
src/Client/Grpc/GrpcDurableTaskClient.cs#L111
Dereference of a possibly null reference.
|