Added configuration to worker and client packages to suppress System.… #185
Annotations
12 warnings
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
src/Abstractions/Entities/TaskEntityHelpers.cs#L95
Dereference of a possibly null reference.
|
|
src/Abstractions/Entities/TaskEntityHelpers.cs#L91
Dereference of a possibly null reference.
|
|
src/Abstractions/Entities/TaskEntityHelpers.cs#L88
Unboxing a possibly null value.
|
|
src/Abstractions/Entities/TaskEntityHelpers.cs#L88
Dereference of a possibly null reference.
|
|
src/Abstractions/Entities/TaskEntity.cs#L156
Possible null reference return.
|
|
src/Abstractions/Entities/TaskEntity.cs#L156
Converting null literal or possible null value to non-nullable type.
|
|
src/Abstractions/Entities/TaskEntityHelpers.cs#L59
Dereference of a possibly null reference.
|
|
src/Abstractions/TaskOrchestrationVersioningUtils.cs#L46
Converting null literal or possible null value to non-nullable type.
|
|
src/Abstractions/TaskOrchestrationVersioningUtils.cs#L46
Converting null literal or possible null value to non-nullable type.
|
|
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.
|
The logs for this run have expired and are no longer available.
Loading