Skip to content

chore: add codeowners #189

chore: add codeowners

chore: add codeowners #189

Triggered via pull request September 22, 2025 17:45
Status Success
Total duration 1m 42s
Artifacts 6

validate-build.yml

on: pull_request
Matrix: test
Matrix: build
Matrix: Publish Packages
Fit to window
Zoom out
Zoom in

Annotations

122 warnings
Test - .NET 8.0 - Abstractions.Tests.csproj
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/
Test - .NET 8.0 - Abstractions.Tests.csproj
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/
Test - .NET 8.0 - Abstractions.Tests.csproj: src/Abstractions/Entities/TaskEntity.cs#L156
Converting null literal or possible null value to non-nullable type.
Test - .NET 8.0 - Abstractions.Tests.csproj: src/Abstractions/TaskFailureDetails.cs#L81
Nullability of reference types in value of type 'List<Type?>' doesn't match target type 'List<Type>'.
Test - .NET 8.0 - Abstractions.Tests.csproj: src/Abstractions/TaskOrchestrationVersioningUtils.cs#L46
Converting null literal or possible null value to non-nullable type.
Test - .NET 8.0 - Abstractions.Tests.csproj: src/Abstractions/TaskOrchestrationVersioningUtils.cs#L46
Converting null literal or possible null value to non-nullable type.
Test - .NET 8.0 - Abstractions.Tests.csproj: 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.
Test - .NET 8.0 - Worker.Grpc.Tests.csproj
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/
Test - .NET 8.0 - Worker.Grpc.Tests.csproj
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/
Test - .NET 8.0 - Worker.Grpc.Tests.csproj: src/Abstractions/Entities/TaskEntity.cs#L156
Converting null literal or possible null value to non-nullable type.
Test - .NET 8.0 - Worker.Grpc.Tests.csproj: src/Abstractions/TaskFailureDetails.cs#L81
Nullability of reference types in value of type 'List<Type?>' doesn't match target type 'List<Type>'.
Test - .NET 8.0 - Worker.Grpc.Tests.csproj: src/Abstractions/TaskOrchestrationVersioningUtils.cs#L46
Converting null literal or possible null value to non-nullable type.
Test - .NET 8.0 - Worker.Grpc.Tests.csproj: src/Abstractions/TaskOrchestrationVersioningUtils.cs#L46
Converting null literal or possible null value to non-nullable type.
Test - .NET 8.0 - Worker.Grpc.Tests.csproj: 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.
Test - .NET 8.0 - Worker.Tests.csproj
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/
Test - .NET 8.0 - Worker.Tests.csproj
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/
Test - .NET 8.0 - Worker.Tests.csproj: src/Abstractions/Entities/TaskEntityHelpers.cs#L88
Dereference of a possibly null reference.
Test - .NET 8.0 - Worker.Tests.csproj: src/Abstractions/Entities/TaskEntityHelpers.cs#L59
Dereference of a possibly null reference.
Test - .NET 8.0 - Worker.Tests.csproj: src/Abstractions/TaskFailureDetails.cs#L81
Nullability of reference types in value of type 'List<Type?>' doesn't match target type 'List<Type>'.
Test - .NET 8.0 - Worker.Tests.csproj: 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.
Test - .NET 8.0 - Worker.Tests.csproj: src/Abstractions/DurableTaskRegistry.Orchestrators.cs#L43
Converting null literal or possible null value to non-nullable type.
Test - .NET 8.0 - Worker.Tests.csproj: src/Abstractions/TaskOrchestrationVersioningUtils.cs#L46
Converting null literal or possible null value to non-nullable type.
Test - .NET 8.0 - Worker.Tests.csproj: src/Abstractions/TaskOrchestrationVersioningUtils.cs#L46
Converting null literal or possible null value to non-nullable type.
Test - .NET 8.0 - Worker.Tests.csproj: 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.
Test - .NET 8.0 - Client.Tests.csproj
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/
Test - .NET 8.0 - Client.Tests.csproj
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/
Test - .NET 8.0 - Client.Tests.csproj: src/Abstractions/Entities/TaskEntityHelpers.cs#L88
Dereference of a possibly null reference.
Test - .NET 8.0 - Client.Tests.csproj: src/Abstractions/Entities/TaskEntityHelpers.cs#L59
Dereference of a possibly null reference.
Test - .NET 8.0 - Client.Tests.csproj: src/Abstractions/Entities/TaskEntity.cs#L156
Converting null literal or possible null value to non-nullable type.
Test - .NET 8.0 - Client.Tests.csproj: src/Abstractions/TaskFailureDetails.cs#L81
Nullability of reference types in value of type 'List<Type?>' doesn't match target type 'List<Type>'.
Test - .NET 8.0 - Client.Tests.csproj: src/Abstractions/TaskOrchestrationVersioningUtils.cs#L46
Converting null literal or possible null value to non-nullable type.
Test - .NET 8.0 - Client.Tests.csproj: src/Abstractions/TaskOrchestrationVersioningUtils.cs#L46
Converting null literal or possible null value to non-nullable type.
Test - .NET 8.0 - Client.Tests.csproj: 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.
Test - .NET 8.0 - Client.Tests.csproj: 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.
Test - .NET 8.0 - Client.Grpc.Tests.csproj
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/
Test - .NET 8.0 - Client.Grpc.Tests.csproj
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/
Test - .NET 8.0 - Client.Grpc.Tests.csproj: src/Abstractions/Entities/TaskEntity.cs#L156
Converting null literal or possible null value to non-nullable type.
Test - .NET 8.0 - Client.Grpc.Tests.csproj: src/Abstractions/TaskFailureDetails.cs#L81
Nullability of reference types in value of type 'List<Type?>' doesn't match target type 'List<Type>'.
Test - .NET 8.0 - Client.Grpc.Tests.csproj: src/Abstractions/TaskOrchestrationVersioningUtils.cs#L46
Converting null literal or possible null value to non-nullable type.
Test - .NET 8.0 - Client.Grpc.Tests.csproj: src/Abstractions/TaskOrchestrationVersioningUtils.cs#L46
Converting null literal or possible null value to non-nullable type.
Test - .NET 8.0 - Client.Grpc.Tests.csproj: 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.
Test - .NET 8.0 - Client.Grpc.Tests.csproj: 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.
Test - .NET 8.0 - Grpc.IntegrationTests.csproj
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/
Test - .NET 8.0 - Grpc.IntegrationTests.csproj
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/
Test - .NET 8.0 - Grpc.IntegrationTests.csproj: src/Abstractions/TaskOrchestrationVersioningUtils.cs#L46
Converting null literal or possible null value to non-nullable type.
Test - .NET 8.0 - Grpc.IntegrationTests.csproj: src/Abstractions/TaskOrchestrationVersioningUtils.cs#L46
Converting null literal or possible null value to non-nullable type.
Test - .NET 8.0 - Grpc.IntegrationTests.csproj: src/Abstractions/TaskFailureDetails.cs#L81
Nullability of reference types in value of type 'List<Type?>' doesn't match target type 'List<Type>'.
Test - .NET 8.0 - Grpc.IntegrationTests.csproj: 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.
Test - .NET 8.0 - Grpc.IntegrationTests.csproj: 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.
build (Worker - Core, 8.0): src/Abstractions/Entities/TaskEntityHelpers.cs#L95
Dereference of a possibly null reference.
build (Worker - Core, 8.0): src/Abstractions/Entities/TaskEntityHelpers.cs#L91
Dereference of a possibly null reference.
build (Worker - Core, 8.0): src/Abstractions/Entities/TaskEntityHelpers.cs#L88
Dereference of a possibly null reference.
build (Worker - Core, 8.0): src/Abstractions/Entities/TaskEntity.cs#L156
Possible null reference return.
build (Worker - Core, 8.0): src/Abstractions/Entities/TaskEntity.cs#L156
Converting null literal or possible null value to non-nullable type.
build (Worker - Core, 8.0): src/Abstractions/Entities/TaskEntityHelpers.cs#L59
Dereference of a possibly null reference.
build (Worker - Core, 8.0): src/Abstractions/TaskOrchestrationVersioningUtils.cs#L46
Converting null literal or possible null value to non-nullable type.
build (Worker - Core, 8.0): src/Abstractions/TaskOrchestrationVersioningUtils.cs#L46
Converting null literal or possible null value to non-nullable type.
build (Worker - Core, 8.0): 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.
build (Client - Core, 8.0): src/Abstractions/Entities/TaskEntityHelpers.cs#L97
Possible null reference argument for parameter 'task' in 'Task<object?> TaskEntityHelpers.UnwrapTask(TaskEntityState state, Func<object?> callback, Task task, Type declared)'.
build (Client - Core, 8.0): src/Abstractions/Entities/TaskEntityHelpers.cs#L95
Converting null literal or possible null value to non-nullable type.
build (Client - Core, 8.0): src/Abstractions/Entities/TaskEntityHelpers.cs#L95
Dereference of a possibly null reference.
build (Client - Core, 8.0): src/Abstractions/Entities/TaskEntityHelpers.cs#L91
Dereference of a possibly null reference.
build (Client - Core, 8.0): src/Abstractions/Entities/TaskEntityHelpers.cs#L88
Dereference of a possibly null reference.
build (Client - Core, 8.0): src/Abstractions/Entities/TaskEntityHelpers.cs#L59
Dereference of a possibly null reference.
build (Client - Core, 8.0): src/Abstractions/TaskOrchestrationVersioningUtils.cs#L46
Converting null literal or possible null value to non-nullable type.
build (Client - Core, 8.0): src/Abstractions/TaskOrchestrationVersioningUtils.cs#L46
Converting null literal or possible null value to non-nullable type.
build (Client - Core, 8.0): 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.
build (Worker, 8.0): src/Abstractions/Entities/TaskEntityHelpers.cs#L91
Dereference of a possibly null reference.
build (Worker, 8.0): src/Abstractions/Entities/TaskEntityHelpers.cs#L88
Unboxing a possibly null value.
build (Worker, 8.0): src/Abstractions/Entities/TaskEntityHelpers.cs#L88
Dereference of a possibly null reference.
build (Worker, 8.0): src/Abstractions/Entities/TaskEntityHelpers.cs#L59
Dereference of a possibly null reference.
build (Worker, 8.0): src/Abstractions/TaskOrchestrationVersioningUtils.cs#L46
Converting null literal or possible null value to non-nullable type.
build (Worker, 8.0): src/Abstractions/TaskOrchestrationVersioningUtils.cs#L46
Converting null literal or possible null value to non-nullable type.
build (Worker, 8.0): src/Abstractions/TaskFailureDetails.cs#L81
Nullability of reference types in value of type 'List<Type?>' doesn't match target type 'List<Type>'.
build (Worker, 8.0): src/Abstractions/TaskOrchestrationContext.cs#L444
Possible null reference return.
build (Worker, 8.0): 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.
build (Worker, 8.0): 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.
build (Client, 8.0): src/Abstractions/Entities/TaskEntityHelpers.cs#L97
Possible null reference argument for parameter 'task' in 'Task<object?> TaskEntityHelpers.UnwrapTask(TaskEntityState state, Func<object?> callback, Task task, Type declared)'.
build (Client, 8.0): src/Abstractions/Entities/TaskEntityHelpers.cs#L95
Converting null literal or possible null value to non-nullable type.
build (Client, 8.0): src/Abstractions/Entities/TaskEntityHelpers.cs#L95
Dereference of a possibly null reference.
build (Client, 8.0): src/Abstractions/Entities/TaskEntityHelpers.cs#L91
Dereference of a possibly null reference.
build (Client, 8.0): src/Abstractions/Entities/TaskEntityHelpers.cs#L88
Unboxing a possibly null value.
build (Client, 8.0): src/Abstractions/Entities/TaskEntityHelpers.cs#L88
Dereference of a possibly null reference.
build (Client, 8.0): src/Abstractions/Entities/TaskEntityHelpers.cs#L59
Dereference of a possibly null reference.
build (Client, 8.0): src/Abstractions/TaskOrchestrationVersioningUtils.cs#L46
Converting null literal or possible null value to non-nullable type.
build (Client, 8.0): src/Abstractions/TaskOrchestrationVersioningUtils.cs#L46
Converting null literal or possible null value to non-nullable type.
build (Client, 8.0): 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.
build (Abstractions, 8.0): src/Abstractions/Entities/TaskEntityHelpers.cs#L97
Possible null reference argument for parameter 'task' in 'Task<object?> TaskEntityHelpers.UnwrapTask(TaskEntityState state, Func<object?> callback, Task task, Type declared)'.
build (Abstractions, 8.0): src/Abstractions/Entities/TaskEntityHelpers.cs#L95
Converting null literal or possible null value to non-nullable type.
build (Abstractions, 8.0): src/Abstractions/Entities/TaskEntityHelpers.cs#L95
Dereference of a possibly null reference.
build (Abstractions, 8.0): src/Abstractions/Entities/TaskEntityHelpers.cs#L91
Dereference of a possibly null reference.
build (Abstractions, 8.0): src/Abstractions/Entities/TaskEntityHelpers.cs#L88
Dereference of a possibly null reference.
build (Abstractions, 8.0): src/Abstractions/Entities/TaskEntityHelpers.cs#L59
Dereference of a possibly null reference.
build (Abstractions, 8.0): src/Abstractions/TaskOrchestrationVersioningUtils.cs#L46
Converting null literal or possible null value to non-nullable type.
build (Abstractions, 8.0): src/Abstractions/TaskOrchestrationVersioningUtils.cs#L46
Converting null literal or possible null value to non-nullable type.
build (Abstractions, 8.0): 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.

Artifacts

Produced during runtime
Name Size Digest
packages_abstractions Expired
74.5 KB
sha256:398dbdb2d52def5f7a86e593e88ee108f5a6a90946a530870c736f9554536d2a
packages_client Expired
62.6 KB
sha256:aaab32007291153bb39ebbb7a6b004cd255e05179b537c3f411bbafdbb4ce897
packages_client-core Expired
46.4 KB
sha256:e6d9f295cfd4abfe8a56fea3b4139cdefac211405f8d54f4f6f3853a78828ba9
packages_protos Expired
260 KB
sha256:cf878690d7cfd78af11e91c2c1db5b3e46049a6e4b2d8c7fd27af65e628f2958
packages_worker Expired
70.7 KB
sha256:05b870ffe92182b49280a2158dd02c15a71eb79e4d737187977f32f8740ed3f5
packages_worker-core Expired
59 KB
sha256:f275e51b494c9a59fc48740f985ab1d2624c681ab4f8f8d0b5aa898d730edd4d