Skip to content

Update to Aspire 9.4 #1502

Update to Aspire 9.4

Update to Aspire 9.4 #1502

Triggered via pull request July 30, 2025 02:55
Status Failure
Total duration 5m 3s
Artifacts 168

dotnet-ci.yml

on: pull_request
Matrix: run-tests / test
Matrix: build
package  /  package
package / package
publish-coverage  /  publish-coverage
publish-coverage / publish-coverage
publish-azure-artifacts
publish-azure-artifacts
Fit to window
Zoom out
Zoom in

Annotations

96 errors and 20 warnings
run-tests / Hosting.Ngrok.Tests-ubuntu-latest
Process completed with exit code 1.
run-tests / Hosting.Ngrok.Tests-ubuntu-latest: src/CommunityToolkit.Aspire.Hosting.Ngrok/NgrokExtensions.cs#L59
'AfterEndpointsAllocatedEvent' is obsolete: 'The AfterEndpointsAllocatedEvent is deprecated and will be removed in a future version. Use the resource specific events BeforeResourceStartedEvent or ResourceEndpointsAllocatedEvent instead depending on your needs.'
run-tests / Hosting.Ngrok.Tests-ubuntu-latest: src/CommunityToolkit.Aspire.Hosting.Ngrok/NgrokExtensions.cs#L59
'AfterEndpointsAllocatedEvent' is obsolete: 'The AfterEndpointsAllocatedEvent is deprecated and will be removed in a future version. Use the resource specific events BeforeResourceStartedEvent or ResourceEndpointsAllocatedEvent instead depending on your needs.'
run-tests / Hosting.Azure.Dapr.Tests-ubuntu-latest
Process completed with exit code 1.
run-tests / Hosting.Azure.Dapr.Tests-ubuntu-latest: tests/CommunityToolkit.Aspire.Hosting.Azure.Dapr.Tests/ResourceCreationTests.cs#L189
'AzureBicepResource.KnownParameters.KeyVaultName' is obsolete: 'KnownParameters.KeyVaultName is deprecated. Use an AzureKeyVaultResource instead.'
run-tests / Hosting.Azure.Dapr.Tests-ubuntu-latest: tests/CommunityToolkit.Aspire.Hosting.Azure.Dapr.Tests/ResourceCreationTests.cs#L189
'AzureBicepResource.KnownParameters.KeyVaultName' is obsolete: 'KnownParameters.KeyVaultName is deprecated. Use an AzureKeyVaultResource instead.'
run-tests / Hosting.Adminer.Tests-ubuntu-latest
Process completed with exit code 1.
run-tests / Hosting.Adminer.Tests-ubuntu-latest: tests/CommunityToolkit.Aspire.Hosting.Adminer.Tests/AddAdminerTests.cs#L304
'AfterEndpointsAllocatedEvent' is obsolete: 'The AfterEndpointsAllocatedEvent is deprecated and will be removed in a future version. Use the resource specific events BeforeResourceStartedEvent or ResourceEndpointsAllocatedEvent instead depending on your needs.'
run-tests / Hosting.Adminer.Tests-ubuntu-latest: tests/CommunityToolkit.Aspire.Hosting.Adminer.Tests/AddAdminerTests.cs#L304
'AfterEndpointsAllocatedEvent' is obsolete: 'The AfterEndpointsAllocatedEvent is deprecated and will be removed in a future version. Use the resource specific events BeforeResourceStartedEvent or ResourceEndpointsAllocatedEvent instead depending on your needs.'
run-tests / Hosting.Azure.Dapr.Redis.Tests-ubuntu-latest
Process completed with exit code 1.
CommunityToolkit.Aspire.Hosting.Azure.Dapr.Redis.Tests.ResourceCreationTests.WithReference_WhenAADDisabled_UsesPasswordSecret: tests/CommunityToolkit.Aspire.Hosting.Azure.Dapr.Redis.Tests/ResourceCreationTests.cs#L14
Assert.Equal() Failure: Strings differ ↓ (pos 121) Expected: ···"p().location\n\nparam keyVaultName string\n\n"··· Actual: ···"p().location\n\nparam redisstate_kv_outputs"··· ↑ (pos 121)
CommunityToolkit.Aspire.Hosting.Azure.Dapr.Redis.Tests.ResourceCreationTests.WithReference_WhenTLSDisabled_UsesNonSslPort: tests/CommunityToolkit.Aspire.Hosting.Azure.Dapr.Redis.Tests/ResourceCreationTests.cs#L247
Assert.Equal() Failure: Strings differ ↓ (pos 163) Expected: ···"ft.Cache/redis@2024-03-01' = {\n name: ta"··· Actual: ···"ft.Cache/redis@2024-11-01' = {\n name: ta"··· ↑ (pos 163)
CommunityToolkit.Aspire.Hosting.Azure.Dapr.Redis.Tests.ResourceCreationTests.WithReference_WhenAADEnabled_SkipsPasswordSecret: tests/CommunityToolkit.Aspire.Hosting.Azure.Dapr.Redis.Tests/ResourceCreationTests.cs#L137
Assert.Equal() Failure: Strings differ ↓ (pos 163) Expected: ···"ft.Cache/redis@2024-03-01' = {\n name: ta"··· Actual: ···"ft.Cache/redis@2024-11-01' = {\n name: ta"··· ↑ (pos 163)
run-tests / Hosting.DbGate.Tests-ubuntu-latest
Process completed with exit code 1.
run-tests / Hosting.DbGate.Tests-ubuntu-latest: tests/CommunityToolkit.Aspire.Hosting.DbGate.Tests/AddDbGateTests.cs#L567
'AfterEndpointsAllocatedEvent' is obsolete: 'The AfterEndpointsAllocatedEvent is deprecated and will be removed in a future version. Use the resource specific events BeforeResourceStartedEvent or ResourceEndpointsAllocatedEvent instead depending on your needs.'
run-tests / Hosting.DbGate.Tests-ubuntu-latest: tests/CommunityToolkit.Aspire.Hosting.DbGate.Tests/AddDbGateTests.cs#L567
'AfterEndpointsAllocatedEvent' is obsolete: 'The AfterEndpointsAllocatedEvent is deprecated and will be removed in a future version. Use the resource specific events BeforeResourceStartedEvent or ResourceEndpointsAllocatedEvent instead depending on your needs.'
run-tests / Hosting.PostgreSQL.Extensions.Tests-ubuntu-latest
Process completed with exit code 1.
CommunityToolkit.Aspire.Hosting.PostgreSQL.Extensions.Tests.ResourceCreationTests.WithAdminerAddsAnnotations: tests/CommunityToolkit.Aspire.Hosting.PostgreSQL.Extensions.Tests/ResourceCreationTests.cs#L286
Assert.Equal() Failure: Strings differ ↓ (pos 14) Expected: "{"postgres":{"server":"postgres","usernam"··· Actual: "{"postgres":{"Result":{"server":"postgres"··· ↑ (pos 14)
CommunityToolkit.Aspire.Hosting.PostgreSQL.Extensions.Tests.ResourceCreationTests.WithAdminerAddsAnnotationsForMultiplePostgresResource: tests/CommunityToolkit.Aspire.Hosting.PostgreSQL.Extensions.Tests/ResourceCreationTests.cs#L382
Assert.Equal() Failure: Strings differ ↓ (pos 15) Expected: "{"postgres1":{"server":"postgres1","usern"··· Actual: "{"postgres1":{"Result":{"server":"postgre"··· ↑ (pos 15)
run-tests / Hosting.SqlServer.Extensions.Tests-ubuntu-latest
Process completed with exit code 1.
CommunityToolkit.Aspire.Hosting.SqlServer.Extensions.Tests.ResourceCreationTests.WithAdminerAddsAnnotations: tests/CommunityToolkit.Aspire.Hosting.SqlServer.Extensions.Tests/ResourceCreationTests.cs#L220
Assert.Equal() Failure: Strings differ ↓ (pos 15) Expected: "{"sqlserver":{"server":"sqlserver","usern"··· Actual: "{"sqlserver":{"Result":{"server":"sqlserv"··· ↑ (pos 15)
CommunityToolkit.Aspire.Hosting.SqlServer.Extensions.Tests.ResourceCreationTests.WithAdminerAddsAnnotationsForMultipleSqlServerResource: tests/CommunityToolkit.Aspire.Hosting.SqlServer.Extensions.Tests/ResourceCreationTests.cs#L316
Assert.Equal() Failure: Strings differ ↓ (pos 16) Expected: "{"sqlserver1":{"server":"sqlserver1","use"··· Actual: "{"sqlserver1":{"Result":{"server":"sqlser"··· ↑ (pos 16)
run-tests / Hosting.ActiveMQ.Tests-ubuntu-latest
Process completed with exit code 1.
run-tests / Hosting.ActiveMQ.Tests-ubuntu-latest: src/CommunityToolkit.Aspire.Hosting.ActiveMQ/ActiveMQBuilderExtensions.cs#L159
'AfterEndpointsAllocatedEvent' is obsolete: 'The AfterEndpointsAllocatedEvent is deprecated and will be removed in a future version. Use the resource specific events BeforeResourceStartedEvent or ResourceEndpointsAllocatedEvent instead depending on your needs.'
run-tests / Hosting.ActiveMQ.Tests-ubuntu-latest: src/CommunityToolkit.Aspire.Hosting.ActiveMQ/ActiveMQBuilderExtensions.cs#L159
'AfterEndpointsAllocatedEvent' is obsolete: 'The AfterEndpointsAllocatedEvent is deprecated and will be removed in a future version. Use the resource specific events BeforeResourceStartedEvent or ResourceEndpointsAllocatedEvent instead depending on your needs.'
run-tests / Hosting.MySql.Extensions.Tests-ubuntu-latest
Process completed with exit code 1.
CommunityToolkit.Aspire.Hosting.MySql.Extensions.Tests.ResourceCreationTests.WithAdminerAddsAnnotationsForMultipleMySqlResource: tests/CommunityToolkit.Aspire.Hosting.MySql.Extensions.Tests/ResourceCreationTests.cs#L107
Assert.Equal() Failure: Strings differ ↓ (pos 20) Expected: "{"mysql1":{"server":"mysql1","username":""··· Actual: "{"mysql1":{"server":null,"username":null,"··· ↑ (pos 20)
CommunityToolkit.Aspire.Hosting.MySql.Extensions.Tests.ResourceCreationTests.WithAdminerAddsAnnotations: tests/CommunityToolkit.Aspire.Hosting.MySql.Extensions.Tests/ResourceCreationTests.cs#L11
Assert.Equal() Failure: Strings differ ↓ (pos 11) Expected: "{"mysql":{"server":"mysql","username":"ro"··· Actual: "{"mysql":{"Result":{"server":"mysql","use"··· ↑ (pos 11)
run-tests / Hosting.Minio.Tests-ubuntu-latest: tests/CommunityToolkit.Aspire.Hosting.Minio.Tests/MinioPublicApiTests.cs#L109
'ParameterResource.Value' is obsolete: 'Use GetValueAsync for async access or pass the ParameterResource directly to methods that accept it (e.g., environment variables).'
run-tests / Hosting.Minio.Tests-ubuntu-latest: tests/CommunityToolkit.Aspire.Hosting.Minio.Tests/MinioFunctionalTests.cs#L44
'ParameterResource.Value' is obsolete: 'Use GetValueAsync for async access or pass the ParameterResource directly to methods that accept it (e.g., environment variables).'
run-tests / Hosting.Minio.Tests-ubuntu-latest: tests/CommunityToolkit.Aspire.Hosting.Minio.Tests/MinioFunctionalTests.cs#L22
'ParameterResource.Value' is obsolete: 'Use GetValueAsync for async access or pass the ParameterResource directly to methods that accept it (e.g., environment variables).'
run-tests / Hosting.Minio.Tests-ubuntu-latest: tests/CommunityToolkit.Aspire.Hosting.Minio.Tests/MinioFunctionalTests.cs#L164
'ParameterResource.Value' is obsolete: 'Use GetValueAsync for async access or pass the ParameterResource directly to methods that accept it (e.g., environment variables).'
run-tests / Hosting.Minio.Tests-ubuntu-latest: tests/CommunityToolkit.Aspire.Hosting.Minio.Tests/MinioFunctionalTests.cs#L130
'ParameterResource.Value' is obsolete: 'Use GetValueAsync for async access or pass the ParameterResource directly to methods that accept it (e.g., environment variables).'
run-tests / Hosting.Minio.Tests-ubuntu-latest: tests/CommunityToolkit.Aspire.Hosting.Minio.Tests/MinioFunctionalTests.cs#L111
'ParameterResource.Value' is obsolete: 'Use GetValueAsync for async access or pass the ParameterResource directly to methods that accept it (e.g., environment variables).'
run-tests / Hosting.Minio.Tests-ubuntu-latest: tests/CommunityToolkit.Aspire.Hosting.Minio.Tests/MinioFunctionalTests.cs#L73
'ParameterResource.Value' is obsolete: 'Use GetValueAsync for async access or pass the ParameterResource directly to methods that accept it (e.g., environment variables).'
run-tests / Hosting.Minio.Tests-ubuntu-latest: tests/CommunityToolkit.Aspire.Hosting.Minio.Tests/MinioPublicApiTests.cs#L109
'ParameterResource.Value' is obsolete: 'Use GetValueAsync for async access or pass the ParameterResource directly to methods that accept it (e.g., environment variables).'
run-tests / Hosting.Minio.Tests-ubuntu-latest: tests/CommunityToolkit.Aspire.Hosting.Minio.Tests/MinioFunctionalTests.cs#L44
'ParameterResource.Value' is obsolete: 'Use GetValueAsync for async access or pass the ParameterResource directly to methods that accept it (e.g., environment variables).'
run-tests / Hosting.Minio.Tests-ubuntu-latest: tests/CommunityToolkit.Aspire.Hosting.Minio.Tests/MinioFunctionalTests.cs#L22
'ParameterResource.Value' is obsolete: 'Use GetValueAsync for async access or pass the ParameterResource directly to methods that accept it (e.g., environment variables).'
run-tests / Hosting.Ngrok.Tests-windows-latest
Process completed with exit code 1.
run-tests / Hosting.Ngrok.Tests-windows-latest: src/CommunityToolkit.Aspire.Hosting.Ngrok/NgrokExtensions.cs#L59
'AfterEndpointsAllocatedEvent' is obsolete: 'The AfterEndpointsAllocatedEvent is deprecated and will be removed in a future version. Use the resource specific events BeforeResourceStartedEvent or ResourceEndpointsAllocatedEvent instead depending on your needs.'
run-tests / Hosting.Ngrok.Tests-windows-latest: src/CommunityToolkit.Aspire.Hosting.Ngrok/NgrokExtensions.cs#L59
'AfterEndpointsAllocatedEvent' is obsolete: 'The AfterEndpointsAllocatedEvent is deprecated and will be removed in a future version. Use the resource specific events BeforeResourceStartedEvent or ResourceEndpointsAllocatedEvent instead depending on your needs.'
run-tests / Hosting.PostgreSQL.Extensions.Tests-windows-latest
Process completed with exit code 1.
CommunityToolkit.Aspire.Hosting.PostgreSQL.Extensions.Tests.ResourceCreationTests.WithAdminerAddsAnnotations: tests/CommunityToolkit.Aspire.Hosting.PostgreSQL.Extensions.Tests/ResourceCreationTests.cs#L286
Assert.Equal() Failure: Strings differ ↓ (pos 14) Expected: "{"postgres":{"server":"postgres","usernam"··· Actual: "{"postgres":{"Result":{"server":"postgres"··· ↑ (pos 14)
CommunityToolkit.Aspire.Hosting.PostgreSQL.Extensions.Tests.ResourceCreationTests.WithAdminerAddsAnnotationsForMultiplePostgresResource: tests/CommunityToolkit.Aspire.Hosting.PostgreSQL.Extensions.Tests/ResourceCreationTests.cs#L382
Assert.Equal() Failure: Strings differ ↓ (pos 15) Expected: "{"postgres1":{"server":"postgres1","usern"··· Actual: "{"postgres1":{"Result":{"server":"postgre"··· ↑ (pos 15)
run-tests / Hosting.ActiveMQ.Tests-windows-latest
Process completed with exit code 1.
run-tests / Hosting.ActiveMQ.Tests-windows-latest: src/CommunityToolkit.Aspire.Hosting.ActiveMQ/ActiveMQBuilderExtensions.cs#L159
'AfterEndpointsAllocatedEvent' is obsolete: 'The AfterEndpointsAllocatedEvent is deprecated and will be removed in a future version. Use the resource specific events BeforeResourceStartedEvent or ResourceEndpointsAllocatedEvent instead depending on your needs.'
run-tests / Hosting.ActiveMQ.Tests-windows-latest: src/CommunityToolkit.Aspire.Hosting.ActiveMQ/ActiveMQBuilderExtensions.cs#L159
'AfterEndpointsAllocatedEvent' is obsolete: 'The AfterEndpointsAllocatedEvent is deprecated and will be removed in a future version. Use the resource specific events BeforeResourceStartedEvent or ResourceEndpointsAllocatedEvent instead depending on your needs.'
build (ubuntu-latest): src/CommunityToolkit.Aspire.Hosting.Ngrok/NgrokExtensions.cs#L59
'AfterEndpointsAllocatedEvent' is obsolete: 'The AfterEndpointsAllocatedEvent is deprecated and will be removed in a future version. Use the resource specific events BeforeResourceStartedEvent or ResourceEndpointsAllocatedEvent instead depending on your needs.'
build (ubuntu-latest): src/CommunityToolkit.Aspire.Hosting.Ngrok/NgrokExtensions.cs#L59
'AfterEndpointsAllocatedEvent' is obsolete: 'The AfterEndpointsAllocatedEvent is deprecated and will be removed in a future version. Use the resource specific events BeforeResourceStartedEvent or ResourceEndpointsAllocatedEvent instead depending on your needs.'
build (ubuntu-latest): src/CommunityToolkit.Aspire.Hosting.ActiveMQ/ActiveMQBuilderExtensions.cs#L159
'AfterEndpointsAllocatedEvent' is obsolete: 'The AfterEndpointsAllocatedEvent is deprecated and will be removed in a future version. Use the resource specific events BeforeResourceStartedEvent or ResourceEndpointsAllocatedEvent instead depending on your needs.'
build (ubuntu-latest): tests/CommunityToolkit.Aspire.Hosting.Adminer.Tests/AddAdminerTests.cs#L304
'AfterEndpointsAllocatedEvent' is obsolete: 'The AfterEndpointsAllocatedEvent is deprecated and will be removed in a future version. Use the resource specific events BeforeResourceStartedEvent or ResourceEndpointsAllocatedEvent instead depending on your needs.'
build (ubuntu-latest): tests/CommunityToolkit.Aspire.Hosting.Azure.Dapr.Tests/ResourceCreationTests.cs#L189
'AzureBicepResource.KnownParameters.KeyVaultName' is obsolete: 'KnownParameters.KeyVaultName is deprecated. Use an AzureKeyVaultResource instead.'
build (ubuntu-latest): tests/CommunityToolkit.Aspire.Hosting.DbGate.Tests/AddDbGateTests.cs#L567
'AfterEndpointsAllocatedEvent' is obsolete: 'The AfterEndpointsAllocatedEvent is deprecated and will be removed in a future version. Use the resource specific events BeforeResourceStartedEvent or ResourceEndpointsAllocatedEvent instead depending on your needs.'
build (ubuntu-latest): src/CommunityToolkit.Aspire.Hosting.ActiveMQ/ActiveMQBuilderExtensions.cs#L159
'AfterEndpointsAllocatedEvent' is obsolete: 'The AfterEndpointsAllocatedEvent is deprecated and will be removed in a future version. Use the resource specific events BeforeResourceStartedEvent or ResourceEndpointsAllocatedEvent instead depending on your needs.'
build (ubuntu-latest): src/CommunityToolkit.Aspire.Hosting.Ngrok/NgrokExtensions.cs#L59
'AfterEndpointsAllocatedEvent' is obsolete: 'The AfterEndpointsAllocatedEvent is deprecated and will be removed in a future version. Use the resource specific events BeforeResourceStartedEvent or ResourceEndpointsAllocatedEvent instead depending on your needs.'
build (ubuntu-latest): src/CommunityToolkit.Aspire.Hosting.Ngrok/NgrokExtensions.cs#L59
'AfterEndpointsAllocatedEvent' is obsolete: 'The AfterEndpointsAllocatedEvent is deprecated and will be removed in a future version. Use the resource specific events BeforeResourceStartedEvent or ResourceEndpointsAllocatedEvent instead depending on your needs.'
build (ubuntu-latest): src/CommunityToolkit.Aspire.Hosting.ActiveMQ/ActiveMQBuilderExtensions.cs#L159
'AfterEndpointsAllocatedEvent' is obsolete: 'The AfterEndpointsAllocatedEvent is deprecated and will be removed in a future version. Use the resource specific events BeforeResourceStartedEvent or ResourceEndpointsAllocatedEvent instead depending on your needs.'
run-tests / Hosting.Minio.Tests-windows-latest: tests/CommunityToolkit.Aspire.Hosting.Minio.Tests/MinioPublicApiTests.cs#L109
'ParameterResource.Value' is obsolete: 'Use GetValueAsync for async access or pass the ParameterResource directly to methods that accept it (e.g., environment variables).'
run-tests / Hosting.Minio.Tests-windows-latest: tests/CommunityToolkit.Aspire.Hosting.Minio.Tests/MinioFunctionalTests.cs#L44
'ParameterResource.Value' is obsolete: 'Use GetValueAsync for async access or pass the ParameterResource directly to methods that accept it (e.g., environment variables).'
run-tests / Hosting.Minio.Tests-windows-latest: tests/CommunityToolkit.Aspire.Hosting.Minio.Tests/MinioFunctionalTests.cs#L22
'ParameterResource.Value' is obsolete: 'Use GetValueAsync for async access or pass the ParameterResource directly to methods that accept it (e.g., environment variables).'
run-tests / Hosting.Minio.Tests-windows-latest: tests/CommunityToolkit.Aspire.Hosting.Minio.Tests/MinioFunctionalTests.cs#L164
'ParameterResource.Value' is obsolete: 'Use GetValueAsync for async access or pass the ParameterResource directly to methods that accept it (e.g., environment variables).'
run-tests / Hosting.Minio.Tests-windows-latest: tests/CommunityToolkit.Aspire.Hosting.Minio.Tests/MinioFunctionalTests.cs#L130
'ParameterResource.Value' is obsolete: 'Use GetValueAsync for async access or pass the ParameterResource directly to methods that accept it (e.g., environment variables).'
run-tests / Hosting.Minio.Tests-windows-latest: tests/CommunityToolkit.Aspire.Hosting.Minio.Tests/MinioFunctionalTests.cs#L111
'ParameterResource.Value' is obsolete: 'Use GetValueAsync for async access or pass the ParameterResource directly to methods that accept it (e.g., environment variables).'
run-tests / Hosting.Minio.Tests-windows-latest: tests/CommunityToolkit.Aspire.Hosting.Minio.Tests/MinioFunctionalTests.cs#L73
'ParameterResource.Value' is obsolete: 'Use GetValueAsync for async access or pass the ParameterResource directly to methods that accept it (e.g., environment variables).'
run-tests / Hosting.Minio.Tests-windows-latest: tests/CommunityToolkit.Aspire.Hosting.Minio.Tests/MinioPublicApiTests.cs#L109
'ParameterResource.Value' is obsolete: 'Use GetValueAsync for async access or pass the ParameterResource directly to methods that accept it (e.g., environment variables).'
run-tests / Hosting.Minio.Tests-windows-latest: tests/CommunityToolkit.Aspire.Hosting.Minio.Tests/MinioFunctionalTests.cs#L44
'ParameterResource.Value' is obsolete: 'Use GetValueAsync for async access or pass the ParameterResource directly to methods that accept it (e.g., environment variables).'
run-tests / Hosting.Minio.Tests-windows-latest: tests/CommunityToolkit.Aspire.Hosting.Minio.Tests/MinioFunctionalTests.cs#L22
'ParameterResource.Value' is obsolete: 'Use GetValueAsync for async access or pass the ParameterResource directly to methods that accept it (e.g., environment variables).'
run-tests / Hosting.MySql.Extensions.Tests-windows-latest
Process completed with exit code 1.
CommunityToolkit.Aspire.Hosting.MySql.Extensions.Tests.ResourceCreationTests.WithAdminerAddsAnnotationsForMultipleMySqlResource: tests/CommunityToolkit.Aspire.Hosting.MySql.Extensions.Tests/ResourceCreationTests.cs#L107
Assert.Equal() Failure: Strings differ ↓ (pos 20) Expected: "{"mysql1":{"server":"mysql1","username":""··· Actual: "{"mysql1":{"server":null,"username":null,"··· ↑ (pos 20)
CommunityToolkit.Aspire.Hosting.MySql.Extensions.Tests.ResourceCreationTests.WithAdminerAddsAnnotations: tests/CommunityToolkit.Aspire.Hosting.MySql.Extensions.Tests/ResourceCreationTests.cs#L11
Assert.Equal() Failure: Strings differ ↓ (pos 11) Expected: "{"mysql":{"server":"mysql","username":"ro"··· Actual: "{"mysql":{"Result":{"server":"mysql","use"··· ↑ (pos 11)
run-tests / Hosting.Azure.Dapr.Redis.Tests-windows-latest
Process completed with exit code 1.
CommunityToolkit.Aspire.Hosting.Azure.Dapr.Redis.Tests.ResourceCreationTests.WithReference_WhenAADDisabled_UsesPasswordSecret: tests/CommunityToolkit.Aspire.Hosting.Azure.Dapr.Redis.Tests/ResourceCreationTests.cs#L14
Assert.Equal() Failure: Strings differ ↓ (pos 121) Expected: ···"p().location\n\nparam keyVaultName string\n\n"··· Actual: ···"p().location\n\nparam redisstate_kv_outputs"··· ↑ (pos 121)
CommunityToolkit.Aspire.Hosting.Azure.Dapr.Redis.Tests.ResourceCreationTests.WithReference_WhenTLSDisabled_UsesNonSslPort: tests/CommunityToolkit.Aspire.Hosting.Azure.Dapr.Redis.Tests/ResourceCreationTests.cs#L247
Assert.Equal() Failure: Strings differ ↓ (pos 163) Expected: ···"ft.Cache/redis@2024-03-01' = {\n name: ta"··· Actual: ···"ft.Cache/redis@2024-11-01' = {\n name: ta"··· ↑ (pos 163)
CommunityToolkit.Aspire.Hosting.Azure.Dapr.Redis.Tests.ResourceCreationTests.WithReference_WhenAADEnabled_SkipsPasswordSecret: tests/CommunityToolkit.Aspire.Hosting.Azure.Dapr.Redis.Tests/ResourceCreationTests.cs#L137
Assert.Equal() Failure: Strings differ ↓ (pos 163) Expected: ···"ft.Cache/redis@2024-03-01' = {\n name: ta"··· Actual: ···"ft.Cache/redis@2024-11-01' = {\n name: ta"··· ↑ (pos 163)
run-tests / Hosting.Adminer.Tests-windows-latest
Process completed with exit code 1.
run-tests / Hosting.Adminer.Tests-windows-latest: tests/CommunityToolkit.Aspire.Hosting.Adminer.Tests/AddAdminerTests.cs#L304
'AfterEndpointsAllocatedEvent' is obsolete: 'The AfterEndpointsAllocatedEvent is deprecated and will be removed in a future version. Use the resource specific events BeforeResourceStartedEvent or ResourceEndpointsAllocatedEvent instead depending on your needs.'
run-tests / Hosting.Adminer.Tests-windows-latest: tests/CommunityToolkit.Aspire.Hosting.Adminer.Tests/AddAdminerTests.cs#L304
'AfterEndpointsAllocatedEvent' is obsolete: 'The AfterEndpointsAllocatedEvent is deprecated and will be removed in a future version. Use the resource specific events BeforeResourceStartedEvent or ResourceEndpointsAllocatedEvent instead depending on your needs.'
run-tests / Hosting.Azure.Dapr.Tests-windows-latest
Process completed with exit code 1.
run-tests / Hosting.Azure.Dapr.Tests-windows-latest: tests/CommunityToolkit.Aspire.Hosting.Azure.Dapr.Tests/ResourceCreationTests.cs#L189
'AzureBicepResource.KnownParameters.KeyVaultName' is obsolete: 'KnownParameters.KeyVaultName is deprecated. Use an AzureKeyVaultResource instead.'
run-tests / Hosting.Azure.Dapr.Tests-windows-latest: tests/CommunityToolkit.Aspire.Hosting.Azure.Dapr.Tests/ResourceCreationTests.cs#L189
'AzureBicepResource.KnownParameters.KeyVaultName' is obsolete: 'KnownParameters.KeyVaultName is deprecated. Use an AzureKeyVaultResource instead.'
run-tests / Hosting.SqlServer.Extensions.Tests-windows-latest
Process completed with exit code 1.
CommunityToolkit.Aspire.Hosting.SqlServer.Extensions.Tests.ResourceCreationTests.WithAdminerAddsAnnotations: tests/CommunityToolkit.Aspire.Hosting.SqlServer.Extensions.Tests/ResourceCreationTests.cs#L220
Assert.Equal() Failure: Strings differ ↓ (pos 15) Expected: "{"sqlserver":{"server":"sqlserver","usern"··· Actual: "{"sqlserver":{"Result":{"server":"sqlserv"··· ↑ (pos 15)
CommunityToolkit.Aspire.Hosting.SqlServer.Extensions.Tests.ResourceCreationTests.WithAdminerAddsAnnotationsForMultipleSqlServerResource: tests/CommunityToolkit.Aspire.Hosting.SqlServer.Extensions.Tests/ResourceCreationTests.cs#L316
Assert.Equal() Failure: Strings differ ↓ (pos 16) Expected: "{"sqlserver1":{"server":"sqlserver1","use"··· Actual: "{"sqlserver1":{"Result":{"server":"sqlser"··· ↑ (pos 16)
run-tests / Hosting.DbGate.Tests-windows-latest
Process completed with exit code 1.
run-tests / Hosting.DbGate.Tests-windows-latest: tests/CommunityToolkit.Aspire.Hosting.DbGate.Tests/AddDbGateTests.cs#L567
'AfterEndpointsAllocatedEvent' is obsolete: 'The AfterEndpointsAllocatedEvent is deprecated and will be removed in a future version. Use the resource specific events BeforeResourceStartedEvent or ResourceEndpointsAllocatedEvent instead depending on your needs.'
run-tests / Hosting.DbGate.Tests-windows-latest: tests/CommunityToolkit.Aspire.Hosting.DbGate.Tests/AddDbGateTests.cs#L567
'AfterEndpointsAllocatedEvent' is obsolete: 'The AfterEndpointsAllocatedEvent is deprecated and will be removed in a future version. Use the resource specific events BeforeResourceStartedEvent or ResourceEndpointsAllocatedEvent instead depending on your needs.'
build (windows-latest): src/CommunityToolkit.Aspire.Hosting.ActiveMQ/ActiveMQBuilderExtensions.cs#L159
'AfterEndpointsAllocatedEvent' is obsolete: 'The AfterEndpointsAllocatedEvent is deprecated and will be removed in a future version. Use the resource specific events BeforeResourceStartedEvent or ResourceEndpointsAllocatedEvent instead depending on your needs.'
build (windows-latest): src/CommunityToolkit.Aspire.Hosting.Ngrok/NgrokExtensions.cs#L59
'AfterEndpointsAllocatedEvent' is obsolete: 'The AfterEndpointsAllocatedEvent is deprecated and will be removed in a future version. Use the resource specific events BeforeResourceStartedEvent or ResourceEndpointsAllocatedEvent instead depending on your needs.'
build (windows-latest): src/CommunityToolkit.Aspire.Hosting.ActiveMQ/ActiveMQBuilderExtensions.cs#L159
'AfterEndpointsAllocatedEvent' is obsolete: 'The AfterEndpointsAllocatedEvent is deprecated and will be removed in a future version. Use the resource specific events BeforeResourceStartedEvent or ResourceEndpointsAllocatedEvent instead depending on your needs.'
build (windows-latest): tests/CommunityToolkit.Aspire.Hosting.Adminer.Tests/AddAdminerTests.cs#L304
'AfterEndpointsAllocatedEvent' is obsolete: 'The AfterEndpointsAllocatedEvent is deprecated and will be removed in a future version. Use the resource specific events BeforeResourceStartedEvent or ResourceEndpointsAllocatedEvent instead depending on your needs.'
build (windows-latest): tests/CommunityToolkit.Aspire.Hosting.DbGate.Tests/AddDbGateTests.cs#L567
'AfterEndpointsAllocatedEvent' is obsolete: 'The AfterEndpointsAllocatedEvent is deprecated and will be removed in a future version. Use the resource specific events BeforeResourceStartedEvent or ResourceEndpointsAllocatedEvent instead depending on your needs.'
build (windows-latest): tests/CommunityToolkit.Aspire.Hosting.Azure.Dapr.Tests/ResourceCreationTests.cs#L189
'AzureBicepResource.KnownParameters.KeyVaultName' is obsolete: 'KnownParameters.KeyVaultName is deprecated. Use an AzureKeyVaultResource instead.'
build (windows-latest): src/CommunityToolkit.Aspire.Hosting.Ngrok/NgrokExtensions.cs#L59
'AfterEndpointsAllocatedEvent' is obsolete: 'The AfterEndpointsAllocatedEvent is deprecated and will be removed in a future version. Use the resource specific events BeforeResourceStartedEvent or ResourceEndpointsAllocatedEvent instead depending on your needs.'
build (windows-latest): src/CommunityToolkit.Aspire.Hosting.ActiveMQ/ActiveMQBuilderExtensions.cs#L159
'AfterEndpointsAllocatedEvent' is obsolete: 'The AfterEndpointsAllocatedEvent is deprecated and will be removed in a future version. Use the resource specific events BeforeResourceStartedEvent or ResourceEndpointsAllocatedEvent instead depending on your needs.'
build (windows-latest): src/CommunityToolkit.Aspire.Hosting.Ngrok/NgrokExtensions.cs#L59
'AfterEndpointsAllocatedEvent' is obsolete: 'The AfterEndpointsAllocatedEvent is deprecated and will be removed in a future version. Use the resource specific events BeforeResourceStartedEvent or ResourceEndpointsAllocatedEvent instead depending on your needs.'
build (windows-latest): src/CommunityToolkit.Aspire.Hosting.ActiveMQ/ActiveMQBuilderExtensions.cs#L159
'AfterEndpointsAllocatedEvent' is obsolete: 'The AfterEndpointsAllocatedEvent is deprecated and will be removed in a future version. Use the resource specific events BeforeResourceStartedEvent or ResourceEndpointsAllocatedEvent instead depending on your needs.'
run-tests / Hosting.Ngrok.Tests-ubuntu-latest
No files were found with the provided path: testresults/**. No artifacts will be uploaded.
run-tests / Hosting.Azure.Dapr.Tests-ubuntu-latest
No files were found with the provided path: testresults/**. No artifacts will be uploaded.
run-tests / Hosting.Adminer.Tests-ubuntu-latest
No files were found with the provided path: testresults/**. No artifacts will be uploaded.
run-tests / Hosting.DbGate.Tests-ubuntu-latest
No files were found with the provided path: testresults/**. No artifacts will be uploaded.
run-tests / Hosting.ActiveMQ.Tests-ubuntu-latest
No files were found with the provided path: testresults/**. No artifacts will be uploaded.
run-tests / Hosting.Minio.Tests-ubuntu-latest
No files were found with the provided path: testresults/**. No artifacts will be uploaded.
run-tests / Hosting.Ngrok.Tests-windows-latest
No files were found with the provided path: testresults/**. No artifacts will be uploaded.
run-tests / Hosting.ActiveMQ.Tests-windows-latest
No files were found with the provided path: testresults/**. No artifacts will be uploaded.
build (ubuntu-latest)
'../SdkProject/SdkProject.csproj' is referenced by an Aspire Host project, but it is not an executable. Did you mean to set IsAspireProjectResource="false"?
build (ubuntu-latest)
'../SdkProject/SdkProject.csproj' is referenced by an Aspire Host project, but it is not an executable. Did you mean to set IsAspireProjectResource="false"?
run-tests / Hosting.Minio.Tests-windows-latest
No files were found with the provided path: testresults/**. No artifacts will be uploaded.
run-tests / Hosting.SqlDatabaseProjects.Tests-ubuntu-latest
'../SdkProject/SdkProject.csproj' is referenced by an Aspire Host project, but it is not an executable. Did you mean to set IsAspireProjectResource="false"?
run-tests / Hosting.SqlDatabaseProjects.Tests-ubuntu-latest
'../SdkProject/SdkProject.csproj' is referenced by an Aspire Host project, but it is not an executable. Did you mean to set IsAspireProjectResource="false"?
run-tests / Hosting.Adminer.Tests-windows-latest
No files were found with the provided path: testresults/**. No artifacts will be uploaded.
run-tests / Hosting.Azure.Dapr.Tests-windows-latest
No files were found with the provided path: testresults/**. No artifacts will be uploaded.
run-tests / Hosting.DbGate.Tests-windows-latest
No files were found with the provided path: testresults/**. No artifacts will be uploaded.
run-tests / Hosting.SqlDatabaseProjects.Tests-windows-latest
'..\SdkProject\SdkProject.csproj' is referenced by an Aspire Host project, but it is not an executable. Did you mean to set IsAspireProjectResource="false"?
run-tests / Hosting.SqlDatabaseProjects.Tests-windows-latest
'..\SdkProject\SdkProject.csproj' is referenced by an Aspire Host project, but it is not an executable. Did you mean to set IsAspireProjectResource="false"?
build (windows-latest)
'..\SdkProject\SdkProject.csproj' is referenced by an Aspire Host project, but it is not an executable. Did you mean to set IsAspireProjectResource="false"?
build (windows-latest)
'..\SdkProject\SdkProject.csproj' is referenced by an Aspire Host project, but it is not an executable. Did you mean to set IsAspireProjectResource="false"?

Artifacts

Produced during runtime
Name Size Digest
binlog-EventStore.Tests-ubuntu-latest
778 KB
sha256:d206acd47b71a8b341303dffef4c2ac438f8f344960cba484ed96d790d67a137
binlog-EventStore.Tests-windows-latest
800 KB
sha256:3c40519e92c176b005c6a45f69f09261907208e4c91b994e27a2461f6b9eb766
binlog-GoFeatureFlag.Tests-ubuntu-latest
765 KB
sha256:6976e2d61c7fe1240255bcf1a1e86e92a5492af28f0105b59043f6a19f9b4c4c
binlog-GoFeatureFlag.Tests-windows-latest
795 KB
sha256:f9916066de90ab50f063719dd53ff5b16a2a25761757fdf41d17872866d8b8a7
binlog-Hosting.ActiveMQ.Tests-ubuntu-latest
1.09 MB
sha256:a85d67f0964db79d73c9229c6431f2c7cc7f27538016ee41daa8be35f089e9a6
binlog-Hosting.ActiveMQ.Tests-windows-latest
1.12 MB
sha256:ebf04336815be8cd9e665cbb04a18bab2b3478db6a345c2c27e342e5ffab8a8b
binlog-Hosting.Adminer.Tests-ubuntu-latest
1.33 MB
sha256:fb97dda3c537b8a02023b602685a0b6536342dcb4e5efd7e5a40c0945ca849ab
binlog-Hosting.Adminer.Tests-windows-latest
1.39 MB
sha256:acfacb5c683e118eee7633040ce1b12aa2bf8a8146cffd9729b581679fc7ba10
binlog-Hosting.Azure.Dapr.Redis.Tests-ubuntu-latest
946 KB
sha256:f9e0298115bba227b51a47bbc6d951432dd6885134dbe1cb7880f9b32d0f0eeb
binlog-Hosting.Azure.Dapr.Redis.Tests-windows-latest
971 KB
sha256:525b167caf207517573d3b00ead75ef0fbfd4c0818e9bda554c2a69b3f8b6c04
binlog-Hosting.Azure.Dapr.Tests-ubuntu-latest
811 KB
sha256:31fe8389e573ad8ff147d33ec7934fee9949bcb6a415ea9560b6a5eef3dc6299
binlog-Hosting.Azure.Dapr.Tests-windows-latest
834 KB
sha256:37ca8be4496c9c3d04f80419267c9afef3556468d2898d342638359202cd714f
binlog-Hosting.Azure.DataApiBuilder.Tests-ubuntu-latest
1.23 MB
sha256:65ace84bdd31334f5fdbba13f929dda05f3b81022d9abd0b62fd90af70bb2ce2
binlog-Hosting.Azure.DataApiBuilder.Tests-windows-latest
1.24 MB
sha256:eb474f126a54d0df86fb29e68decee2a8a0d7d69fc2e48e8f466cc4793afbb3c
binlog-Hosting.Bun.Tests-ubuntu-latest
900 KB
sha256:14a54b1ba10507877898696795fa5dcdf2b4a4fe3b614497a7b54091d5b72e90
binlog-Hosting.Bun.Tests-windows-latest
921 KB
sha256:ee96f5bf2fefd076485a5c62c8c5658dab6fab6e851bc6a31ead3a15ea2c0ec0
binlog-Hosting.Dapr.Tests-ubuntu-latest
1.42 MB
sha256:beec0969c9e92d502e4f12f18eb7d8ddcf4a5424310628b2bdc14b7e1725dee7
binlog-Hosting.Dapr.Tests-windows-latest
1.44 MB
sha256:6e61c1b71cf16a5eb625a4bec5df1f74ab7e662e8ea4527d83adb71fca56b7e4
binlog-Hosting.DbGate.Tests-ubuntu-latest
1.59 MB
sha256:92dde3f3bd08929a02736944f399753dac0ca4fddd3d986744c2518752b63420
binlog-Hosting.DbGate.Tests-windows-latest
1.62 MB
sha256:7a6a5f69118bf0b879dcf7caffcf77cd1690cc05d7cd701f84790f0050556576
binlog-Hosting.Deno.Tests-ubuntu-latest
898 KB
sha256:289c881fd4f7ac7600342d635bdc23958a49b1c413b59aaeb5fd8b61325b1b09
binlog-Hosting.Deno.Tests-windows-latest
910 KB
sha256:4601caa73c0d683e8bfe0163f9e0bc2659b15229598664712f86b534a5be08e0
binlog-Hosting.EventStore.Tests-ubuntu-latest
1.3 MB
sha256:36e356a913fb7f07c52ee1ce624a1c93001aac61e9af18ca50b26ce3be886fb6
binlog-Hosting.EventStore.Tests-windows-latest
1.33 MB
sha256:1a8b8aaf968f9580c5c40aa4c53ef78cf5c206ac1668585f37edd41b35230190
binlog-Hosting.GoFeatureFlag.Tests-ubuntu-latest
1.28 MB
sha256:9077b703855ae6878eef1b0a381ab80999b7467eda92706cde7609014824cc67
binlog-Hosting.GoFeatureFlag.Tests-windows-latest
1.3 MB
sha256:f7e0b72dccc032cce66ec3625f291f0e1cadd0167c2b4d7417e5b996882cfbf6
binlog-Hosting.Golang.Tests-ubuntu-latest
898 KB
sha256:e6c76a78a35d69f7ee4fb12ce05b85080d19007d4ce8764d5cfe6b0a34c7fbd4
binlog-Hosting.Golang.Tests-windows-latest
922 KB
sha256:c2b743199cf0f503432720ac991b282266202e0afce5c3f22749749155737dcf
binlog-Hosting.Java.Tests-ubuntu-latest
1.29 MB
sha256:78596d3084dd22489f159e25009a02a33f5264d23f5d97b339d78e86b6b6fbf2
binlog-Hosting.Java.Tests-windows-latest
1.33 MB
sha256:be6e7a7de5a09274d1fbbb501ab95e86e4273538264cc814427bfe3574760ffc
binlog-Hosting.LavinMQ.Tests-ubuntu-latest
1.18 MB
sha256:87b7ee75d1b3bd0b2974d7a13822146968b2948583dba8585f3e18411fe57c6a
binlog-Hosting.LavinMQ.Tests-windows-latest
1.22 MB
sha256:d66ec0371d55c0affda0bb94ea8b4f47b5416189f94be1010ef536fa681751ca
binlog-Hosting.MailPit.Tests-ubuntu-latest
1.18 MB
sha256:7c26bcee48d1ad072a47700d28aed949c8e9b7798c3d54d97eefb195567a531f
binlog-Hosting.MailPit.Tests-windows-latest
1.21 MB
sha256:9fa890a3927c68533131cec33d3db907a5c7a89a59e0ddaef7a6d18deb7b7ccc
binlog-Hosting.McpInspector.Tests-ubuntu-latest
1.07 MB
sha256:c1f35c97643fccb7e4bd6aca7d5c531dfd2af21f7ff18711ccb0f1fe8d97afe6
binlog-Hosting.McpInspector.Tests-windows-latest
1.1 MB
sha256:0fe3b5f358a41703029595eadfef6c4ecf9254a85d125feee3c0ecdf96f263d5
binlog-Hosting.Meilisearch.Tests-ubuntu-latest
1.29 MB
sha256:c5e56e180c397a29b41d535019a4b134a8b1b64f398e5f97be13e166d4522eb8
binlog-Hosting.Meilisearch.Tests-windows-latest
1.31 MB
sha256:67937bfcd4be186745797e13ef760c517ece483b3dcb79e5924b0cd44668b21e
binlog-Hosting.Minio.Tests-ubuntu-latest
1.25 MB
sha256:af9dc5599c6fb5a0a575c132ff6d8c80c9c718f91d41a1adc2470b8b12ab8c13
binlog-Hosting.Minio.Tests-windows-latest
1.28 MB
sha256:6e6db2b8dcd9f439e6c743ab6293c884343b80077bcf4650cd22bd13b67a475e
binlog-Hosting.MongoDB.Extensions.Tests-ubuntu-latest
1.01 MB
sha256:e0344c78f6ab2c888155713112a0b0de9ea59928ce530cc734478363be1396e2
binlog-Hosting.MongoDB.Extensions.Tests-windows-latest
1.03 MB
sha256:470ef78dc7f3bea2cfe1edc78792f61bb689a3f0217b01787ab981b7d3203781
binlog-Hosting.MySql.Extensions.Tests-ubuntu-latest
1.08 MB
sha256:8eaec45d4f5250fa0f660374bd9cb8bf76742a4a7009d385077713e43b01463b
binlog-Hosting.MySql.Extensions.Tests-windows-latest
1.11 MB
sha256:17a1db1cc70063eb7f25cfa44d949eefe8324c076ad1a08a72f73c2ec57c9779
binlog-Hosting.Ngrok.Tests-ubuntu-latest
1.07 MB
sha256:d8a5da38717f3d43644d464e22a3c82d4897bd889baae1f1203d0d1391c5d249
binlog-Hosting.Ngrok.Tests-windows-latest
1.1 MB
sha256:514787dd3d55aabe4c6a8ff094bba784671678a205a2fac35c30ddc282cd0aee
binlog-Hosting.NodeJS.Extensions.Tests-ubuntu-latest
907 KB
sha256:8463bdfcd92f834c8623fb02110638828f4ce8bb9e1ae9dd10006aff4e00f76e
binlog-Hosting.NodeJS.Extensions.Tests-windows-latest
927 KB
sha256:8182e55e96abbf9fccb6f76d0f72b0a963a119ca6b7c81adec4e81ecd748baa4
binlog-Hosting.Ollama.Tests-ubuntu-latest
1010 KB
sha256:0bf26647fb04d9af91dbb5bc56c80ce8ca6857f9801d93a3e5a57f37bc6e79d3
binlog-Hosting.Ollama.Tests-windows-latest
1020 KB
sha256:6376d6864278fd3869223d0ffa8ee04e75b1de9b1a7089e030935e79cb0e35b6
binlog-Hosting.PapercutSmtp.Tests-ubuntu-latest
1.18 MB
sha256:0e6eb3e4e1162b23cadefa786afcdde2b098071a664b9e28af65c7117537e132
binlog-Hosting.PapercutSmtp.Tests-windows-latest
1.21 MB
sha256:bd68322eab633279d23129362789ae94ddc73938270d42dd0d795f3c7996e0e4
binlog-Hosting.PostgreSQL.Extensions.Tests-ubuntu-latest
1.09 MB
sha256:b68fbcfb6208d04328d9cf69c5a1bd4afab753e7ad5b6af3ce633621ec61daf9
binlog-Hosting.PostgreSQL.Extensions.Tests-windows-latest
1.11 MB
sha256:9513c2ce791c577c7b32ca7d06f533d83b3887a824a441ac119fc218715683f1
binlog-Hosting.PowerShell.Tests-ubuntu-latest
1.12 MB
sha256:7accb3309ffcc493bbdf2800beb1384b9bf18d58be566c40ec7f8fe046f0f6c1
binlog-Hosting.PowerShell.Tests-windows-latest
1.15 MB
sha256:9efc7db794340d836a719d8e572db8d66c95f629360abe46fd84ce1cb731bcb6
binlog-Hosting.Python.Extensions.Tests-ubuntu-latest
900 KB
sha256:341a0829b9b7b19f252248660e318c0ca7097a6c1d93377d5a5911a32d3106f5
binlog-Hosting.Python.Extensions.Tests-windows-latest
925 KB
sha256:27218255b896aca3f99cd669940b2018fa13d6ecc1fa05db62d936a3807a580c
binlog-Hosting.RavenDB.Tests-ubuntu-latest
1.3 MB
sha256:2dff755d3e8bac5b9986eeefb501dd615a2621fcbcdbbed5a2b3f5c88753ee2f
binlog-Hosting.RavenDB.Tests-windows-latest
1.33 MB
sha256:5eb20813b69c6cbcd739963ea5a7b70aa0027123f9b9283c7160d76a42af47b8
binlog-Hosting.Redis.Extensions.Tests-ubuntu-latest
1020 KB
sha256:c630641c3ba4702e0b8f35e35a6816815049de5959a25de834b93f8c66cd96cb
binlog-Hosting.Redis.Extensions.Tests-windows-latest
1.02 MB
sha256:77a54e08fd71b2eecd288c1d2ad9b9e2e8380c6735b6fcc39df29409ddb4c383
binlog-Hosting.Rust.Tests-ubuntu-latest
901 KB
sha256:d2dcc613b1517ee4105a0735aa20b76f30b4fae0202d471d59d5c49c43c53329
binlog-Hosting.Rust.Tests-windows-latest
922 KB
sha256:690a22ecf11133987a4ab4e3523d8dab99e30296d326133174694705c058da6a
binlog-Hosting.SqlDatabaseProjects.Tests-ubuntu-latest
1.13 MB
sha256:6360bf41c0fd847982cd4318e0cea796f901cbe78e47cccd395d63484076c374
binlog-Hosting.SqlDatabaseProjects.Tests-windows-latest
1.16 MB
sha256:adc63a2bcbabf8a1028306bd6ad5048b2afc895f9e2cda373b333497bd6151d2
binlog-Hosting.SqlServer.Extensions.Tests-ubuntu-latest
1.14 MB
sha256:3d0020a19f7a74fbf44c42722662b4c526e2869c8bd5110f5d9b3b20b7fc8fce
binlog-Hosting.SqlServer.Extensions.Tests-windows-latest
1.16 MB
sha256:9ba8413be579a2feefbb2f0c5300314b3b36c2be6d4a57ff3584c8555e4b5c5a
binlog-Hosting.Sqlite.Tests-ubuntu-latest
1.4 MB
sha256:b9ac53f0964e0bb082ff908692b010e2318638638043531595574bd60d2ed9ba
binlog-Hosting.Sqlite.Tests-windows-latest
1.44 MB
sha256:0922f64ef69e5dcb4d4d7aa41b104fef002bd01e3090a63baee87e75b9f3cc4e
binlog-Hosting.SurrealDb.Tests-ubuntu-latest
1.31 MB
sha256:af728269f3aab024f4d6bcdd6499a3495bcca8995096dc94878b3a1cb21d17f0
binlog-Hosting.SurrealDb.Tests-windows-latest
1.34 MB
sha256:b0508e2cbbb5441bd15ee44ceb5244153f97a7b4cc4254ffb1f15c2c2538ae45
binlog-Hosting.k6.Tests-ubuntu-latest
1.18 MB
sha256:714241339639416c3013172de9d9705da98e93a1ec1f70cf9c830454db7f0fd5
binlog-Hosting.k6.Tests-windows-latest
1.21 MB
sha256:715c43f359710a60b0147fcd241f8242976bb782fb700276624bb38a9354d792
binlog-MassTransit.RabbitMQ.Tests-ubuntu-latest
768 KB
sha256:7e4e23ca6f516d97c01509db2f418d8d59b187cb56abd0a58d74f2bcca8ebcb9
binlog-MassTransit.RabbitMQ.Tests-windows-latest
789 KB
sha256:a8d5db1093963e0fdf215268e46d72681bc70893059ca27230f83f1fa9e7dfa5
binlog-Meilisearch.Tests-ubuntu-latest
772 KB
sha256:eb8d87926a7ace23b8038e83a26488abdbb952b832ee6e23af9d931c5acb1707
binlog-Meilisearch.Tests-windows-latest
801 KB
sha256:562cd8456bab431575befee8e610cbe923fb6d853cd70bfacb7343883bca65e6
binlog-Microsoft.Data.Sqlite.Tests-ubuntu-latest
769 KB
sha256:598fe51413bf2892b20ab1e6e07cb3c6ce218ab3e9de281250693f09d00db451
binlog-Microsoft.Data.Sqlite.Tests-windows-latest
790 KB
sha256:9cb6810080fe36fb23788c17453f033f84cec3475e64adff9ba9b7393e6e22c7
binlog-Microsoft.EntityFrameworkCore.Sqlite.Tests-ubuntu-latest
781 KB
sha256:86d900d1329ad339017ab838e6599005069e1b340f706690ced4be63473fc5c8
binlog-Microsoft.EntityFrameworkCore.Sqlite.Tests-windows-latest
811 KB
sha256:2eaf50f035146c59aa1caa0f3aca0bea7dbe4c98a8e9b93ec9712dc62f35c029
binlog-Minio.Client.Tests-ubuntu-latest
885 KB
sha256:f8145198f7b4d09540e0e88eafcbc5da833a0bad7d97d9e0de84860adb71a9a3
binlog-Minio.Client.Tests-windows-latest
921 KB
sha256:c34bc98314a712848565318cd360253f21a784add51b3382adb5f46deeb05581
binlog-OllamaSharp.Tests-ubuntu-latest
776 KB
sha256:04e5ac3709689e0c1187506cb5206603afc9116dd4037429025d689fe4a8c69c
binlog-OllamaSharp.Tests-windows-latest
800 KB
sha256:57dbbcd62ce87690894dc6b27245e176bff8b4c439f5d157e6e6db1be7afc03c
binlog-RavenDB.Client.Tests-ubuntu-latest
704 KB
sha256:266868a8e0f8372ccc4322b6ba0c7340416d08e75a876a8dadf120394e21240c
binlog-RavenDB.Client.Tests-windows-latest
725 KB
sha256:e7c15c449176a41c29925f3806035c174fc90e252398d47df678c1e14757f75a
binlog-SurrealDb.Tests-ubuntu-latest
781 KB
sha256:39aa92ab32e7d9dfc02039af1f17dfa09ffd03e5581c515c1cfa91068b6529a3
binlog-SurrealDb.Tests-windows-latest
806 KB
sha256:127be4616426519c62c2d6eaaa08250128c3442dbf75f8d24ae7506ec55089c4
testresults-EventStore.Tests-ubuntu-latest
25.3 KB
sha256:b9eb66e933d5c10a79ce26e78b5d2fb356caf5bee7924a0f31a67c1813e03f94
testresults-EventStore.Tests-windows-latest
24.6 KB
sha256:6e68d4259476492541cf34ef9c90f934975ce81e48628c5d5c91f6485eaa4d2f
testresults-GoFeatureFlag.Tests-ubuntu-latest
26 KB
sha256:299bb81b88e47d806bf249d40700801e3ccda7a98ad8b039fe9ed1ac19ebff96
testresults-GoFeatureFlag.Tests-windows-latest
25.2 KB
sha256:5f268dd2d3478b830c882e95a93e5d2f85b05362dba3473e014f70db2bbd5ba6
testresults-Hosting.Azure.Dapr.Redis.Tests-ubuntu-latest
40.4 KB
sha256:9512e05902948ae706900e46ce1ba6834071222f50a31ede14fc7f6f325e644b
testresults-Hosting.Azure.Dapr.Redis.Tests-windows-latest
40.5 KB
sha256:74d183e199bc98df73bbc74428886d79b873e75bcb62cec5acc784a34ad97c08
testresults-Hosting.Azure.DataApiBuilder.Tests-ubuntu-latest
35.6 KB
sha256:a00342b60d09807e23d535b700e8848a095bfc0b00a5c75ca88634bf04b0d7dc
testresults-Hosting.Azure.DataApiBuilder.Tests-windows-latest
21.3 KB
sha256:58646c036206406930d8f88339ff0b69993a5bbfe9f0890f051eec91688f7c67
testresults-Hosting.Bun.Tests-ubuntu-latest
21.6 KB
sha256:652f2a12d4ede4bfc86bcabbdf89c21a5a51090247768126d01e1116397c5e63
testresults-Hosting.Bun.Tests-windows-latest
21.9 KB
sha256:9b5f22ba4f64bc78f282765a85cf9d172a270dead1ebf4f6e9c5b4db1d8c3fb0
testresults-Hosting.Dapr.Tests-ubuntu-latest
48.7 KB
sha256:71d63a45024d07cb841e08d73b13bad7e6130a62f0f59a9d294cbcf53e17bbf6
testresults-Hosting.Dapr.Tests-windows-latest
40.5 KB
sha256:0a4361a775f748798ca19bb640fbbf8e285f022dd4911101049228492d26b1a3
testresults-Hosting.Deno.Tests-ubuntu-latest
28.5 KB
sha256:04e91d724e92e44b64e8c934535029d4b29c4c758e1ec514a504033c8a5db1fd
testresults-Hosting.Deno.Tests-windows-latest
29.3 KB
sha256:8367159f226875ef375d007d1f7f49dacb1201dae37b15c6032657812944e4a9
testresults-Hosting.EventStore.Tests-ubuntu-latest
260 KB
sha256:0c77e4532c722255daf5d8af5eb5e7649f6373b9d54c11acd9d158fa56a38bac
testresults-Hosting.EventStore.Tests-windows-latest
21 KB
sha256:0d5671958794c84a179e1b9252d8c062f0ac661a5d23ba1a6013bb12632ae99e
testresults-Hosting.GoFeatureFlag.Tests-ubuntu-latest
37.4 KB
sha256:5111ac72430e839f330ac652d4259144e0b3e72defde9309c4d526143cd4e869
testresults-Hosting.GoFeatureFlag.Tests-windows-latest
20.9 KB
sha256:e2be8ed785f6ffe0330667318e6b58c9fe06389f34d35b3014ab79da26054cf1
testresults-Hosting.Golang.Tests-ubuntu-latest
20.5 KB
sha256:1ec51c8b0fdd5c79d02086008273cc39af32da60f3eed1acff35314aedd7296c
testresults-Hosting.Golang.Tests-windows-latest
21 KB
sha256:a54c7feb1fc19f70c069828c0e97cd485beff05366388808c828100b700f8108
testresults-Hosting.Java.Tests-ubuntu-latest
29.6 KB
sha256:f080539effb97ed99f180a7d90da205f2490ff500751bfed1e77eef52aab4a9b
testresults-Hosting.Java.Tests-windows-latest
24.7 KB
sha256:a5c326b3d43a59621fce84a2c5f9fd7ae46761575fd8c6f638b1bc62cb505b53
testresults-Hosting.LavinMQ.Tests-ubuntu-latest
23.7 KB
sha256:515db93a38add8ac3fede7a88744a6bfb45439e486813d26bb3bec928c16d122
testresults-Hosting.LavinMQ.Tests-windows-latest
20.5 KB
sha256:329c3673150221d781196baacdfe76acbcb984658be51a42fde432dbd8843d4e
testresults-Hosting.MailPit.Tests-ubuntu-latest
20.6 KB
sha256:07415768025bf58801ea2386e8b414e111c35a046c5efb22cf818addd78b10e4
testresults-Hosting.MailPit.Tests-windows-latest
18.8 KB
sha256:a28e0380bc862a30e077c2d0850f6dc5edc96f857062dcf7f53f64bd7575399a
testresults-Hosting.McpInspector.Tests-ubuntu-latest
23 KB
sha256:9f5430e636cdd664659f49464ab8ba0c70ac4a4fda5061103ec4122ec29fbf1b
testresults-Hosting.McpInspector.Tests-windows-latest
24.2 KB
sha256:ddcb20dce8fbef5857ba74ac0ab8741a552cbdde128f6511aa2a3f20e45bd19c
testresults-Hosting.Meilisearch.Tests-ubuntu-latest
56.3 KB
sha256:86d52202fd8c367c057aed357e20b00d1f5b474b528ca1b5d1be1e5df5544d4f
testresults-Hosting.Meilisearch.Tests-windows-latest
21.9 KB
sha256:d5ebd867f01af12393aa583ebca6b57c5e84b9b2e922deae34e8949dda2f3978
testresults-Hosting.MongoDB.Extensions.Tests-ubuntu-latest
41.4 KB
sha256:8a1dcdbce9ec9592923a94718be35cd87d8b2762835cfca7d8d8edfba45702fe
testresults-Hosting.MongoDB.Extensions.Tests-windows-latest
19.7 KB
sha256:45691812f9cae370a9e84437d68f7ca2bd34992cb33059a50a2dfe5be30cec62
testresults-Hosting.MySql.Extensions.Tests-ubuntu-latest
25.8 KB
sha256:7a8a2054feb7ed3d5bd7f4e8e27ca360e5709c34a2b7671ec45d4a5373335b2c
testresults-Hosting.MySql.Extensions.Tests-windows-latest
22.6 KB
sha256:96120ce0cfb435568f644370107fcab439758f35f36848d3511ed405ef75fac2
testresults-Hosting.NodeJS.Extensions.Tests-ubuntu-latest
27.1 KB
sha256:dec06661ac674e216002db42891854c177debeb42e10f7dbf90f810d4c8744c1
testresults-Hosting.NodeJS.Extensions.Tests-windows-latest
27.4 KB
sha256:f52e2034d558849f091c3ba046f63c0e984c7f526cca2f31ec56530affef57f5
testresults-Hosting.Ollama.Tests-ubuntu-latest
38.6 KB
sha256:901a955435508b534a16aa5edec3d66d2f6b481321572451f3bd5fd0ed943ee5
testresults-Hosting.Ollama.Tests-windows-latest
33.9 KB
sha256:b15a2366e19bbdef227240fb1e79bd20140d5993b63d7f3de928b096db39c1c4
testresults-Hosting.PapercutSmtp.Tests-ubuntu-latest
21.4 KB
sha256:54cee4aa122710a5f4ddfde0a2c85bf8f0d5aa6b9e329c1666ab04548d6a75b9
testresults-Hosting.PapercutSmtp.Tests-windows-latest
18.1 KB
sha256:4f94697dad0f7fadfbb21763c34a250f29c690e0bec4695b0ade4ab2c6488f6a
testresults-Hosting.PostgreSQL.Extensions.Tests-ubuntu-latest
30.2 KB
sha256:892b3443ac2baf235f84a4ca7e3c19520c0d210403b57cccf8851d3ce95b013d
testresults-Hosting.PostgreSQL.Extensions.Tests-windows-latest
23 KB
sha256:9c144c33480824b0ec3a30a83ed2cd5f21ef983241d90ff62edf4f25fe9d66a0
testresults-Hosting.PowerShell.Tests-ubuntu-latest
20.6 KB
sha256:14429b5b5741771e400eb5c5fb4caf664857c6f090245ad6529293cced81205b
testresults-Hosting.PowerShell.Tests-windows-latest
17.2 KB
sha256:868688cb18e043bf78ab29f1e06b70fbbbee5bbc9c01135edaaaa975e1fb101a
testresults-Hosting.Python.Extensions.Tests-ubuntu-latest
21.4 KB
sha256:fc16facbe78b1212bd9d2a9693f50eeffb7f0b35935ce9109408a4c5d74ad342
testresults-Hosting.Python.Extensions.Tests-windows-latest
21.9 KB
sha256:828f6bb82ca8dacbbc1675ca7b786aa031ff823c2cae5e395a17d72ec74bf19e
testresults-Hosting.RavenDB.Tests-ubuntu-latest
29.6 KB
sha256:2789c732a2c9aa3280a9f19a3bb5316a4bfaf88392e9e21f0314226f59885769
testresults-Hosting.RavenDB.Tests-windows-latest
26.2 KB
sha256:f73b12e89aaa8db44aa9039dd55ccf762a793a050fec96909131a2e641ed83aa
testresults-Hosting.Redis.Extensions.Tests-ubuntu-latest
23.5 KB
sha256:28db0452f603982e24ceaa07126e06f280c720d8102ab308b3eb216af941735a
testresults-Hosting.Redis.Extensions.Tests-windows-latest
19.8 KB
sha256:eec09948832e429cb5531f5ec0c1542cd7f7d8a560c4ea00390fcbf58c6383b5
testresults-Hosting.Rust.Tests-ubuntu-latest
24.5 KB
sha256:a958243c61f1ecd5d73db1ad62c6135298a3bc48f30749130ad6c232572a666d
testresults-Hosting.Rust.Tests-windows-latest
26.4 KB
sha256:66ecd6bc45f6c45e137cc689ce7ff21ea46eea523d2e4286c43b1881a5a188bc
testresults-Hosting.SqlDatabaseProjects.Tests-ubuntu-latest
42.5 KB
sha256:df2add4577bd92ce204fae6e81d12a4320617f65a0479225dba76c8c06d00c3b
testresults-Hosting.SqlDatabaseProjects.Tests-windows-latest
23.8 KB
sha256:a2b7d1ea7a522346a8f41367b335caf6ad12ebef4ce4a29a55b8b023f7849942
testresults-Hosting.SqlServer.Extensions.Tests-ubuntu-latest
26.6 KB
sha256:0e00f79db666267d182fdf4d5113f8d75cb14709b424bb6ef33c87ed8cc985d5
testresults-Hosting.SqlServer.Extensions.Tests-windows-latest
22.6 KB
sha256:20387d5b7257fd67786b03045e02983d3fcfb4cd5c472ea5fdcb344042cb3bc8
testresults-Hosting.Sqlite.Tests-ubuntu-latest
25.2 KB
sha256:38b423dd7068a78c17e16951265d83b697f7527b031939aee817549708635ce6
testresults-Hosting.Sqlite.Tests-windows-latest
25.5 KB
sha256:2ec8a3ab39eb24d5f2da2ff117e3985485e2f7d94d1b454dc4eb1823951758d3
testresults-Hosting.SurrealDb.Tests-ubuntu-latest
73.2 KB
sha256:7fbd31d884c38d1814a7d4acd0c1dc760ab4476d0f82c76b07d0556adff0820d
testresults-Hosting.SurrealDb.Tests-windows-latest
27.7 KB
sha256:3550d800d2f9dceb021bf26a017829316fc5f49251604b561abd659a3f72fda1
testresults-Hosting.k6.Tests-ubuntu-latest
21.1 KB
sha256:f0debb7d58cdff448601cc07cf4bb6f04b1c11221a0b1d9d4e176d7fdd0b8326
testresults-Hosting.k6.Tests-windows-latest
19.4 KB
sha256:e0834b0ac4869e46339e75e4c1c1cf5126432da29e2652b2152e307ca7f90c69
testresults-MassTransit.RabbitMQ.Tests-ubuntu-latest
19.1 KB
sha256:8bef5f42e49812b6f9b3d9ad62729ced5947c6944c7cfc373682f8f22afcca9a
testresults-MassTransit.RabbitMQ.Tests-windows-latest
19.1 KB
sha256:e2372d1a534bdd95feddbb888de66a08eb5490a8321988422141b6b2bee8afe6
testresults-Meilisearch.Tests-ubuntu-latest
26.1 KB
sha256:7d45b285b3d8bee3bbe9c594ea25b136a0ecbe25f336c211ddb487392079328a
testresults-Meilisearch.Tests-windows-latest
25.6 KB
sha256:686e7e7d852423a144bdb5e1bbf93e73af010af7e75c051d100ddb5c420f9171
testresults-Microsoft.Data.Sqlite.Tests-ubuntu-latest
24.6 KB
sha256:188d26a00a8d84836b788143b265e19f9201b6431bb942281fdc6e28436da38a
testresults-Microsoft.Data.Sqlite.Tests-windows-latest
24.6 KB
sha256:c1a889173cf90b23ee8e9a1da5e310b50d8ea17c2c0689ff73fd2c7b49be5e27
testresults-Microsoft.EntityFrameworkCore.Sqlite.Tests-ubuntu-latest
25.1 KB
sha256:19dde846cfbae9ff99bc7a74fe5203ed6012da871f921270b3a7593497ac67b6
testresults-Microsoft.EntityFrameworkCore.Sqlite.Tests-windows-latest
25 KB
sha256:624257c819334d6a5c82a4d13176047774a19bbbe2f10a190071a8423fe627f7
testresults-Minio.Client.Tests-ubuntu-latest
25.8 KB
sha256:b0b5373fe4c2d2e1100c2a32220dc63406a8d8c699a5b5a698a6d6de6a09d230
testresults-Minio.Client.Tests-windows-latest
25.5 KB
sha256:403f212b91dfbcd01ac83ea0e3b3af1bd3c1f5bf746249634c4b3947d85ee42b
testresults-OllamaSharp.Tests-ubuntu-latest
31.8 KB
sha256:6a20d431081e01f3ee975515abb5707d55bef26be88d462c5024d4ba655a1aed
testresults-OllamaSharp.Tests-windows-latest
31.3 KB
sha256:d4d1c128a0df7fc5c9f19aa41feb1a92a6d69e6822afc7b058e869756709a1d9
testresults-RavenDB.Client.Tests-ubuntu-latest
8.69 KB
sha256:339eb32a7cc8b7e3602b7ffebb08cbcc0e5176334d393a4c00bd053b17627c7f
testresults-RavenDB.Client.Tests-windows-latest
8.74 KB
sha256:183e9ed91e05920c60f3684f9f737d83b04101fc14c5b1c3706b71315ce67c30
testresults-SurrealDb.Tests-ubuntu-latest
26.1 KB
sha256:824b64733ee20246f8e9f075982b484d8c88353ac9efee022da45af05b3b24c1
testresults-SurrealDb.Tests-windows-latest
25.1 KB
sha256:51ddc4f169e0ca2854ddd3605367ca3b97482e4bceecca6436fac8800bad54f6