chore: Bump Microsoft.Extensions.DependencyInjection.Abstractions from 10.0.2 to 10.0.6 #87
ci.yml
on: pull_request
Matrix: Build & Test
Build Summary
3s
Annotations
31 warnings
|
Build & Test (ubuntu-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build & Test (ubuntu-latest):
tests/PokManager.Infrastructure.Tests/Fakes/InMemoryOperationLockManagerTests.cs#L160
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|
|
Build & Test (ubuntu-latest):
tests/PokManager.Infrastructure.Tests/Fakes/InMemoryOperationLockManagerTests.cs#L159
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|
|
Build & Test (ubuntu-latest):
tests/PokManager.Application.Tests/UseCases/InstanceQuery/GetInstanceStatusHandlerTests.cs#L13
TinyBDD optimization was skipped for 'PokManager.Application.Tests.UseCases.InstanceQuery.GetInstanceStatusHandlerTests.Given_ValidInstanceId_When_GetStatus_Then_ReturnsStatus' because containing type 'PokManager.Application.Tests.UseCases.InstanceQuery.GetInstanceStatusHandlerTests' is not declared partial. Mark 'PokManager.Application.Tests.UseCases.InstanceQuery.GetInstanceStatusHandlerTests' as partial to enable source-generated optimizations (or opt out via
|
|
Build & Test (ubuntu-latest):
tests/PokManager.Application.Tests/UseCases/InstanceManagement/SaveWorld/SaveWorldHandlerTests.cs#L13
TinyBDD optimization was skipped for 'PokManager.Application.Tests.UseCases.InstanceManagement.SaveWorld.SaveWorldHandlerTests.Given_RunningInstance_When_SaveWorld_Then_WorldSaved' because containing type 'PokManager.Application.Tests.UseCases.InstanceManagement.SaveWorld.SaveWorldHandlerTests' is not declared partial. Mark 'PokManager.Application.Tests.UseCases.InstanceManagement.SaveWorld.SaveWorldHandlerTests' as partial to enable source-generated optimizations (or opt out via
|
|
Build & Test (ubuntu-latest):
tests/PokManager.Application.Tests/UseCases/InstanceLifecycle/StopInstance/StopInstanceHandlerTests.cs#L17
TinyBDD optimization was skipped for 'PokManager.Application.Tests.UseCases.InstanceLifecycle.StopInstance.StopInstanceHandlerTests.Given_RunningInstance_When_Stop_Then_InstanceStops' because containing type 'PokManager.Application.Tests.UseCases.InstanceLifecycle.StopInstance.StopInstanceHandlerTests' is not declared partial. Mark 'PokManager.Application.Tests.UseCases.InstanceLifecycle.StopInstance.StopInstanceHandlerTests' as partial to enable source-generated optimizations (or opt out via
|
|
Build & Test (ubuntu-latest):
tests/PokManager.Application.Tests/UseCases/InstanceLifecycle/StartInstance/StartInstanceHandlerTests.cs#L16
TinyBDD optimization was skipped for 'PokManager.Application.Tests.UseCases.InstanceLifecycle.StartInstance.StartInstanceHandlerTests.Given_StoppedInstance_When_Start_Then_InstanceStarts' because containing type 'PokManager.Application.Tests.UseCases.InstanceLifecycle.StartInstance.StartInstanceHandlerTests' is not declared partial. Mark 'PokManager.Application.Tests.UseCases.InstanceLifecycle.StartInstance.StartInstanceHandlerTests' as partial to enable source-generated optimizations (or opt out via
|
|
Build & Test (ubuntu-latest):
tests/PokManager.Application.Tests/UseCases/InstanceLifecycle/RestartInstance/RestartInstanceHandlerTests.cs#L16
TinyBDD optimization was skipped for 'PokManager.Application.Tests.UseCases.InstanceLifecycle.RestartInstance.RestartInstanceHandlerTests.Given_RunningInstance_When_Restart_Then_InstanceRestarts' because containing type 'PokManager.Application.Tests.UseCases.InstanceLifecycle.RestartInstance.RestartInstanceHandlerTests' is not declared partial. Mark 'PokManager.Application.Tests.UseCases.InstanceLifecycle.RestartInstance.RestartInstanceHandlerTests' as partial to enable source-generated optimizations (or opt out via
|
|
Build & Test (ubuntu-latest):
tests/PokManager.Application.Tests/UseCases/InstanceDiscovery/ListInstances/ListInstancesHandlerTests.cs#L16
TinyBDD optimization was skipped for 'PokManager.Application.Tests.UseCases.InstanceDiscovery.ListInstances.ListInstancesHandlerTests.Given_NoInstances_When_List_Then_EmptyList' because containing type 'PokManager.Application.Tests.UseCases.InstanceDiscovery.ListInstances.ListInstancesHandlerTests' is not declared partial. Mark 'PokManager.Application.Tests.UseCases.InstanceDiscovery.ListInstances.ListInstancesHandlerTests' as partial to enable source-generated optimizations (or opt out via
|
|
Build & Test (ubuntu-latest):
tests/PokManager.Application.Tests/UseCases/BackupManagement/ListBackups/ListBackupsHandlerTests.cs#L14
TinyBDD optimization was skipped for 'PokManager.Application.Tests.UseCases.BackupManagement.ListBackups.ListBackupsHandlerTests.Given_ValidInstanceId_When_ListBackups_Then_ReturnsBackups' because containing type 'PokManager.Application.Tests.UseCases.BackupManagement.ListBackups.ListBackupsHandlerTests' is not declared partial. Mark 'PokManager.Application.Tests.UseCases.BackupManagement.ListBackups.ListBackupsHandlerTests' as partial to enable source-generated optimizations (or opt out via
|
|
Build & Test (ubuntu-latest):
tests/PokManager.Application.Tests/UseCases/BackupManagement/CreateBackup/CreateBackupHandlerTests.cs#L16
TinyBDD optimization was skipped for 'PokManager.Application.Tests.UseCases.BackupManagement.CreateBackup.CreateBackupHandlerTests.Given_ValidInstance_When_CreateBackup_Then_BackupCreated' because containing type 'PokManager.Application.Tests.UseCases.BackupManagement.CreateBackup.CreateBackupHandlerTests' is not declared partial. Mark 'PokManager.Application.Tests.UseCases.BackupManagement.CreateBackup.CreateBackupHandlerTests' as partial to enable source-generated optimizations (or opt out via
|
|
Build & Test (macos-latest):
tests/PokManager.Infrastructure.Tests/Fakes/InMemoryOperationLockManagerTests.cs#L160
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|
|
Build & Test (macos-latest):
tests/PokManager.Infrastructure.Tests/Fakes/InMemoryOperationLockManagerTests.cs#L159
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|
|
Build & Test (macos-latest):
tests/PokManager.Application.Tests/UseCases/InstanceQuery/GetInstanceStatusHandlerTests.cs#L13
TinyBDD optimization was skipped for 'PokManager.Application.Tests.UseCases.InstanceQuery.GetInstanceStatusHandlerTests.Given_ValidInstanceId_When_GetStatus_Then_ReturnsStatus' because containing type 'PokManager.Application.Tests.UseCases.InstanceQuery.GetInstanceStatusHandlerTests' is not declared partial. Mark 'PokManager.Application.Tests.UseCases.InstanceQuery.GetInstanceStatusHandlerTests' as partial to enable source-generated optimizations (or opt out via
|
|
Build & Test (macos-latest):
tests/PokManager.Application.Tests/UseCases/InstanceManagement/SaveWorld/SaveWorldHandlerTests.cs#L13
TinyBDD optimization was skipped for 'PokManager.Application.Tests.UseCases.InstanceManagement.SaveWorld.SaveWorldHandlerTests.Given_RunningInstance_When_SaveWorld_Then_WorldSaved' because containing type 'PokManager.Application.Tests.UseCases.InstanceManagement.SaveWorld.SaveWorldHandlerTests' is not declared partial. Mark 'PokManager.Application.Tests.UseCases.InstanceManagement.SaveWorld.SaveWorldHandlerTests' as partial to enable source-generated optimizations (or opt out via
|
|
Build & Test (macos-latest):
tests/PokManager.Application.Tests/UseCases/InstanceLifecycle/StopInstance/StopInstanceHandlerTests.cs#L17
TinyBDD optimization was skipped for 'PokManager.Application.Tests.UseCases.InstanceLifecycle.StopInstance.StopInstanceHandlerTests.Given_RunningInstance_When_Stop_Then_InstanceStops' because containing type 'PokManager.Application.Tests.UseCases.InstanceLifecycle.StopInstance.StopInstanceHandlerTests' is not declared partial. Mark 'PokManager.Application.Tests.UseCases.InstanceLifecycle.StopInstance.StopInstanceHandlerTests' as partial to enable source-generated optimizations (or opt out via
|
|
Build & Test (macos-latest):
tests/PokManager.Application.Tests/UseCases/InstanceLifecycle/StartInstance/StartInstanceHandlerTests.cs#L16
TinyBDD optimization was skipped for 'PokManager.Application.Tests.UseCases.InstanceLifecycle.StartInstance.StartInstanceHandlerTests.Given_StoppedInstance_When_Start_Then_InstanceStarts' because containing type 'PokManager.Application.Tests.UseCases.InstanceLifecycle.StartInstance.StartInstanceHandlerTests' is not declared partial. Mark 'PokManager.Application.Tests.UseCases.InstanceLifecycle.StartInstance.StartInstanceHandlerTests' as partial to enable source-generated optimizations (or opt out via
|
|
Build & Test (macos-latest):
tests/PokManager.Application.Tests/UseCases/InstanceLifecycle/RestartInstance/RestartInstanceHandlerTests.cs#L16
TinyBDD optimization was skipped for 'PokManager.Application.Tests.UseCases.InstanceLifecycle.RestartInstance.RestartInstanceHandlerTests.Given_RunningInstance_When_Restart_Then_InstanceRestarts' because containing type 'PokManager.Application.Tests.UseCases.InstanceLifecycle.RestartInstance.RestartInstanceHandlerTests' is not declared partial. Mark 'PokManager.Application.Tests.UseCases.InstanceLifecycle.RestartInstance.RestartInstanceHandlerTests' as partial to enable source-generated optimizations (or opt out via
|
|
Build & Test (macos-latest):
tests/PokManager.Application.Tests/UseCases/InstanceDiscovery/ListInstances/ListInstancesHandlerTests.cs#L16
TinyBDD optimization was skipped for 'PokManager.Application.Tests.UseCases.InstanceDiscovery.ListInstances.ListInstancesHandlerTests.Given_NoInstances_When_List_Then_EmptyList' because containing type 'PokManager.Application.Tests.UseCases.InstanceDiscovery.ListInstances.ListInstancesHandlerTests' is not declared partial. Mark 'PokManager.Application.Tests.UseCases.InstanceDiscovery.ListInstances.ListInstancesHandlerTests' as partial to enable source-generated optimizations (or opt out via
|
|
Build & Test (macos-latest):
tests/PokManager.Application.Tests/UseCases/BackupManagement/ListBackups/ListBackupsHandlerTests.cs#L14
TinyBDD optimization was skipped for 'PokManager.Application.Tests.UseCases.BackupManagement.ListBackups.ListBackupsHandlerTests.Given_ValidInstanceId_When_ListBackups_Then_ReturnsBackups' because containing type 'PokManager.Application.Tests.UseCases.BackupManagement.ListBackups.ListBackupsHandlerTests' is not declared partial. Mark 'PokManager.Application.Tests.UseCases.BackupManagement.ListBackups.ListBackupsHandlerTests' as partial to enable source-generated optimizations (or opt out via
|
|
Build & Test (macos-latest):
tests/PokManager.Application.Tests/UseCases/BackupManagement/CreateBackup/CreateBackupHandlerTests.cs#L16
TinyBDD optimization was skipped for 'PokManager.Application.Tests.UseCases.BackupManagement.CreateBackup.CreateBackupHandlerTests.Given_ValidInstance_When_CreateBackup_Then_BackupCreated' because containing type 'PokManager.Application.Tests.UseCases.BackupManagement.CreateBackup.CreateBackupHandlerTests' is not declared partial. Mark 'PokManager.Application.Tests.UseCases.BackupManagement.CreateBackup.CreateBackupHandlerTests' as partial to enable source-generated optimizations (or opt out via
|
|
Build & Test (windows-latest):
tests/PokManager.Infrastructure.Tests/Fakes/InMemoryOperationLockManagerTests.cs#L160
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|
|
Build & Test (windows-latest):
tests/PokManager.Infrastructure.Tests/Fakes/InMemoryOperationLockManagerTests.cs#L159
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|
|
Build & Test (windows-latest):
tests/PokManager.Application.Tests/UseCases/InstanceQuery/GetInstanceStatusHandlerTests.cs#L13
TinyBDD optimization was skipped for 'PokManager.Application.Tests.UseCases.InstanceQuery.GetInstanceStatusHandlerTests.Given_ValidInstanceId_When_GetStatus_Then_ReturnsStatus' because containing type 'PokManager.Application.Tests.UseCases.InstanceQuery.GetInstanceStatusHandlerTests' is not declared partial. Mark 'PokManager.Application.Tests.UseCases.InstanceQuery.GetInstanceStatusHandlerTests' as partial to enable source-generated optimizations (or opt out via
|
|
Build & Test (windows-latest):
tests/PokManager.Application.Tests/UseCases/InstanceManagement/SaveWorld/SaveWorldHandlerTests.cs#L13
TinyBDD optimization was skipped for 'PokManager.Application.Tests.UseCases.InstanceManagement.SaveWorld.SaveWorldHandlerTests.Given_RunningInstance_When_SaveWorld_Then_WorldSaved' because containing type 'PokManager.Application.Tests.UseCases.InstanceManagement.SaveWorld.SaveWorldHandlerTests' is not declared partial. Mark 'PokManager.Application.Tests.UseCases.InstanceManagement.SaveWorld.SaveWorldHandlerTests' as partial to enable source-generated optimizations (or opt out via
|
|
Build & Test (windows-latest):
tests/PokManager.Application.Tests/UseCases/InstanceLifecycle/StopInstance/StopInstanceHandlerTests.cs#L17
TinyBDD optimization was skipped for 'PokManager.Application.Tests.UseCases.InstanceLifecycle.StopInstance.StopInstanceHandlerTests.Given_RunningInstance_When_Stop_Then_InstanceStops' because containing type 'PokManager.Application.Tests.UseCases.InstanceLifecycle.StopInstance.StopInstanceHandlerTests' is not declared partial. Mark 'PokManager.Application.Tests.UseCases.InstanceLifecycle.StopInstance.StopInstanceHandlerTests' as partial to enable source-generated optimizations (or opt out via
|
|
Build & Test (windows-latest):
tests/PokManager.Application.Tests/UseCases/InstanceLifecycle/StartInstance/StartInstanceHandlerTests.cs#L16
TinyBDD optimization was skipped for 'PokManager.Application.Tests.UseCases.InstanceLifecycle.StartInstance.StartInstanceHandlerTests.Given_StoppedInstance_When_Start_Then_InstanceStarts' because containing type 'PokManager.Application.Tests.UseCases.InstanceLifecycle.StartInstance.StartInstanceHandlerTests' is not declared partial. Mark 'PokManager.Application.Tests.UseCases.InstanceLifecycle.StartInstance.StartInstanceHandlerTests' as partial to enable source-generated optimizations (or opt out via
|
|
Build & Test (windows-latest):
tests/PokManager.Application.Tests/UseCases/InstanceLifecycle/RestartInstance/RestartInstanceHandlerTests.cs#L16
TinyBDD optimization was skipped for 'PokManager.Application.Tests.UseCases.InstanceLifecycle.RestartInstance.RestartInstanceHandlerTests.Given_RunningInstance_When_Restart_Then_InstanceRestarts' because containing type 'PokManager.Application.Tests.UseCases.InstanceLifecycle.RestartInstance.RestartInstanceHandlerTests' is not declared partial. Mark 'PokManager.Application.Tests.UseCases.InstanceLifecycle.RestartInstance.RestartInstanceHandlerTests' as partial to enable source-generated optimizations (or opt out via
|
|
Build & Test (windows-latest):
tests/PokManager.Application.Tests/UseCases/InstanceDiscovery/ListInstances/ListInstancesHandlerTests.cs#L16
TinyBDD optimization was skipped for 'PokManager.Application.Tests.UseCases.InstanceDiscovery.ListInstances.ListInstancesHandlerTests.Given_NoInstances_When_List_Then_EmptyList' because containing type 'PokManager.Application.Tests.UseCases.InstanceDiscovery.ListInstances.ListInstancesHandlerTests' is not declared partial. Mark 'PokManager.Application.Tests.UseCases.InstanceDiscovery.ListInstances.ListInstancesHandlerTests' as partial to enable source-generated optimizations (or opt out via
|
|
Build & Test (windows-latest):
tests/PokManager.Application.Tests/UseCases/BackupManagement/ListBackups/ListBackupsHandlerTests.cs#L14
TinyBDD optimization was skipped for 'PokManager.Application.Tests.UseCases.BackupManagement.ListBackups.ListBackupsHandlerTests.Given_ValidInstanceId_When_ListBackups_Then_ReturnsBackups' because containing type 'PokManager.Application.Tests.UseCases.BackupManagement.ListBackups.ListBackupsHandlerTests' is not declared partial. Mark 'PokManager.Application.Tests.UseCases.BackupManagement.ListBackups.ListBackupsHandlerTests' as partial to enable source-generated optimizations (or opt out via
|
|
Build & Test (windows-latest):
tests/PokManager.Application.Tests/UseCases/BackupManagement/CreateBackup/CreateBackupHandlerTests.cs#L16
TinyBDD optimization was skipped for 'PokManager.Application.Tests.UseCases.BackupManagement.CreateBackup.CreateBackupHandlerTests.Given_ValidInstance_When_CreateBackup_Then_BackupCreated' because containing type 'PokManager.Application.Tests.UseCases.BackupManagement.CreateBackup.CreateBackupHandlerTests' is not declared partial. Mark 'PokManager.Application.Tests.UseCases.BackupManagement.CreateBackup.CreateBackupHandlerTests' as partial to enable source-generated optimizations (or opt out via
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
coverage-linux
Expired
|
295 KB |
sha256:17a895a23d0a2cc786c9d192a3a0d0dc42b6ba22279fd7597d71164eceb06a99
|
|
|
coverage-macos
Expired
|
351 KB |
sha256:1373c7c3130d95c4b4a55998b9446c46f64f0a47fa5d4a136e2c59e1802a919d
|
|
|
coverage-windows
Expired
|
325 KB |
sha256:ae3c186ef31162a54b60faeb08f87a0742dd09fca048d9851f72d23c737d3f1b
|
|
|
test-results-linux
Expired
|
82.3 KB |
sha256:fe6d412a1439ea25a84e569efa611720a921ca07bb3eff5e446f8f71d1b50dac
|
|
|
test-results-macos
Expired
|
81.7 KB |
sha256:b362c0075aaa964e0002cd89453b47e6da9a319ea5db646a7a823c85e7339e13
|
|
|
test-results-windows
Expired
|
81.9 KB |
sha256:f9e92e5299f496e435ab1f8853847829ab6cab99e0ae3287bb3a7412fc1ea4ea
|
|