Skip to content

refactor: clean up unused usings across multiple files

d05583b
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Draft

Native AOT Support via Source Generator + UnsafeAccessor Architecture #49

refactor: clean up unused usings across multiple files
d05583b
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test Results (Linux) failed Jul 24, 2025 in 2s

0 passed, 50 failed and 0 skipped

Tests failed

❌ tests/LocalStack.Client.Functional.Tests/TestResults/net8-0_results.trx

50 tests were completed in 44s with 0 passed, 50 failed and 0 skipped.

Test suite Passed Failed Skipped Time
LocalStack.Client.Functional.Tests.Scenarios.CloudFormation.CloudFormationScenarioV37 1❌ 1ms
LocalStack.Client.Functional.Tests.Scenarios.CloudFormation.CloudFormationScenarioV46 1❌ 1ms
LocalStack.Client.Functional.Tests.Scenarios.DynamoDb.DynamoDbScenarioV37 4❌ 4ms
LocalStack.Client.Functional.Tests.Scenarios.DynamoDb.DynamoDbScenarioV46 4❌ 4ms
LocalStack.Client.Functional.Tests.Scenarios.RealLife.SnsToSqsScenarioV37 1❌ 1ms
LocalStack.Client.Functional.Tests.Scenarios.RealLife.SnsToSqsScenarioV46 1❌ 1ms
LocalStack.Client.Functional.Tests.Scenarios.S3.S3ScenarioV37 5❌ 5ms
LocalStack.Client.Functional.Tests.Scenarios.S3.S3ScenarioV46 5❌ 5ms
LocalStack.Client.Functional.Tests.Scenarios.SNS.SnsScenarioV37 10❌ 10ms
LocalStack.Client.Functional.Tests.Scenarios.SNS.SnsScenarioV46 10❌ 10ms
LocalStack.Client.Functional.Tests.Scenarios.SQS.SqsScenarioV37 4❌ 4ms
LocalStack.Client.Functional.Tests.Scenarios.SQS.SqsScenarioV46 4❌ 4ms

❌ LocalStack.Client.Functional.Tests.Scenarios.CloudFormation.CloudFormationScenarioV37

❌ CloudFormationService_Should_Create_A_CloudFormation_Stack_Async
	System.NotSupportedException : No AWS client type registered for interface 'Amazon.CloudFormation.IAmazonCloudFormation'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.

❌ LocalStack.Client.Functional.Tests.Scenarios.CloudFormation.CloudFormationScenarioV46

❌ CloudFormationService_Should_Create_A_CloudFormation_Stack_Async
	System.NotSupportedException : No AWS client type registered for interface 'Amazon.CloudFormation.IAmazonCloudFormation'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.

❌ LocalStack.Client.Functional.Tests.Scenarios.DynamoDb.DynamoDbScenarioV37

❌ DynamoDbService_Should_Add_A_Record_To_A_DynamoDb_Table_Async
	System.NotSupportedException : No AWS client type registered for interface 'Amazon.DynamoDBv2.IAmazonDynamoDB'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.
❌ DynamoDbService_Should_Create_A_DynamoDb_Table_Async
	System.NotSupportedException : No AWS client type registered for interface 'Amazon.DynamoDBv2.IAmazonDynamoDB'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.
❌ DynamoDbService_Should_Delete_A_DynamoDb_Table_Async
	System.NotSupportedException : No AWS client type registered for interface 'Amazon.DynamoDBv2.IAmazonDynamoDB'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.
❌ DynamoDbService_Should_List_Records_In_A_DynamoDb_Table_Async
	System.NotSupportedException : No AWS client type registered for interface 'Amazon.DynamoDBv2.IAmazonDynamoDB'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.

❌ LocalStack.Client.Functional.Tests.Scenarios.DynamoDb.DynamoDbScenarioV46

❌ DynamoDbService_Should_Add_A_Record_To_A_DynamoDb_Table_Async
	System.NotSupportedException : No AWS client type registered for interface 'Amazon.DynamoDBv2.IAmazonDynamoDB'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.
❌ DynamoDbService_Should_Create_A_DynamoDb_Table_Async
	System.NotSupportedException : No AWS client type registered for interface 'Amazon.DynamoDBv2.IAmazonDynamoDB'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.
❌ DynamoDbService_Should_Delete_A_DynamoDb_Table_Async
	System.NotSupportedException : No AWS client type registered for interface 'Amazon.DynamoDBv2.IAmazonDynamoDB'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.
❌ DynamoDbService_Should_List_Records_In_A_DynamoDb_Table_Async
	System.NotSupportedException : No AWS client type registered for interface 'Amazon.DynamoDBv2.IAmazonDynamoDB'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.

❌ LocalStack.Client.Functional.Tests.Scenarios.RealLife.SnsToSqsScenarioV37

❌ Should_Create_A_SNS_Topic_And_SQS_Queue_Then_Subscribe_To_The_Topic_Using_SQS_Then_Publish_A_Message_To_Topic_And_Read_It_From_The_Queue_Async
	System.NotSupportedException : No AWS client type registered for interface 'Amazon.SimpleNotificationService.IAmazonSimpleNotificationService'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.

❌ LocalStack.Client.Functional.Tests.Scenarios.RealLife.SnsToSqsScenarioV46

❌ Should_Create_A_SNS_Topic_And_SQS_Queue_Then_Subscribe_To_The_Topic_Using_SQS_Then_Publish_A_Message_To_Topic_And_Read_It_From_The_Queue_Async
	System.NotSupportedException : No AWS client type registered for interface 'Amazon.SimpleNotificationService.IAmazonSimpleNotificationService'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.

❌ LocalStack.Client.Functional.Tests.Scenarios.S3.S3ScenarioV37

❌ S3Service_Should_Create_A_Bucket_Async
	System.NotSupportedException : No AWS client type registered for interface 'Amazon.S3.IAmazonS3'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.
❌ S3Service_Should_Delete_A_Bucket_Async
	System.NotSupportedException : No AWS client type registered for interface 'Amazon.S3.IAmazonS3'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.
❌ S3Service_Should_Delete_A_File_To_A_Bucket_Async
	System.NotSupportedException : No AWS client type registered for interface 'Amazon.S3.IAmazonS3'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.
❌ S3Service_Should_List_Files_In_A_Bucket_Async
	System.NotSupportedException : No AWS client type registered for interface 'Amazon.S3.IAmazonS3'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.
❌ S3Service_Should_Upload_A_File_To_A_Bucket_Async
	System.NotSupportedException : No AWS client type registered for interface 'Amazon.S3.IAmazonS3'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.

❌ LocalStack.Client.Functional.Tests.Scenarios.S3.S3ScenarioV46

❌ S3Service_Should_Create_A_Bucket_Async
	System.NotSupportedException : No AWS client type registered for interface 'Amazon.S3.IAmazonS3'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.
❌ S3Service_Should_Delete_A_Bucket_Async
	System.NotSupportedException : No AWS client type registered for interface 'Amazon.S3.IAmazonS3'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.
❌ S3Service_Should_Delete_A_File_To_A_Bucket_Async
	System.NotSupportedException : No AWS client type registered for interface 'Amazon.S3.IAmazonS3'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.
❌ S3Service_Should_List_Files_In_A_Bucket_Async
	System.NotSupportedException : No AWS client type registered for interface 'Amazon.S3.IAmazonS3'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.
❌ S3Service_Should_Upload_A_File_To_A_Bucket_Async
	System.NotSupportedException : No AWS client type registered for interface 'Amazon.S3.IAmazonS3'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.

❌ LocalStack.Client.Functional.Tests.Scenarios.SNS.SnsScenarioV37

❌ Multi_Region_Tests_Async(systemName: "af-south-1")
	System.NotSupportedException : No AWS client type registered for interface 'Amazon.SimpleNotificationService.IAmazonSimpleNotificationService'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.
❌ Multi_Region_Tests_Async(systemName: "ap-southeast-1")
	System.NotSupportedException : No AWS client type registered for interface 'Amazon.SimpleNotificationService.IAmazonSimpleNotificationService'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.
❌ Multi_Region_Tests_Async(systemName: "ca-central-1")
	System.NotSupportedException : No AWS client type registered for interface 'Amazon.SimpleNotificationService.IAmazonSimpleNotificationService'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.
❌ Multi_Region_Tests_Async(systemName: "eu-central-1")
	System.NotSupportedException : No AWS client type registered for interface 'Amazon.SimpleNotificationService.IAmazonSimpleNotificationService'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.
❌ Multi_Region_Tests_Async(systemName: "eu-west-2")
	System.NotSupportedException : No AWS client type registered for interface 'Amazon.SimpleNotificationService.IAmazonSimpleNotificationService'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.
❌ Multi_Region_Tests_Async(systemName: "sa-east-1")
	System.NotSupportedException : No AWS client type registered for interface 'Amazon.SimpleNotificationService.IAmazonSimpleNotificationService'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.
❌ Multi_Region_Tests_Async(systemName: "us-west-1")
	System.NotSupportedException : No AWS client type registered for interface 'Amazon.SimpleNotificationService.IAmazonSimpleNotificationService'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.
❌ SnsService_Should_Create_A_Sns_Topic_Async
	System.NotSupportedException : No AWS client type registered for interface 'Amazon.SimpleNotificationService.IAmazonSimpleNotificationService'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.
❌ SnsService_Should_Delete_A_Sns_Topic_Async
	System.NotSupportedException : No AWS client type registered for interface 'Amazon.SimpleNotificationService.IAmazonSimpleNotificationService'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.
❌ SnsService_Should_Send_Publish_A_Message_Async
	System.NotSupportedException : No AWS client type registered for interface 'Amazon.SimpleNotificationService.IAmazonSimpleNotificationService'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.

❌ LocalStack.Client.Functional.Tests.Scenarios.SNS.SnsScenarioV46

❌ Multi_Region_Tests_Async(systemName: "af-south-1")
	System.NotSupportedException : No AWS client type registered for interface 'Amazon.SimpleNotificationService.IAmazonSimpleNotificationService'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.
❌ Multi_Region_Tests_Async(systemName: "ap-southeast-1")
	System.NotSupportedException : No AWS client type registered for interface 'Amazon.SimpleNotificationService.IAmazonSimpleNotificationService'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.
❌ Multi_Region_Tests_Async(systemName: "ca-central-1")
	System.NotSupportedException : No AWS client type registered for interface 'Amazon.SimpleNotificationService.IAmazonSimpleNotificationService'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.
❌ Multi_Region_Tests_Async(systemName: "eu-central-1")
	System.NotSupportedException : No AWS client type registered for interface 'Amazon.SimpleNotificationService.IAmazonSimpleNotificationService'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.
❌ Multi_Region_Tests_Async(systemName: "eu-west-2")
	System.NotSupportedException : No AWS client type registered for interface 'Amazon.SimpleNotificationService.IAmazonSimpleNotificationService'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.
❌ Multi_Region_Tests_Async(systemName: "sa-east-1")
	System.NotSupportedException : No AWS client type registered for interface 'Amazon.SimpleNotificationService.IAmazonSimpleNotificationService'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.
❌ Multi_Region_Tests_Async(systemName: "us-west-1")
	System.NotSupportedException : No AWS client type registered for interface 'Amazon.SimpleNotificationService.IAmazonSimpleNotificationService'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.
❌ SnsService_Should_Create_A_Sns_Topic_Async
	System.NotSupportedException : No AWS client type registered for interface 'Amazon.SimpleNotificationService.IAmazonSimpleNotificationService'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.
❌ SnsService_Should_Delete_A_Sns_Topic_Async
	System.NotSupportedException : No AWS client type registered for interface 'Amazon.SimpleNotificationService.IAmazonSimpleNotificationService'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.
❌ SnsService_Should_Send_Publish_A_Message_Async
	System.NotSupportedException : No AWS client type registered for interface 'Amazon.SimpleNotificationService.IAmazonSimpleNotificationService'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.

❌ LocalStack.Client.Functional.Tests.Scenarios.SQS.SqsScenarioV37

❌ AmazonSqsService_Should_Create_A_Queue_Async
	System.NotSupportedException : No AWS client type registered for interface 'Amazon.SQS.IAmazonSQS'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.
❌ AmazonSqsService_Should_Delete_A_Queue_Async
	System.NotSupportedException : No AWS client type registered for interface 'Amazon.SQS.IAmazonSQS'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.
❌ AmazonSqsService_Should_Receive_Messages_From_A_Queue_Async
	System.NotSupportedException : No AWS client type registered for interface 'Amazon.SQS.IAmazonSQS'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.
❌ AmazonSqsService_Should_Send_A_Message_To_A_Queue_Async
	System.NotSupportedException : No AWS client type registered for interface 'Amazon.SQS.IAmazonSQS'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.

❌ LocalStack.Client.Functional.Tests.Scenarios.SQS.SqsScenarioV46

❌ AmazonSqsService_Should_Create_A_Queue_Async
	System.NotSupportedException : No AWS client type registered for interface 'Amazon.SQS.IAmazonSQS'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.
❌ AmazonSqsService_Should_Delete_A_Queue_Async
	System.NotSupportedException : No AWS client type registered for interface 'Amazon.SQS.IAmazonSQS'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.
❌ AmazonSqsService_Should_Receive_Messages_From_A_Queue_Async
	System.NotSupportedException : No AWS client type registered for interface 'Amazon.SQS.IAmazonSQS'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.
❌ AmazonSqsService_Should_Send_A_Message_To_A_Queue_Async
	System.NotSupportedException : No AWS client type registered for interface 'Amazon.SQS.IAmazonSQS'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.

Annotations

Check failure on line 8 in tests/LocalStack.Client.Functional.Tests/Scenarios/CloudFormation/BaseCloudFormationScenario.cs

See this annotation in the file changed.

@github-actions github-actions / Test Results (Linux)

LocalStack.Client.Functional.Tests.Scenarios.CloudFormation.CloudFormationScenarioV37 β–Ί CloudFormationService_Should_Create_A_CloudFormation_Stack_Async

Failed test found in:
  tests/LocalStack.Client.Functional.Tests/TestResults/net8-0_results.trx
Error:
  System.NotSupportedException : No AWS client type registered for interface 'Amazon.CloudFormation.IAmazonCloudFormation'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.
Raw output
System.NotSupportedException : No AWS client type registered for interface 'Amazon.CloudFormation.IAmazonCloudFormation'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.
   at LocalStack.Client.Utils.AwsAccessorRegistry.GetByInterface(Type interfaceType) in /_/src/LocalStack.Client/Utils/AwsAccessorRegistry.cs:line 79
   at LocalStack.Client.Utils.AwsAccessorRegistry.GetByInterface[TInterface]() in /_/src/LocalStack.Client/Utils/AwsAccessorRegistry.cs:line 62
   at LocalStack.Client.Session.CreateClientByInterface[TClient](Boolean useServiceUrl) in /_/src/LocalStack.Client/SessionModern.cs:line 99
   at LocalStack.Client.Extensions.ServiceCollectionExtensions.<>c__DisplayClass12_0`1.<GetServiceFactoryDescriptor>b__0(IServiceProvider provider) in /_/src/LocalStack.Client.Extensions/ServiceCollectionExtensions.cs:line 227
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitFactory(FactoryCallSite factoryCallSite, RuntimeResolverContext context)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSiteMain(ServiceCallSite callSite, TArgument argument)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitRootCache(ServiceCallSite callSite, RuntimeResolverContext context)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSite(ServiceCallSite callSite, TArgument argument)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.Resolve(ServiceCallSite callSite, ServiceProviderEngineScope scope)
   at Microsoft.Extensions.DependencyInjection.ServiceProvider.CreateServiceAccessor(ServiceIdentifier serviceIdentifier)
   at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd(TKey key, Func`2 valueFactory)
   at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(ServiceIdentifier serviceIdentifier, ServiceProviderEngineScope serviceProviderEngineScope)
   at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(Type serviceType)
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(IServiceProvider provider, Type serviceType)
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService[T](IServiceProvider provider)
   at LocalStack.Client.Functional.Tests.Scenarios.CloudFormation.BaseCloudFormationScenario..ctor(TestFixture testFixture, ILocalStackFixture localStackFixture, String configFile, Boolean useServiceUrl) in /home/runner/work/localstack-dotnet-client/localstack-dotnet-client/tests/LocalStack.Client.Functional.Tests/Scenarios/CloudFormation/BaseCloudFormationScenario.cs:line 8
   at LocalStack.Client.Functional.Tests.Scenarios.CloudFormation.CloudFormationScenarioV37..ctor(TestFixture testFixture, LocalStackFixtureV37 localStackFixtureV37) in /home/runner/work/localstack-dotnet-client/localstack-dotnet-client/tests/LocalStack.Client.Functional.Tests/Scenarios/CloudFormation/CloudFormationScenario.cs:line 8
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeDirectByRefWithFewArgs(Object obj, Span`1 copyOfArgs, BindingFlags invokeAttr)

Check failure on line 8 in tests/LocalStack.Client.Functional.Tests/Scenarios/CloudFormation/BaseCloudFormationScenario.cs

See this annotation in the file changed.

@github-actions github-actions / Test Results (Linux)

LocalStack.Client.Functional.Tests.Scenarios.CloudFormation.CloudFormationScenarioV46 β–Ί CloudFormationService_Should_Create_A_CloudFormation_Stack_Async

Failed test found in:
  tests/LocalStack.Client.Functional.Tests/TestResults/net8-0_results.trx
Error:
  System.NotSupportedException : No AWS client type registered for interface 'Amazon.CloudFormation.IAmazonCloudFormation'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.
Raw output
System.NotSupportedException : No AWS client type registered for interface 'Amazon.CloudFormation.IAmazonCloudFormation'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.
   at LocalStack.Client.Utils.AwsAccessorRegistry.GetByInterface(Type interfaceType) in /_/src/LocalStack.Client/Utils/AwsAccessorRegistry.cs:line 79
   at LocalStack.Client.Utils.AwsAccessorRegistry.GetByInterface[TInterface]() in /_/src/LocalStack.Client/Utils/AwsAccessorRegistry.cs:line 62
   at LocalStack.Client.Session.CreateClientByInterface[TClient](Boolean useServiceUrl) in /_/src/LocalStack.Client/SessionModern.cs:line 99
   at LocalStack.Client.Extensions.ServiceCollectionExtensions.<>c__DisplayClass12_0`1.<GetServiceFactoryDescriptor>b__0(IServiceProvider provider) in /_/src/LocalStack.Client.Extensions/ServiceCollectionExtensions.cs:line 227
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitFactory(FactoryCallSite factoryCallSite, RuntimeResolverContext context)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSiteMain(ServiceCallSite callSite, TArgument argument)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitRootCache(ServiceCallSite callSite, RuntimeResolverContext context)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSite(ServiceCallSite callSite, TArgument argument)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.Resolve(ServiceCallSite callSite, ServiceProviderEngineScope scope)
   at Microsoft.Extensions.DependencyInjection.ServiceProvider.CreateServiceAccessor(ServiceIdentifier serviceIdentifier)
   at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd(TKey key, Func`2 valueFactory)
   at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(ServiceIdentifier serviceIdentifier, ServiceProviderEngineScope serviceProviderEngineScope)
   at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(Type serviceType)
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(IServiceProvider provider, Type serviceType)
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService[T](IServiceProvider provider)
   at LocalStack.Client.Functional.Tests.Scenarios.CloudFormation.BaseCloudFormationScenario..ctor(TestFixture testFixture, ILocalStackFixture localStackFixture, String configFile, Boolean useServiceUrl) in /home/runner/work/localstack-dotnet-client/localstack-dotnet-client/tests/LocalStack.Client.Functional.Tests/Scenarios/CloudFormation/BaseCloudFormationScenario.cs:line 8
   at LocalStack.Client.Functional.Tests.Scenarios.CloudFormation.CloudFormationScenarioV46..ctor(TestFixture testFixture, LocalStackFixtureV46 localStackFixtureV46) in /home/runner/work/localstack-dotnet-client/localstack-dotnet-client/tests/LocalStack.Client.Functional.Tests/Scenarios/CloudFormation/CloudFormationScenario.cs:line 16
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeDirectByRefWithFewArgs(Object obj, Span`1 copyOfArgs, BindingFlags invokeAttr)

Check failure on line 12 in tests/LocalStack.Client.Functional.Tests/Scenarios/DynamoDb/BaseDynamoDbScenario.cs

See this annotation in the file changed.

@github-actions github-actions / Test Results (Linux)

LocalStack.Client.Functional.Tests.Scenarios.DynamoDb.DynamoDbScenarioV37 β–Ί DynamoDbService_Should_Add_A_Record_To_A_DynamoDb_Table_Async

Failed test found in:
  tests/LocalStack.Client.Functional.Tests/TestResults/net8-0_results.trx
Error:
  System.NotSupportedException : No AWS client type registered for interface 'Amazon.DynamoDBv2.IAmazonDynamoDB'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.
Raw output
System.NotSupportedException : No AWS client type registered for interface 'Amazon.DynamoDBv2.IAmazonDynamoDB'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.
   at LocalStack.Client.Utils.AwsAccessorRegistry.GetByInterface(Type interfaceType) in /_/src/LocalStack.Client/Utils/AwsAccessorRegistry.cs:line 79
   at LocalStack.Client.Utils.AwsAccessorRegistry.GetByInterface[TInterface]() in /_/src/LocalStack.Client/Utils/AwsAccessorRegistry.cs:line 62
   at LocalStack.Client.Session.CreateClientByInterface[TClient](Boolean useServiceUrl) in /_/src/LocalStack.Client/SessionModern.cs:line 99
   at LocalStack.Client.Extensions.ServiceCollectionExtensions.<>c__DisplayClass12_0`1.<GetServiceFactoryDescriptor>b__0(IServiceProvider provider) in /_/src/LocalStack.Client.Extensions/ServiceCollectionExtensions.cs:line 227
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitFactory(FactoryCallSite factoryCallSite, RuntimeResolverContext context)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSiteMain(ServiceCallSite callSite, TArgument argument)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitRootCache(ServiceCallSite callSite, RuntimeResolverContext context)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSite(ServiceCallSite callSite, TArgument argument)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.Resolve(ServiceCallSite callSite, ServiceProviderEngineScope scope)
   at Microsoft.Extensions.DependencyInjection.ServiceProvider.CreateServiceAccessor(ServiceIdentifier serviceIdentifier)
   at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd(TKey key, Func`2 valueFactory)
   at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(ServiceIdentifier serviceIdentifier, ServiceProviderEngineScope serviceProviderEngineScope)
   at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(Type serviceType)
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(IServiceProvider provider, Type serviceType)
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService[T](IServiceProvider provider)
   at LocalStack.Client.Functional.Tests.Scenarios.DynamoDb.BaseDynamoDbScenario..ctor(TestFixture testFixture, ILocalStackFixture localStackFixture, String configFile, Boolean useServiceUrl) in /home/runner/work/localstack-dotnet-client/localstack-dotnet-client/tests/LocalStack.Client.Functional.Tests/Scenarios/DynamoDb/BaseDynamoDbScenario.cs:line 12
   at LocalStack.Client.Functional.Tests.Scenarios.DynamoDb.DynamoDbScenarioV37..ctor(TestFixture testFixture, LocalStackFixtureV37 localStackFixtureV37) in /home/runner/work/localstack-dotnet-client/localstack-dotnet-client/tests/LocalStack.Client.Functional.Tests/Scenarios/DynamoDb/DynamoDbScenario.cs:line 8
   at InvokeStub_DynamoDbScenarioV37..ctor(Object, Span`1)
   at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)

Check failure on line 12 in tests/LocalStack.Client.Functional.Tests/Scenarios/DynamoDb/BaseDynamoDbScenario.cs

See this annotation in the file changed.

@github-actions github-actions / Test Results (Linux)

LocalStack.Client.Functional.Tests.Scenarios.DynamoDb.DynamoDbScenarioV37 β–Ί DynamoDbService_Should_Create_A_DynamoDb_Table_Async

Failed test found in:
  tests/LocalStack.Client.Functional.Tests/TestResults/net8-0_results.trx
Error:
  System.NotSupportedException : No AWS client type registered for interface 'Amazon.DynamoDBv2.IAmazonDynamoDB'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.
Raw output
System.NotSupportedException : No AWS client type registered for interface 'Amazon.DynamoDBv2.IAmazonDynamoDB'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.
   at LocalStack.Client.Utils.AwsAccessorRegistry.GetByInterface(Type interfaceType) in /_/src/LocalStack.Client/Utils/AwsAccessorRegistry.cs:line 79
   at LocalStack.Client.Utils.AwsAccessorRegistry.GetByInterface[TInterface]() in /_/src/LocalStack.Client/Utils/AwsAccessorRegistry.cs:line 62
   at LocalStack.Client.Session.CreateClientByInterface[TClient](Boolean useServiceUrl) in /_/src/LocalStack.Client/SessionModern.cs:line 99
   at LocalStack.Client.Extensions.ServiceCollectionExtensions.<>c__DisplayClass12_0`1.<GetServiceFactoryDescriptor>b__0(IServiceProvider provider) in /_/src/LocalStack.Client.Extensions/ServiceCollectionExtensions.cs:line 227
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitFactory(FactoryCallSite factoryCallSite, RuntimeResolverContext context)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSiteMain(ServiceCallSite callSite, TArgument argument)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitRootCache(ServiceCallSite callSite, RuntimeResolverContext context)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSite(ServiceCallSite callSite, TArgument argument)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.Resolve(ServiceCallSite callSite, ServiceProviderEngineScope scope)
   at Microsoft.Extensions.DependencyInjection.ServiceProvider.CreateServiceAccessor(ServiceIdentifier serviceIdentifier)
   at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd(TKey key, Func`2 valueFactory)
   at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(ServiceIdentifier serviceIdentifier, ServiceProviderEngineScope serviceProviderEngineScope)
   at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(Type serviceType)
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(IServiceProvider provider, Type serviceType)
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService[T](IServiceProvider provider)
   at LocalStack.Client.Functional.Tests.Scenarios.DynamoDb.BaseDynamoDbScenario..ctor(TestFixture testFixture, ILocalStackFixture localStackFixture, String configFile, Boolean useServiceUrl) in /home/runner/work/localstack-dotnet-client/localstack-dotnet-client/tests/LocalStack.Client.Functional.Tests/Scenarios/DynamoDb/BaseDynamoDbScenario.cs:line 12
   at LocalStack.Client.Functional.Tests.Scenarios.DynamoDb.DynamoDbScenarioV37..ctor(TestFixture testFixture, LocalStackFixtureV37 localStackFixtureV37) in /home/runner/work/localstack-dotnet-client/localstack-dotnet-client/tests/LocalStack.Client.Functional.Tests/Scenarios/DynamoDb/DynamoDbScenario.cs:line 8
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeDirectByRefWithFewArgs(Object obj, Span`1 copyOfArgs, BindingFlags invokeAttr)

Check failure on line 12 in tests/LocalStack.Client.Functional.Tests/Scenarios/DynamoDb/BaseDynamoDbScenario.cs

See this annotation in the file changed.

@github-actions github-actions / Test Results (Linux)

LocalStack.Client.Functional.Tests.Scenarios.DynamoDb.DynamoDbScenarioV37 β–Ί DynamoDbService_Should_Delete_A_DynamoDb_Table_Async

Failed test found in:
  tests/LocalStack.Client.Functional.Tests/TestResults/net8-0_results.trx
Error:
  System.NotSupportedException : No AWS client type registered for interface 'Amazon.DynamoDBv2.IAmazonDynamoDB'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.
Raw output
System.NotSupportedException : No AWS client type registered for interface 'Amazon.DynamoDBv2.IAmazonDynamoDB'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.
   at LocalStack.Client.Utils.AwsAccessorRegistry.GetByInterface(Type interfaceType) in /_/src/LocalStack.Client/Utils/AwsAccessorRegistry.cs:line 79
   at LocalStack.Client.Utils.AwsAccessorRegistry.GetByInterface[TInterface]() in /_/src/LocalStack.Client/Utils/AwsAccessorRegistry.cs:line 62
   at LocalStack.Client.Session.CreateClientByInterface[TClient](Boolean useServiceUrl) in /_/src/LocalStack.Client/SessionModern.cs:line 99
   at LocalStack.Client.Extensions.ServiceCollectionExtensions.<>c__DisplayClass12_0`1.<GetServiceFactoryDescriptor>b__0(IServiceProvider provider) in /_/src/LocalStack.Client.Extensions/ServiceCollectionExtensions.cs:line 227
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitFactory(FactoryCallSite factoryCallSite, RuntimeResolverContext context)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSiteMain(ServiceCallSite callSite, TArgument argument)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitRootCache(ServiceCallSite callSite, RuntimeResolverContext context)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSite(ServiceCallSite callSite, TArgument argument)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.Resolve(ServiceCallSite callSite, ServiceProviderEngineScope scope)
   at Microsoft.Extensions.DependencyInjection.ServiceProvider.CreateServiceAccessor(ServiceIdentifier serviceIdentifier)
   at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd(TKey key, Func`2 valueFactory)
   at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(ServiceIdentifier serviceIdentifier, ServiceProviderEngineScope serviceProviderEngineScope)
   at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(Type serviceType)
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(IServiceProvider provider, Type serviceType)
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService[T](IServiceProvider provider)
   at LocalStack.Client.Functional.Tests.Scenarios.DynamoDb.BaseDynamoDbScenario..ctor(TestFixture testFixture, ILocalStackFixture localStackFixture, String configFile, Boolean useServiceUrl) in /home/runner/work/localstack-dotnet-client/localstack-dotnet-client/tests/LocalStack.Client.Functional.Tests/Scenarios/DynamoDb/BaseDynamoDbScenario.cs:line 12
   at LocalStack.Client.Functional.Tests.Scenarios.DynamoDb.DynamoDbScenarioV37..ctor(TestFixture testFixture, LocalStackFixtureV37 localStackFixtureV37) in /home/runner/work/localstack-dotnet-client/localstack-dotnet-client/tests/LocalStack.Client.Functional.Tests/Scenarios/DynamoDb/DynamoDbScenario.cs:line 8
   at InvokeStub_DynamoDbScenarioV37..ctor(Object, Span`1)
   at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)

Check failure on line 12 in tests/LocalStack.Client.Functional.Tests/Scenarios/DynamoDb/BaseDynamoDbScenario.cs

See this annotation in the file changed.

@github-actions github-actions / Test Results (Linux)

LocalStack.Client.Functional.Tests.Scenarios.DynamoDb.DynamoDbScenarioV37 β–Ί DynamoDbService_Should_List_Records_In_A_DynamoDb_Table_Async

Failed test found in:
  tests/LocalStack.Client.Functional.Tests/TestResults/net8-0_results.trx
Error:
  System.NotSupportedException : No AWS client type registered for interface 'Amazon.DynamoDBv2.IAmazonDynamoDB'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.
Raw output
System.NotSupportedException : No AWS client type registered for interface 'Amazon.DynamoDBv2.IAmazonDynamoDB'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.
   at LocalStack.Client.Utils.AwsAccessorRegistry.GetByInterface(Type interfaceType) in /_/src/LocalStack.Client/Utils/AwsAccessorRegistry.cs:line 79
   at LocalStack.Client.Utils.AwsAccessorRegistry.GetByInterface[TInterface]() in /_/src/LocalStack.Client/Utils/AwsAccessorRegistry.cs:line 62
   at LocalStack.Client.Session.CreateClientByInterface[TClient](Boolean useServiceUrl) in /_/src/LocalStack.Client/SessionModern.cs:line 99
   at LocalStack.Client.Extensions.ServiceCollectionExtensions.<>c__DisplayClass12_0`1.<GetServiceFactoryDescriptor>b__0(IServiceProvider provider) in /_/src/LocalStack.Client.Extensions/ServiceCollectionExtensions.cs:line 227
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitFactory(FactoryCallSite factoryCallSite, RuntimeResolverContext context)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSiteMain(ServiceCallSite callSite, TArgument argument)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitRootCache(ServiceCallSite callSite, RuntimeResolverContext context)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSite(ServiceCallSite callSite, TArgument argument)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.Resolve(ServiceCallSite callSite, ServiceProviderEngineScope scope)
   at Microsoft.Extensions.DependencyInjection.ServiceProvider.CreateServiceAccessor(ServiceIdentifier serviceIdentifier)
   at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd(TKey key, Func`2 valueFactory)
   at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(ServiceIdentifier serviceIdentifier, ServiceProviderEngineScope serviceProviderEngineScope)
   at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(Type serviceType)
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(IServiceProvider provider, Type serviceType)
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService[T](IServiceProvider provider)
   at LocalStack.Client.Functional.Tests.Scenarios.DynamoDb.BaseDynamoDbScenario..ctor(TestFixture testFixture, ILocalStackFixture localStackFixture, String configFile, Boolean useServiceUrl) in /home/runner/work/localstack-dotnet-client/localstack-dotnet-client/tests/LocalStack.Client.Functional.Tests/Scenarios/DynamoDb/BaseDynamoDbScenario.cs:line 12
   at LocalStack.Client.Functional.Tests.Scenarios.DynamoDb.DynamoDbScenarioV37..ctor(TestFixture testFixture, LocalStackFixtureV37 localStackFixtureV37) in /home/runner/work/localstack-dotnet-client/localstack-dotnet-client/tests/LocalStack.Client.Functional.Tests/Scenarios/DynamoDb/DynamoDbScenario.cs:line 8
   at InvokeStub_DynamoDbScenarioV37..ctor(Object, Span`1)
   at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)

Check failure on line 12 in tests/LocalStack.Client.Functional.Tests/Scenarios/DynamoDb/BaseDynamoDbScenario.cs

See this annotation in the file changed.

@github-actions github-actions / Test Results (Linux)

LocalStack.Client.Functional.Tests.Scenarios.DynamoDb.DynamoDbScenarioV46 β–Ί DynamoDbService_Should_Add_A_Record_To_A_DynamoDb_Table_Async

Failed test found in:
  tests/LocalStack.Client.Functional.Tests/TestResults/net8-0_results.trx
Error:
  System.NotSupportedException : No AWS client type registered for interface 'Amazon.DynamoDBv2.IAmazonDynamoDB'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.
Raw output
System.NotSupportedException : No AWS client type registered for interface 'Amazon.DynamoDBv2.IAmazonDynamoDB'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.
   at LocalStack.Client.Utils.AwsAccessorRegistry.GetByInterface(Type interfaceType) in /_/src/LocalStack.Client/Utils/AwsAccessorRegistry.cs:line 79
   at LocalStack.Client.Utils.AwsAccessorRegistry.GetByInterface[TInterface]() in /_/src/LocalStack.Client/Utils/AwsAccessorRegistry.cs:line 62
   at LocalStack.Client.Session.CreateClientByInterface[TClient](Boolean useServiceUrl) in /_/src/LocalStack.Client/SessionModern.cs:line 99
   at LocalStack.Client.Extensions.ServiceCollectionExtensions.<>c__DisplayClass12_0`1.<GetServiceFactoryDescriptor>b__0(IServiceProvider provider) in /_/src/LocalStack.Client.Extensions/ServiceCollectionExtensions.cs:line 227
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitFactory(FactoryCallSite factoryCallSite, RuntimeResolverContext context)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSiteMain(ServiceCallSite callSite, TArgument argument)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitRootCache(ServiceCallSite callSite, RuntimeResolverContext context)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSite(ServiceCallSite callSite, TArgument argument)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.Resolve(ServiceCallSite callSite, ServiceProviderEngineScope scope)
   at Microsoft.Extensions.DependencyInjection.ServiceProvider.CreateServiceAccessor(ServiceIdentifier serviceIdentifier)
   at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd(TKey key, Func`2 valueFactory)
   at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(ServiceIdentifier serviceIdentifier, ServiceProviderEngineScope serviceProviderEngineScope)
   at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(Type serviceType)
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(IServiceProvider provider, Type serviceType)
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService[T](IServiceProvider provider)
   at LocalStack.Client.Functional.Tests.Scenarios.DynamoDb.BaseDynamoDbScenario..ctor(TestFixture testFixture, ILocalStackFixture localStackFixture, String configFile, Boolean useServiceUrl) in /home/runner/work/localstack-dotnet-client/localstack-dotnet-client/tests/LocalStack.Client.Functional.Tests/Scenarios/DynamoDb/BaseDynamoDbScenario.cs:line 12
   at LocalStack.Client.Functional.Tests.Scenarios.DynamoDb.DynamoDbScenarioV46..ctor(TestFixture testFixture, LocalStackFixtureV46 localStackFixtureV46) in /home/runner/work/localstack-dotnet-client/localstack-dotnet-client/tests/LocalStack.Client.Functional.Tests/Scenarios/DynamoDb/DynamoDbScenario.cs:line 16
   at InvokeStub_DynamoDbScenarioV46..ctor(Object, Span`1)
   at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)

Check failure on line 12 in tests/LocalStack.Client.Functional.Tests/Scenarios/DynamoDb/BaseDynamoDbScenario.cs

See this annotation in the file changed.

@github-actions github-actions / Test Results (Linux)

LocalStack.Client.Functional.Tests.Scenarios.DynamoDb.DynamoDbScenarioV46 β–Ί DynamoDbService_Should_Create_A_DynamoDb_Table_Async

Failed test found in:
  tests/LocalStack.Client.Functional.Tests/TestResults/net8-0_results.trx
Error:
  System.NotSupportedException : No AWS client type registered for interface 'Amazon.DynamoDBv2.IAmazonDynamoDB'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.
Raw output
System.NotSupportedException : No AWS client type registered for interface 'Amazon.DynamoDBv2.IAmazonDynamoDB'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.
   at LocalStack.Client.Utils.AwsAccessorRegistry.GetByInterface(Type interfaceType) in /_/src/LocalStack.Client/Utils/AwsAccessorRegistry.cs:line 79
   at LocalStack.Client.Utils.AwsAccessorRegistry.GetByInterface[TInterface]() in /_/src/LocalStack.Client/Utils/AwsAccessorRegistry.cs:line 62
   at LocalStack.Client.Session.CreateClientByInterface[TClient](Boolean useServiceUrl) in /_/src/LocalStack.Client/SessionModern.cs:line 99
   at LocalStack.Client.Extensions.ServiceCollectionExtensions.<>c__DisplayClass12_0`1.<GetServiceFactoryDescriptor>b__0(IServiceProvider provider) in /_/src/LocalStack.Client.Extensions/ServiceCollectionExtensions.cs:line 227
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitFactory(FactoryCallSite factoryCallSite, RuntimeResolverContext context)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSiteMain(ServiceCallSite callSite, TArgument argument)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitRootCache(ServiceCallSite callSite, RuntimeResolverContext context)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSite(ServiceCallSite callSite, TArgument argument)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.Resolve(ServiceCallSite callSite, ServiceProviderEngineScope scope)
   at Microsoft.Extensions.DependencyInjection.ServiceProvider.CreateServiceAccessor(ServiceIdentifier serviceIdentifier)
   at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd(TKey key, Func`2 valueFactory)
   at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(ServiceIdentifier serviceIdentifier, ServiceProviderEngineScope serviceProviderEngineScope)
   at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(Type serviceType)
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(IServiceProvider provider, Type serviceType)
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService[T](IServiceProvider provider)
   at LocalStack.Client.Functional.Tests.Scenarios.DynamoDb.BaseDynamoDbScenario..ctor(TestFixture testFixture, ILocalStackFixture localStackFixture, String configFile, Boolean useServiceUrl) in /home/runner/work/localstack-dotnet-client/localstack-dotnet-client/tests/LocalStack.Client.Functional.Tests/Scenarios/DynamoDb/BaseDynamoDbScenario.cs:line 12
   at LocalStack.Client.Functional.Tests.Scenarios.DynamoDb.DynamoDbScenarioV46..ctor(TestFixture testFixture, LocalStackFixtureV46 localStackFixtureV46) in /home/runner/work/localstack-dotnet-client/localstack-dotnet-client/tests/LocalStack.Client.Functional.Tests/Scenarios/DynamoDb/DynamoDbScenario.cs:line 16
   at InvokeStub_DynamoDbScenarioV46..ctor(Object, Span`1)
   at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)

Check failure on line 12 in tests/LocalStack.Client.Functional.Tests/Scenarios/DynamoDb/BaseDynamoDbScenario.cs

See this annotation in the file changed.

@github-actions github-actions / Test Results (Linux)

LocalStack.Client.Functional.Tests.Scenarios.DynamoDb.DynamoDbScenarioV46 β–Ί DynamoDbService_Should_Delete_A_DynamoDb_Table_Async

Failed test found in:
  tests/LocalStack.Client.Functional.Tests/TestResults/net8-0_results.trx
Error:
  System.NotSupportedException : No AWS client type registered for interface 'Amazon.DynamoDBv2.IAmazonDynamoDB'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.
Raw output
System.NotSupportedException : No AWS client type registered for interface 'Amazon.DynamoDBv2.IAmazonDynamoDB'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.
   at LocalStack.Client.Utils.AwsAccessorRegistry.GetByInterface(Type interfaceType) in /_/src/LocalStack.Client/Utils/AwsAccessorRegistry.cs:line 79
   at LocalStack.Client.Utils.AwsAccessorRegistry.GetByInterface[TInterface]() in /_/src/LocalStack.Client/Utils/AwsAccessorRegistry.cs:line 62
   at LocalStack.Client.Session.CreateClientByInterface[TClient](Boolean useServiceUrl) in /_/src/LocalStack.Client/SessionModern.cs:line 99
   at LocalStack.Client.Extensions.ServiceCollectionExtensions.<>c__DisplayClass12_0`1.<GetServiceFactoryDescriptor>b__0(IServiceProvider provider) in /_/src/LocalStack.Client.Extensions/ServiceCollectionExtensions.cs:line 227
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitFactory(FactoryCallSite factoryCallSite, RuntimeResolverContext context)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSiteMain(ServiceCallSite callSite, TArgument argument)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitRootCache(ServiceCallSite callSite, RuntimeResolverContext context)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSite(ServiceCallSite callSite, TArgument argument)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.Resolve(ServiceCallSite callSite, ServiceProviderEngineScope scope)
   at Microsoft.Extensions.DependencyInjection.ServiceProvider.CreateServiceAccessor(ServiceIdentifier serviceIdentifier)
   at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd(TKey key, Func`2 valueFactory)
   at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(ServiceIdentifier serviceIdentifier, ServiceProviderEngineScope serviceProviderEngineScope)
   at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(Type serviceType)
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(IServiceProvider provider, Type serviceType)
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService[T](IServiceProvider provider)
   at LocalStack.Client.Functional.Tests.Scenarios.DynamoDb.BaseDynamoDbScenario..ctor(TestFixture testFixture, ILocalStackFixture localStackFixture, String configFile, Boolean useServiceUrl) in /home/runner/work/localstack-dotnet-client/localstack-dotnet-client/tests/LocalStack.Client.Functional.Tests/Scenarios/DynamoDb/BaseDynamoDbScenario.cs:line 12
   at LocalStack.Client.Functional.Tests.Scenarios.DynamoDb.DynamoDbScenarioV46..ctor(TestFixture testFixture, LocalStackFixtureV46 localStackFixtureV46) in /home/runner/work/localstack-dotnet-client/localstack-dotnet-client/tests/LocalStack.Client.Functional.Tests/Scenarios/DynamoDb/DynamoDbScenario.cs:line 16
   at InvokeStub_DynamoDbScenarioV46..ctor(Object, Span`1)
   at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)

Check failure on line 12 in tests/LocalStack.Client.Functional.Tests/Scenarios/DynamoDb/BaseDynamoDbScenario.cs

See this annotation in the file changed.

@github-actions github-actions / Test Results (Linux)

LocalStack.Client.Functional.Tests.Scenarios.DynamoDb.DynamoDbScenarioV46 β–Ί DynamoDbService_Should_List_Records_In_A_DynamoDb_Table_Async

Failed test found in:
  tests/LocalStack.Client.Functional.Tests/TestResults/net8-0_results.trx
Error:
  System.NotSupportedException : No AWS client type registered for interface 'Amazon.DynamoDBv2.IAmazonDynamoDB'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.
Raw output
System.NotSupportedException : No AWS client type registered for interface 'Amazon.DynamoDBv2.IAmazonDynamoDB'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.
   at LocalStack.Client.Utils.AwsAccessorRegistry.GetByInterface(Type interfaceType) in /_/src/LocalStack.Client/Utils/AwsAccessorRegistry.cs:line 79
   at LocalStack.Client.Utils.AwsAccessorRegistry.GetByInterface[TInterface]() in /_/src/LocalStack.Client/Utils/AwsAccessorRegistry.cs:line 62
   at LocalStack.Client.Session.CreateClientByInterface[TClient](Boolean useServiceUrl) in /_/src/LocalStack.Client/SessionModern.cs:line 99
   at LocalStack.Client.Extensions.ServiceCollectionExtensions.<>c__DisplayClass12_0`1.<GetServiceFactoryDescriptor>b__0(IServiceProvider provider) in /_/src/LocalStack.Client.Extensions/ServiceCollectionExtensions.cs:line 227
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitFactory(FactoryCallSite factoryCallSite, RuntimeResolverContext context)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSiteMain(ServiceCallSite callSite, TArgument argument)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitRootCache(ServiceCallSite callSite, RuntimeResolverContext context)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSite(ServiceCallSite callSite, TArgument argument)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.Resolve(ServiceCallSite callSite, ServiceProviderEngineScope scope)
   at Microsoft.Extensions.DependencyInjection.ServiceProvider.CreateServiceAccessor(ServiceIdentifier serviceIdentifier)
   at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd(TKey key, Func`2 valueFactory)
   at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(ServiceIdentifier serviceIdentifier, ServiceProviderEngineScope serviceProviderEngineScope)
   at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(Type serviceType)
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(IServiceProvider provider, Type serviceType)
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService[T](IServiceProvider provider)
   at LocalStack.Client.Functional.Tests.Scenarios.DynamoDb.BaseDynamoDbScenario..ctor(TestFixture testFixture, ILocalStackFixture localStackFixture, String configFile, Boolean useServiceUrl) in /home/runner/work/localstack-dotnet-client/localstack-dotnet-client/tests/LocalStack.Client.Functional.Tests/Scenarios/DynamoDb/BaseDynamoDbScenario.cs:line 12
   at LocalStack.Client.Functional.Tests.Scenarios.DynamoDb.DynamoDbScenarioV46..ctor(TestFixture testFixture, LocalStackFixtureV46 localStackFixtureV46) in /home/runner/work/localstack-dotnet-client/localstack-dotnet-client/tests/LocalStack.Client.Functional.Tests/Scenarios/DynamoDb/DynamoDbScenario.cs:line 16
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeDirectByRefWithFewArgs(Object obj, Span`1 copyOfArgs, BindingFlags invokeAttr)

Check failure on line 10 in tests/LocalStack.Client.Functional.Tests/Scenarios/RealLife/BaseRealLife.cs

See this annotation in the file changed.

@github-actions github-actions / Test Results (Linux)

LocalStack.Client.Functional.Tests.Scenarios.RealLife.SnsToSqsScenarioV37 β–Ί Should_Create_A_SNS_Topic_And_SQS_Queue_Then_Subscribe_To_The_Topic_Using_SQS_Then_Publish_A_Message_To_Topic_And_Read_It_From_The_Queue_Async

Failed test found in:
  tests/LocalStack.Client.Functional.Tests/TestResults/net8-0_results.trx
Error:
  System.NotSupportedException : No AWS client type registered for interface 'Amazon.SimpleNotificationService.IAmazonSimpleNotificationService'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.
Raw output
System.NotSupportedException : No AWS client type registered for interface 'Amazon.SimpleNotificationService.IAmazonSimpleNotificationService'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.
   at LocalStack.Client.Utils.AwsAccessorRegistry.GetByInterface(Type interfaceType) in /_/src/LocalStack.Client/Utils/AwsAccessorRegistry.cs:line 79
   at LocalStack.Client.Utils.AwsAccessorRegistry.GetByInterface[TInterface]() in /_/src/LocalStack.Client/Utils/AwsAccessorRegistry.cs:line 62
   at LocalStack.Client.Session.CreateClientByInterface[TClient](Boolean useServiceUrl) in /_/src/LocalStack.Client/SessionModern.cs:line 99
   at LocalStack.Client.Extensions.ServiceCollectionExtensions.<>c__DisplayClass12_0`1.<GetServiceFactoryDescriptor>b__0(IServiceProvider provider) in /_/src/LocalStack.Client.Extensions/ServiceCollectionExtensions.cs:line 227
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitFactory(FactoryCallSite factoryCallSite, RuntimeResolverContext context)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSiteMain(ServiceCallSite callSite, TArgument argument)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitRootCache(ServiceCallSite callSite, RuntimeResolverContext context)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSite(ServiceCallSite callSite, TArgument argument)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.Resolve(ServiceCallSite callSite, ServiceProviderEngineScope scope)
   at Microsoft.Extensions.DependencyInjection.ServiceProvider.CreateServiceAccessor(ServiceIdentifier serviceIdentifier)
   at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd(TKey key, Func`2 valueFactory)
   at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(ServiceIdentifier serviceIdentifier, ServiceProviderEngineScope serviceProviderEngineScope)
   at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(Type serviceType)
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(IServiceProvider provider, Type serviceType)
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService[T](IServiceProvider provider)
   at LocalStack.Client.Functional.Tests.Scenarios.RealLife.BaseRealLife..ctor(TestFixture testFixture, ILocalStackFixture localStackFixture, String configFile, Boolean useServiceUrl) in /home/runner/work/localstack-dotnet-client/localstack-dotnet-client/tests/LocalStack.Client.Functional.Tests/Scenarios/RealLife/BaseRealLife.cs:line 10
   at LocalStack.Client.Functional.Tests.Scenarios.RealLife.SnsToSqsScenarioV37..ctor(TestFixture testFixture, LocalStackFixtureV37 localStackFixtureV37) in /home/runner/work/localstack-dotnet-client/localstack-dotnet-client/tests/LocalStack.Client.Functional.Tests/Scenarios/RealLife/SnsToSqsScenarios.cs:line 8
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeDirectByRefWithFewArgs(Object obj, Span`1 copyOfArgs, BindingFlags invokeAttr)

Check failure on line 10 in tests/LocalStack.Client.Functional.Tests/Scenarios/RealLife/BaseRealLife.cs

See this annotation in the file changed.

@github-actions github-actions / Test Results (Linux)

LocalStack.Client.Functional.Tests.Scenarios.RealLife.SnsToSqsScenarioV46 β–Ί Should_Create_A_SNS_Topic_And_SQS_Queue_Then_Subscribe_To_The_Topic_Using_SQS_Then_Publish_A_Message_To_Topic_And_Read_It_From_The_Queue_Async

Failed test found in:
  tests/LocalStack.Client.Functional.Tests/TestResults/net8-0_results.trx
Error:
  System.NotSupportedException : No AWS client type registered for interface 'Amazon.SimpleNotificationService.IAmazonSimpleNotificationService'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.
Raw output
System.NotSupportedException : No AWS client type registered for interface 'Amazon.SimpleNotificationService.IAmazonSimpleNotificationService'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.
   at LocalStack.Client.Utils.AwsAccessorRegistry.GetByInterface(Type interfaceType) in /_/src/LocalStack.Client/Utils/AwsAccessorRegistry.cs:line 79
   at LocalStack.Client.Utils.AwsAccessorRegistry.GetByInterface[TInterface]() in /_/src/LocalStack.Client/Utils/AwsAccessorRegistry.cs:line 62
   at LocalStack.Client.Session.CreateClientByInterface[TClient](Boolean useServiceUrl) in /_/src/LocalStack.Client/SessionModern.cs:line 99
   at LocalStack.Client.Extensions.ServiceCollectionExtensions.<>c__DisplayClass12_0`1.<GetServiceFactoryDescriptor>b__0(IServiceProvider provider) in /_/src/LocalStack.Client.Extensions/ServiceCollectionExtensions.cs:line 227
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitFactory(FactoryCallSite factoryCallSite, RuntimeResolverContext context)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSiteMain(ServiceCallSite callSite, TArgument argument)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitRootCache(ServiceCallSite callSite, RuntimeResolverContext context)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSite(ServiceCallSite callSite, TArgument argument)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.Resolve(ServiceCallSite callSite, ServiceProviderEngineScope scope)
   at Microsoft.Extensions.DependencyInjection.ServiceProvider.CreateServiceAccessor(ServiceIdentifier serviceIdentifier)
   at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd(TKey key, Func`2 valueFactory)
   at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(ServiceIdentifier serviceIdentifier, ServiceProviderEngineScope serviceProviderEngineScope)
   at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(Type serviceType)
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(IServiceProvider provider, Type serviceType)
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService[T](IServiceProvider provider)
   at LocalStack.Client.Functional.Tests.Scenarios.RealLife.BaseRealLife..ctor(TestFixture testFixture, ILocalStackFixture localStackFixture, String configFile, Boolean useServiceUrl) in /home/runner/work/localstack-dotnet-client/localstack-dotnet-client/tests/LocalStack.Client.Functional.Tests/Scenarios/RealLife/BaseRealLife.cs:line 10
   at LocalStack.Client.Functional.Tests.Scenarios.RealLife.SnsToSqsScenarioV46..ctor(TestFixture testFixture, LocalStackFixtureV46 localStackFixtureV46) in /home/runner/work/localstack-dotnet-client/localstack-dotnet-client/tests/LocalStack.Client.Functional.Tests/Scenarios/RealLife/SnsToSqsScenarios.cs:line 16
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeDirectByRefWithFewArgs(Object obj, Span`1 copyOfArgs, BindingFlags invokeAttr)

Check failure on line 12 in tests/LocalStack.Client.Functional.Tests/Scenarios/S3/BaseS3Scenario.cs

See this annotation in the file changed.

@github-actions github-actions / Test Results (Linux)

LocalStack.Client.Functional.Tests.Scenarios.S3.S3ScenarioV37 β–Ί S3Service_Should_Create_A_Bucket_Async

Failed test found in:
  tests/LocalStack.Client.Functional.Tests/TestResults/net8-0_results.trx
Error:
  System.NotSupportedException : No AWS client type registered for interface 'Amazon.S3.IAmazonS3'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.
Raw output
System.NotSupportedException : No AWS client type registered for interface 'Amazon.S3.IAmazonS3'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.
   at LocalStack.Client.Utils.AwsAccessorRegistry.GetByInterface(Type interfaceType) in /_/src/LocalStack.Client/Utils/AwsAccessorRegistry.cs:line 79
   at LocalStack.Client.Utils.AwsAccessorRegistry.GetByInterface[TInterface]() in /_/src/LocalStack.Client/Utils/AwsAccessorRegistry.cs:line 62
   at LocalStack.Client.Session.CreateClientByInterface[TClient](Boolean useServiceUrl) in /_/src/LocalStack.Client/SessionModern.cs:line 99
   at LocalStack.Client.Extensions.ServiceCollectionExtensions.<>c__DisplayClass12_0`1.<GetServiceFactoryDescriptor>b__0(IServiceProvider provider) in /_/src/LocalStack.Client.Extensions/ServiceCollectionExtensions.cs:line 227
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitFactory(FactoryCallSite factoryCallSite, RuntimeResolverContext context)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSiteMain(ServiceCallSite callSite, TArgument argument)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitRootCache(ServiceCallSite callSite, RuntimeResolverContext context)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSite(ServiceCallSite callSite, TArgument argument)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.Resolve(ServiceCallSite callSite, ServiceProviderEngineScope scope)
   at Microsoft.Extensions.DependencyInjection.ServiceProvider.CreateServiceAccessor(ServiceIdentifier serviceIdentifier)
   at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd(TKey key, Func`2 valueFactory)
   at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(ServiceIdentifier serviceIdentifier, ServiceProviderEngineScope serviceProviderEngineScope)
   at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(Type serviceType)
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(IServiceProvider provider, Type serviceType)
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService[T](IServiceProvider provider)
   at LocalStack.Client.Functional.Tests.Scenarios.S3.BaseS3Scenario..ctor(TestFixture testFixture, ILocalStackFixture localStackFixture, String configFile, Boolean useServiceUrl) in /home/runner/work/localstack-dotnet-client/localstack-dotnet-client/tests/LocalStack.Client.Functional.Tests/Scenarios/S3/BaseS3Scenario.cs:line 12
   at LocalStack.Client.Functional.Tests.Scenarios.S3.S3ScenarioV37..ctor(TestFixture testFixture, LocalStackFixtureV37 localStackFixtureV37) in /home/runner/work/localstack-dotnet-client/localstack-dotnet-client/tests/LocalStack.Client.Functional.Tests/Scenarios/S3/S3Scenarios.cs:line 8
   at InvokeStub_S3ScenarioV37..ctor(Object, Span`1)
   at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)

Check failure on line 12 in tests/LocalStack.Client.Functional.Tests/Scenarios/S3/BaseS3Scenario.cs

See this annotation in the file changed.

@github-actions github-actions / Test Results (Linux)

LocalStack.Client.Functional.Tests.Scenarios.S3.S3ScenarioV37 β–Ί S3Service_Should_Delete_A_Bucket_Async

Failed test found in:
  tests/LocalStack.Client.Functional.Tests/TestResults/net8-0_results.trx
Error:
  System.NotSupportedException : No AWS client type registered for interface 'Amazon.S3.IAmazonS3'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.
Raw output
System.NotSupportedException : No AWS client type registered for interface 'Amazon.S3.IAmazonS3'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.
   at LocalStack.Client.Utils.AwsAccessorRegistry.GetByInterface(Type interfaceType) in /_/src/LocalStack.Client/Utils/AwsAccessorRegistry.cs:line 79
   at LocalStack.Client.Utils.AwsAccessorRegistry.GetByInterface[TInterface]() in /_/src/LocalStack.Client/Utils/AwsAccessorRegistry.cs:line 62
   at LocalStack.Client.Session.CreateClientByInterface[TClient](Boolean useServiceUrl) in /_/src/LocalStack.Client/SessionModern.cs:line 99
   at LocalStack.Client.Extensions.ServiceCollectionExtensions.<>c__DisplayClass12_0`1.<GetServiceFactoryDescriptor>b__0(IServiceProvider provider) in /_/src/LocalStack.Client.Extensions/ServiceCollectionExtensions.cs:line 227
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitFactory(FactoryCallSite factoryCallSite, RuntimeResolverContext context)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSiteMain(ServiceCallSite callSite, TArgument argument)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitRootCache(ServiceCallSite callSite, RuntimeResolverContext context)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSite(ServiceCallSite callSite, TArgument argument)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.Resolve(ServiceCallSite callSite, ServiceProviderEngineScope scope)
   at Microsoft.Extensions.DependencyInjection.ServiceProvider.CreateServiceAccessor(ServiceIdentifier serviceIdentifier)
   at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd(TKey key, Func`2 valueFactory)
   at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(ServiceIdentifier serviceIdentifier, ServiceProviderEngineScope serviceProviderEngineScope)
   at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(Type serviceType)
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(IServiceProvider provider, Type serviceType)
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService[T](IServiceProvider provider)
   at LocalStack.Client.Functional.Tests.Scenarios.S3.BaseS3Scenario..ctor(TestFixture testFixture, ILocalStackFixture localStackFixture, String configFile, Boolean useServiceUrl) in /home/runner/work/localstack-dotnet-client/localstack-dotnet-client/tests/LocalStack.Client.Functional.Tests/Scenarios/S3/BaseS3Scenario.cs:line 12
   at LocalStack.Client.Functional.Tests.Scenarios.S3.S3ScenarioV37..ctor(TestFixture testFixture, LocalStackFixtureV37 localStackFixtureV37) in /home/runner/work/localstack-dotnet-client/localstack-dotnet-client/tests/LocalStack.Client.Functional.Tests/Scenarios/S3/S3Scenarios.cs:line 8
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeDirectByRefWithFewArgs(Object obj, Span`1 copyOfArgs, BindingFlags invokeAttr)

Check failure on line 12 in tests/LocalStack.Client.Functional.Tests/Scenarios/S3/BaseS3Scenario.cs

See this annotation in the file changed.

@github-actions github-actions / Test Results (Linux)

LocalStack.Client.Functional.Tests.Scenarios.S3.S3ScenarioV37 β–Ί S3Service_Should_Delete_A_File_To_A_Bucket_Async

Failed test found in:
  tests/LocalStack.Client.Functional.Tests/TestResults/net8-0_results.trx
Error:
  System.NotSupportedException : No AWS client type registered for interface 'Amazon.S3.IAmazonS3'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.
Raw output
System.NotSupportedException : No AWS client type registered for interface 'Amazon.S3.IAmazonS3'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.
   at LocalStack.Client.Utils.AwsAccessorRegistry.GetByInterface(Type interfaceType) in /_/src/LocalStack.Client/Utils/AwsAccessorRegistry.cs:line 79
   at LocalStack.Client.Utils.AwsAccessorRegistry.GetByInterface[TInterface]() in /_/src/LocalStack.Client/Utils/AwsAccessorRegistry.cs:line 62
   at LocalStack.Client.Session.CreateClientByInterface[TClient](Boolean useServiceUrl) in /_/src/LocalStack.Client/SessionModern.cs:line 99
   at LocalStack.Client.Extensions.ServiceCollectionExtensions.<>c__DisplayClass12_0`1.<GetServiceFactoryDescriptor>b__0(IServiceProvider provider) in /_/src/LocalStack.Client.Extensions/ServiceCollectionExtensions.cs:line 227
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitFactory(FactoryCallSite factoryCallSite, RuntimeResolverContext context)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSiteMain(ServiceCallSite callSite, TArgument argument)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitRootCache(ServiceCallSite callSite, RuntimeResolverContext context)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSite(ServiceCallSite callSite, TArgument argument)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.Resolve(ServiceCallSite callSite, ServiceProviderEngineScope scope)
   at Microsoft.Extensions.DependencyInjection.ServiceProvider.CreateServiceAccessor(ServiceIdentifier serviceIdentifier)
   at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd(TKey key, Func`2 valueFactory)
   at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(ServiceIdentifier serviceIdentifier, ServiceProviderEngineScope serviceProviderEngineScope)
   at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(Type serviceType)
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(IServiceProvider provider, Type serviceType)
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService[T](IServiceProvider provider)
   at LocalStack.Client.Functional.Tests.Scenarios.S3.BaseS3Scenario..ctor(TestFixture testFixture, ILocalStackFixture localStackFixture, String configFile, Boolean useServiceUrl) in /home/runner/work/localstack-dotnet-client/localstack-dotnet-client/tests/LocalStack.Client.Functional.Tests/Scenarios/S3/BaseS3Scenario.cs:line 12
   at LocalStack.Client.Functional.Tests.Scenarios.S3.S3ScenarioV37..ctor(TestFixture testFixture, LocalStackFixtureV37 localStackFixtureV37) in /home/runner/work/localstack-dotnet-client/localstack-dotnet-client/tests/LocalStack.Client.Functional.Tests/Scenarios/S3/S3Scenarios.cs:line 8
   at InvokeStub_S3ScenarioV37..ctor(Object, Span`1)
   at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)

Check failure on line 12 in tests/LocalStack.Client.Functional.Tests/Scenarios/S3/BaseS3Scenario.cs

See this annotation in the file changed.

@github-actions github-actions / Test Results (Linux)

LocalStack.Client.Functional.Tests.Scenarios.S3.S3ScenarioV37 β–Ί S3Service_Should_List_Files_In_A_Bucket_Async

Failed test found in:
  tests/LocalStack.Client.Functional.Tests/TestResults/net8-0_results.trx
Error:
  System.NotSupportedException : No AWS client type registered for interface 'Amazon.S3.IAmazonS3'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.
Raw output
System.NotSupportedException : No AWS client type registered for interface 'Amazon.S3.IAmazonS3'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.
   at LocalStack.Client.Utils.AwsAccessorRegistry.GetByInterface(Type interfaceType) in /_/src/LocalStack.Client/Utils/AwsAccessorRegistry.cs:line 79
   at LocalStack.Client.Utils.AwsAccessorRegistry.GetByInterface[TInterface]() in /_/src/LocalStack.Client/Utils/AwsAccessorRegistry.cs:line 62
   at LocalStack.Client.Session.CreateClientByInterface[TClient](Boolean useServiceUrl) in /_/src/LocalStack.Client/SessionModern.cs:line 99
   at LocalStack.Client.Extensions.ServiceCollectionExtensions.<>c__DisplayClass12_0`1.<GetServiceFactoryDescriptor>b__0(IServiceProvider provider) in /_/src/LocalStack.Client.Extensions/ServiceCollectionExtensions.cs:line 227
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitFactory(FactoryCallSite factoryCallSite, RuntimeResolverContext context)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSiteMain(ServiceCallSite callSite, TArgument argument)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitRootCache(ServiceCallSite callSite, RuntimeResolverContext context)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSite(ServiceCallSite callSite, TArgument argument)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.Resolve(ServiceCallSite callSite, ServiceProviderEngineScope scope)
   at Microsoft.Extensions.DependencyInjection.ServiceProvider.CreateServiceAccessor(ServiceIdentifier serviceIdentifier)
   at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd(TKey key, Func`2 valueFactory)
   at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(ServiceIdentifier serviceIdentifier, ServiceProviderEngineScope serviceProviderEngineScope)
   at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(Type serviceType)
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(IServiceProvider provider, Type serviceType)
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService[T](IServiceProvider provider)
   at LocalStack.Client.Functional.Tests.Scenarios.S3.BaseS3Scenario..ctor(TestFixture testFixture, ILocalStackFixture localStackFixture, String configFile, Boolean useServiceUrl) in /home/runner/work/localstack-dotnet-client/localstack-dotnet-client/tests/LocalStack.Client.Functional.Tests/Scenarios/S3/BaseS3Scenario.cs:line 12
   at LocalStack.Client.Functional.Tests.Scenarios.S3.S3ScenarioV37..ctor(TestFixture testFixture, LocalStackFixtureV37 localStackFixtureV37) in /home/runner/work/localstack-dotnet-client/localstack-dotnet-client/tests/LocalStack.Client.Functional.Tests/Scenarios/S3/S3Scenarios.cs:line 8
   at InvokeStub_S3ScenarioV37..ctor(Object, Span`1)
   at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)

Check failure on line 12 in tests/LocalStack.Client.Functional.Tests/Scenarios/S3/BaseS3Scenario.cs

See this annotation in the file changed.

@github-actions github-actions / Test Results (Linux)

LocalStack.Client.Functional.Tests.Scenarios.S3.S3ScenarioV37 β–Ί S3Service_Should_Upload_A_File_To_A_Bucket_Async

Failed test found in:
  tests/LocalStack.Client.Functional.Tests/TestResults/net8-0_results.trx
Error:
  System.NotSupportedException : No AWS client type registered for interface 'Amazon.S3.IAmazonS3'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.
Raw output
System.NotSupportedException : No AWS client type registered for interface 'Amazon.S3.IAmazonS3'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.
   at LocalStack.Client.Utils.AwsAccessorRegistry.GetByInterface(Type interfaceType) in /_/src/LocalStack.Client/Utils/AwsAccessorRegistry.cs:line 79
   at LocalStack.Client.Utils.AwsAccessorRegistry.GetByInterface[TInterface]() in /_/src/LocalStack.Client/Utils/AwsAccessorRegistry.cs:line 62
   at LocalStack.Client.Session.CreateClientByInterface[TClient](Boolean useServiceUrl) in /_/src/LocalStack.Client/SessionModern.cs:line 99
   at LocalStack.Client.Extensions.ServiceCollectionExtensions.<>c__DisplayClass12_0`1.<GetServiceFactoryDescriptor>b__0(IServiceProvider provider) in /_/src/LocalStack.Client.Extensions/ServiceCollectionExtensions.cs:line 227
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitFactory(FactoryCallSite factoryCallSite, RuntimeResolverContext context)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSiteMain(ServiceCallSite callSite, TArgument argument)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitRootCache(ServiceCallSite callSite, RuntimeResolverContext context)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSite(ServiceCallSite callSite, TArgument argument)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.Resolve(ServiceCallSite callSite, ServiceProviderEngineScope scope)
   at Microsoft.Extensions.DependencyInjection.ServiceProvider.CreateServiceAccessor(ServiceIdentifier serviceIdentifier)
   at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd(TKey key, Func`2 valueFactory)
   at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(ServiceIdentifier serviceIdentifier, ServiceProviderEngineScope serviceProviderEngineScope)
   at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(Type serviceType)
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(IServiceProvider provider, Type serviceType)
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService[T](IServiceProvider provider)
   at LocalStack.Client.Functional.Tests.Scenarios.S3.BaseS3Scenario..ctor(TestFixture testFixture, ILocalStackFixture localStackFixture, String configFile, Boolean useServiceUrl) in /home/runner/work/localstack-dotnet-client/localstack-dotnet-client/tests/LocalStack.Client.Functional.Tests/Scenarios/S3/BaseS3Scenario.cs:line 12
   at LocalStack.Client.Functional.Tests.Scenarios.S3.S3ScenarioV37..ctor(TestFixture testFixture, LocalStackFixtureV37 localStackFixtureV37) in /home/runner/work/localstack-dotnet-client/localstack-dotnet-client/tests/LocalStack.Client.Functional.Tests/Scenarios/S3/S3Scenarios.cs:line 8
   at InvokeStub_S3ScenarioV37..ctor(Object, Span`1)
   at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)

Check failure on line 12 in tests/LocalStack.Client.Functional.Tests/Scenarios/S3/BaseS3Scenario.cs

See this annotation in the file changed.

@github-actions github-actions / Test Results (Linux)

LocalStack.Client.Functional.Tests.Scenarios.S3.S3ScenarioV46 β–Ί S3Service_Should_Create_A_Bucket_Async

Failed test found in:
  tests/LocalStack.Client.Functional.Tests/TestResults/net8-0_results.trx
Error:
  System.NotSupportedException : No AWS client type registered for interface 'Amazon.S3.IAmazonS3'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.
Raw output
System.NotSupportedException : No AWS client type registered for interface 'Amazon.S3.IAmazonS3'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.
   at LocalStack.Client.Utils.AwsAccessorRegistry.GetByInterface(Type interfaceType) in /_/src/LocalStack.Client/Utils/AwsAccessorRegistry.cs:line 79
   at LocalStack.Client.Utils.AwsAccessorRegistry.GetByInterface[TInterface]() in /_/src/LocalStack.Client/Utils/AwsAccessorRegistry.cs:line 62
   at LocalStack.Client.Session.CreateClientByInterface[TClient](Boolean useServiceUrl) in /_/src/LocalStack.Client/SessionModern.cs:line 99
   at LocalStack.Client.Extensions.ServiceCollectionExtensions.<>c__DisplayClass12_0`1.<GetServiceFactoryDescriptor>b__0(IServiceProvider provider) in /_/src/LocalStack.Client.Extensions/ServiceCollectionExtensions.cs:line 227
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitFactory(FactoryCallSite factoryCallSite, RuntimeResolverContext context)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSiteMain(ServiceCallSite callSite, TArgument argument)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitRootCache(ServiceCallSite callSite, RuntimeResolverContext context)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSite(ServiceCallSite callSite, TArgument argument)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.Resolve(ServiceCallSite callSite, ServiceProviderEngineScope scope)
   at Microsoft.Extensions.DependencyInjection.ServiceProvider.CreateServiceAccessor(ServiceIdentifier serviceIdentifier)
   at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd(TKey key, Func`2 valueFactory)
   at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(ServiceIdentifier serviceIdentifier, ServiceProviderEngineScope serviceProviderEngineScope)
   at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(Type serviceType)
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(IServiceProvider provider, Type serviceType)
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService[T](IServiceProvider provider)
   at LocalStack.Client.Functional.Tests.Scenarios.S3.BaseS3Scenario..ctor(TestFixture testFixture, ILocalStackFixture localStackFixture, String configFile, Boolean useServiceUrl) in /home/runner/work/localstack-dotnet-client/localstack-dotnet-client/tests/LocalStack.Client.Functional.Tests/Scenarios/S3/BaseS3Scenario.cs:line 12
   at LocalStack.Client.Functional.Tests.Scenarios.S3.S3ScenarioV46..ctor(TestFixture testFixture, LocalStackFixtureV46 localStackFixtureV46) in /home/runner/work/localstack-dotnet-client/localstack-dotnet-client/tests/LocalStack.Client.Functional.Tests/Scenarios/S3/S3Scenarios.cs:line 16
   at InvokeStub_S3ScenarioV46..ctor(Object, Span`1)
   at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)

Check failure on line 12 in tests/LocalStack.Client.Functional.Tests/Scenarios/S3/BaseS3Scenario.cs

See this annotation in the file changed.

@github-actions github-actions / Test Results (Linux)

LocalStack.Client.Functional.Tests.Scenarios.S3.S3ScenarioV46 β–Ί S3Service_Should_Delete_A_Bucket_Async

Failed test found in:
  tests/LocalStack.Client.Functional.Tests/TestResults/net8-0_results.trx
Error:
  System.NotSupportedException : No AWS client type registered for interface 'Amazon.S3.IAmazonS3'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.
Raw output
System.NotSupportedException : No AWS client type registered for interface 'Amazon.S3.IAmazonS3'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.
   at LocalStack.Client.Utils.AwsAccessorRegistry.GetByInterface(Type interfaceType) in /_/src/LocalStack.Client/Utils/AwsAccessorRegistry.cs:line 79
   at LocalStack.Client.Utils.AwsAccessorRegistry.GetByInterface[TInterface]() in /_/src/LocalStack.Client/Utils/AwsAccessorRegistry.cs:line 62
   at LocalStack.Client.Session.CreateClientByInterface[TClient](Boolean useServiceUrl) in /_/src/LocalStack.Client/SessionModern.cs:line 99
   at LocalStack.Client.Extensions.ServiceCollectionExtensions.<>c__DisplayClass12_0`1.<GetServiceFactoryDescriptor>b__0(IServiceProvider provider) in /_/src/LocalStack.Client.Extensions/ServiceCollectionExtensions.cs:line 227
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitFactory(FactoryCallSite factoryCallSite, RuntimeResolverContext context)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSiteMain(ServiceCallSite callSite, TArgument argument)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitRootCache(ServiceCallSite callSite, RuntimeResolverContext context)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSite(ServiceCallSite callSite, TArgument argument)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.Resolve(ServiceCallSite callSite, ServiceProviderEngineScope scope)
   at Microsoft.Extensions.DependencyInjection.ServiceProvider.CreateServiceAccessor(ServiceIdentifier serviceIdentifier)
   at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd(TKey key, Func`2 valueFactory)
   at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(ServiceIdentifier serviceIdentifier, ServiceProviderEngineScope serviceProviderEngineScope)
   at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(Type serviceType)
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(IServiceProvider provider, Type serviceType)
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService[T](IServiceProvider provider)
   at LocalStack.Client.Functional.Tests.Scenarios.S3.BaseS3Scenario..ctor(TestFixture testFixture, ILocalStackFixture localStackFixture, String configFile, Boolean useServiceUrl) in /home/runner/work/localstack-dotnet-client/localstack-dotnet-client/tests/LocalStack.Client.Functional.Tests/Scenarios/S3/BaseS3Scenario.cs:line 12
   at LocalStack.Client.Functional.Tests.Scenarios.S3.S3ScenarioV46..ctor(TestFixture testFixture, LocalStackFixtureV46 localStackFixtureV46) in /home/runner/work/localstack-dotnet-client/localstack-dotnet-client/tests/LocalStack.Client.Functional.Tests/Scenarios/S3/S3Scenarios.cs:line 16
   at InvokeStub_S3ScenarioV46..ctor(Object, Span`1)
   at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)

Check failure on line 12 in tests/LocalStack.Client.Functional.Tests/Scenarios/S3/BaseS3Scenario.cs

See this annotation in the file changed.

@github-actions github-actions / Test Results (Linux)

LocalStack.Client.Functional.Tests.Scenarios.S3.S3ScenarioV46 β–Ί S3Service_Should_Delete_A_File_To_A_Bucket_Async

Failed test found in:
  tests/LocalStack.Client.Functional.Tests/TestResults/net8-0_results.trx
Error:
  System.NotSupportedException : No AWS client type registered for interface 'Amazon.S3.IAmazonS3'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.
Raw output
System.NotSupportedException : No AWS client type registered for interface 'Amazon.S3.IAmazonS3'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.
   at LocalStack.Client.Utils.AwsAccessorRegistry.GetByInterface(Type interfaceType) in /_/src/LocalStack.Client/Utils/AwsAccessorRegistry.cs:line 79
   at LocalStack.Client.Utils.AwsAccessorRegistry.GetByInterface[TInterface]() in /_/src/LocalStack.Client/Utils/AwsAccessorRegistry.cs:line 62
   at LocalStack.Client.Session.CreateClientByInterface[TClient](Boolean useServiceUrl) in /_/src/LocalStack.Client/SessionModern.cs:line 99
   at LocalStack.Client.Extensions.ServiceCollectionExtensions.<>c__DisplayClass12_0`1.<GetServiceFactoryDescriptor>b__0(IServiceProvider provider) in /_/src/LocalStack.Client.Extensions/ServiceCollectionExtensions.cs:line 227
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitFactory(FactoryCallSite factoryCallSite, RuntimeResolverContext context)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSiteMain(ServiceCallSite callSite, TArgument argument)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitRootCache(ServiceCallSite callSite, RuntimeResolverContext context)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSite(ServiceCallSite callSite, TArgument argument)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.Resolve(ServiceCallSite callSite, ServiceProviderEngineScope scope)
   at Microsoft.Extensions.DependencyInjection.ServiceProvider.CreateServiceAccessor(ServiceIdentifier serviceIdentifier)
   at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd(TKey key, Func`2 valueFactory)
   at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(ServiceIdentifier serviceIdentifier, ServiceProviderEngineScope serviceProviderEngineScope)
   at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(Type serviceType)
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(IServiceProvider provider, Type serviceType)
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService[T](IServiceProvider provider)
   at LocalStack.Client.Functional.Tests.Scenarios.S3.BaseS3Scenario..ctor(TestFixture testFixture, ILocalStackFixture localStackFixture, String configFile, Boolean useServiceUrl) in /home/runner/work/localstack-dotnet-client/localstack-dotnet-client/tests/LocalStack.Client.Functional.Tests/Scenarios/S3/BaseS3Scenario.cs:line 12
   at LocalStack.Client.Functional.Tests.Scenarios.S3.S3ScenarioV46..ctor(TestFixture testFixture, LocalStackFixtureV46 localStackFixtureV46) in /home/runner/work/localstack-dotnet-client/localstack-dotnet-client/tests/LocalStack.Client.Functional.Tests/Scenarios/S3/S3Scenarios.cs:line 16
   at InvokeStub_S3ScenarioV46..ctor(Object, Span`1)
   at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)

Check failure on line 12 in tests/LocalStack.Client.Functional.Tests/Scenarios/S3/BaseS3Scenario.cs

See this annotation in the file changed.

@github-actions github-actions / Test Results (Linux)

LocalStack.Client.Functional.Tests.Scenarios.S3.S3ScenarioV46 β–Ί S3Service_Should_List_Files_In_A_Bucket_Async

Failed test found in:
  tests/LocalStack.Client.Functional.Tests/TestResults/net8-0_results.trx
Error:
  System.NotSupportedException : No AWS client type registered for interface 'Amazon.S3.IAmazonS3'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.
Raw output
System.NotSupportedException : No AWS client type registered for interface 'Amazon.S3.IAmazonS3'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.
   at LocalStack.Client.Utils.AwsAccessorRegistry.GetByInterface(Type interfaceType) in /_/src/LocalStack.Client/Utils/AwsAccessorRegistry.cs:line 79
   at LocalStack.Client.Utils.AwsAccessorRegistry.GetByInterface[TInterface]() in /_/src/LocalStack.Client/Utils/AwsAccessorRegistry.cs:line 62
   at LocalStack.Client.Session.CreateClientByInterface[TClient](Boolean useServiceUrl) in /_/src/LocalStack.Client/SessionModern.cs:line 99
   at LocalStack.Client.Extensions.ServiceCollectionExtensions.<>c__DisplayClass12_0`1.<GetServiceFactoryDescriptor>b__0(IServiceProvider provider) in /_/src/LocalStack.Client.Extensions/ServiceCollectionExtensions.cs:line 227
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitFactory(FactoryCallSite factoryCallSite, RuntimeResolverContext context)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSiteMain(ServiceCallSite callSite, TArgument argument)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitRootCache(ServiceCallSite callSite, RuntimeResolverContext context)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSite(ServiceCallSite callSite, TArgument argument)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.Resolve(ServiceCallSite callSite, ServiceProviderEngineScope scope)
   at Microsoft.Extensions.DependencyInjection.ServiceProvider.CreateServiceAccessor(ServiceIdentifier serviceIdentifier)
   at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd(TKey key, Func`2 valueFactory)
   at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(ServiceIdentifier serviceIdentifier, ServiceProviderEngineScope serviceProviderEngineScope)
   at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(Type serviceType)
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(IServiceProvider provider, Type serviceType)
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService[T](IServiceProvider provider)
   at LocalStack.Client.Functional.Tests.Scenarios.S3.BaseS3Scenario..ctor(TestFixture testFixture, ILocalStackFixture localStackFixture, String configFile, Boolean useServiceUrl) in /home/runner/work/localstack-dotnet-client/localstack-dotnet-client/tests/LocalStack.Client.Functional.Tests/Scenarios/S3/BaseS3Scenario.cs:line 12
   at LocalStack.Client.Functional.Tests.Scenarios.S3.S3ScenarioV46..ctor(TestFixture testFixture, LocalStackFixtureV46 localStackFixtureV46) in /home/runner/work/localstack-dotnet-client/localstack-dotnet-client/tests/LocalStack.Client.Functional.Tests/Scenarios/S3/S3Scenarios.cs:line 16
   at InvokeStub_S3ScenarioV46..ctor(Object, Span`1)
   at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)

Check failure on line 12 in tests/LocalStack.Client.Functional.Tests/Scenarios/S3/BaseS3Scenario.cs

See this annotation in the file changed.

@github-actions github-actions / Test Results (Linux)

LocalStack.Client.Functional.Tests.Scenarios.S3.S3ScenarioV46 β–Ί S3Service_Should_Upload_A_File_To_A_Bucket_Async

Failed test found in:
  tests/LocalStack.Client.Functional.Tests/TestResults/net8-0_results.trx
Error:
  System.NotSupportedException : No AWS client type registered for interface 'Amazon.S3.IAmazonS3'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.
Raw output
System.NotSupportedException : No AWS client type registered for interface 'Amazon.S3.IAmazonS3'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.
   at LocalStack.Client.Utils.AwsAccessorRegistry.GetByInterface(Type interfaceType) in /_/src/LocalStack.Client/Utils/AwsAccessorRegistry.cs:line 79
   at LocalStack.Client.Utils.AwsAccessorRegistry.GetByInterface[TInterface]() in /_/src/LocalStack.Client/Utils/AwsAccessorRegistry.cs:line 62
   at LocalStack.Client.Session.CreateClientByInterface[TClient](Boolean useServiceUrl) in /_/src/LocalStack.Client/SessionModern.cs:line 99
   at LocalStack.Client.Extensions.ServiceCollectionExtensions.<>c__DisplayClass12_0`1.<GetServiceFactoryDescriptor>b__0(IServiceProvider provider) in /_/src/LocalStack.Client.Extensions/ServiceCollectionExtensions.cs:line 227
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitFactory(FactoryCallSite factoryCallSite, RuntimeResolverContext context)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSiteMain(ServiceCallSite callSite, TArgument argument)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitRootCache(ServiceCallSite callSite, RuntimeResolverContext context)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSite(ServiceCallSite callSite, TArgument argument)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.Resolve(ServiceCallSite callSite, ServiceProviderEngineScope scope)
   at Microsoft.Extensions.DependencyInjection.ServiceProvider.CreateServiceAccessor(ServiceIdentifier serviceIdentifier)
   at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd(TKey key, Func`2 valueFactory)
   at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(ServiceIdentifier serviceIdentifier, ServiceProviderEngineScope serviceProviderEngineScope)
   at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(Type serviceType)
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(IServiceProvider provider, Type serviceType)
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService[T](IServiceProvider provider)
   at LocalStack.Client.Functional.Tests.Scenarios.S3.BaseS3Scenario..ctor(TestFixture testFixture, ILocalStackFixture localStackFixture, String configFile, Boolean useServiceUrl) in /home/runner/work/localstack-dotnet-client/localstack-dotnet-client/tests/LocalStack.Client.Functional.Tests/Scenarios/S3/BaseS3Scenario.cs:line 12
   at LocalStack.Client.Functional.Tests.Scenarios.S3.S3ScenarioV46..ctor(TestFixture testFixture, LocalStackFixtureV46 localStackFixtureV46) in /home/runner/work/localstack-dotnet-client/localstack-dotnet-client/tests/LocalStack.Client.Functional.Tests/Scenarios/S3/S3Scenarios.cs:line 16
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeDirectByRefWithFewArgs(Object obj, Span`1 copyOfArgs, BindingFlags invokeAttr)

Check failure on line 13 in tests/LocalStack.Client.Functional.Tests/Scenarios/SNS/BaseSnsScenario.cs

See this annotation in the file changed.

@github-actions github-actions / Test Results (Linux)

LocalStack.Client.Functional.Tests.Scenarios.SNS.SnsScenarioV37 β–Ί Multi_Region_Tests_Async(systemName: "af-south-1")

Failed test found in:
  tests/LocalStack.Client.Functional.Tests/TestResults/net8-0_results.trx
Error:
  System.NotSupportedException : No AWS client type registered for interface 'Amazon.SimpleNotificationService.IAmazonSimpleNotificationService'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.
Raw output
System.NotSupportedException : No AWS client type registered for interface 'Amazon.SimpleNotificationService.IAmazonSimpleNotificationService'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.
   at LocalStack.Client.Utils.AwsAccessorRegistry.GetByInterface(Type interfaceType) in /_/src/LocalStack.Client/Utils/AwsAccessorRegistry.cs:line 79
   at LocalStack.Client.Utils.AwsAccessorRegistry.GetByInterface[TInterface]() in /_/src/LocalStack.Client/Utils/AwsAccessorRegistry.cs:line 62
   at LocalStack.Client.Session.CreateClientByInterface[TClient](Boolean useServiceUrl) in /_/src/LocalStack.Client/SessionModern.cs:line 99
   at LocalStack.Client.Extensions.ServiceCollectionExtensions.<>c__DisplayClass12_0`1.<GetServiceFactoryDescriptor>b__0(IServiceProvider provider) in /_/src/LocalStack.Client.Extensions/ServiceCollectionExtensions.cs:line 227
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitFactory(FactoryCallSite factoryCallSite, RuntimeResolverContext context)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSiteMain(ServiceCallSite callSite, TArgument argument)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitRootCache(ServiceCallSite callSite, RuntimeResolverContext context)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSite(ServiceCallSite callSite, TArgument argument)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.Resolve(ServiceCallSite callSite, ServiceProviderEngineScope scope)
   at Microsoft.Extensions.DependencyInjection.ServiceProvider.CreateServiceAccessor(ServiceIdentifier serviceIdentifier)
   at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd(TKey key, Func`2 valueFactory)
   at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(ServiceIdentifier serviceIdentifier, ServiceProviderEngineScope serviceProviderEngineScope)
   at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(Type serviceType)
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(IServiceProvider provider, Type serviceType)
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService[T](IServiceProvider provider)
   at LocalStack.Client.Functional.Tests.Scenarios.SNS.BaseSnsScenario..ctor(TestFixture testFixture, ILocalStackFixture localStackFixture, String configFile, Boolean useServiceUrl) in /home/runner/work/localstack-dotnet-client/localstack-dotnet-client/tests/LocalStack.Client.Functional.Tests/Scenarios/SNS/BaseSnsScenario.cs:line 13
   at LocalStack.Client.Functional.Tests.Scenarios.SNS.SnsScenarioV37..ctor(TestFixture testFixture, LocalStackFixtureV37 localStackFixtureV37) in /home/runner/work/localstack-dotnet-client/localstack-dotnet-client/tests/LocalStack.Client.Functional.Tests/Scenarios/SNS/SnsScenarios.cs:line 8
   at InvokeStub_SnsScenarioV37..ctor(Object, Span`1)
   at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)

Check failure on line 13 in tests/LocalStack.Client.Functional.Tests/Scenarios/SNS/BaseSnsScenario.cs

See this annotation in the file changed.

@github-actions github-actions / Test Results (Linux)

LocalStack.Client.Functional.Tests.Scenarios.SNS.SnsScenarioV37 β–Ί Multi_Region_Tests_Async(systemName: "ap-southeast-1")

Failed test found in:
  tests/LocalStack.Client.Functional.Tests/TestResults/net8-0_results.trx
Error:
  System.NotSupportedException : No AWS client type registered for interface 'Amazon.SimpleNotificationService.IAmazonSimpleNotificationService'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.
Raw output
System.NotSupportedException : No AWS client type registered for interface 'Amazon.SimpleNotificationService.IAmazonSimpleNotificationService'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.
   at LocalStack.Client.Utils.AwsAccessorRegistry.GetByInterface(Type interfaceType) in /_/src/LocalStack.Client/Utils/AwsAccessorRegistry.cs:line 79
   at LocalStack.Client.Utils.AwsAccessorRegistry.GetByInterface[TInterface]() in /_/src/LocalStack.Client/Utils/AwsAccessorRegistry.cs:line 62
   at LocalStack.Client.Session.CreateClientByInterface[TClient](Boolean useServiceUrl) in /_/src/LocalStack.Client/SessionModern.cs:line 99
   at LocalStack.Client.Extensions.ServiceCollectionExtensions.<>c__DisplayClass12_0`1.<GetServiceFactoryDescriptor>b__0(IServiceProvider provider) in /_/src/LocalStack.Client.Extensions/ServiceCollectionExtensions.cs:line 227
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitFactory(FactoryCallSite factoryCallSite, RuntimeResolverContext context)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSiteMain(ServiceCallSite callSite, TArgument argument)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitRootCache(ServiceCallSite callSite, RuntimeResolverContext context)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSite(ServiceCallSite callSite, TArgument argument)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.Resolve(ServiceCallSite callSite, ServiceProviderEngineScope scope)
   at Microsoft.Extensions.DependencyInjection.ServiceProvider.CreateServiceAccessor(ServiceIdentifier serviceIdentifier)
   at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd(TKey key, Func`2 valueFactory)
   at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(ServiceIdentifier serviceIdentifier, ServiceProviderEngineScope serviceProviderEngineScope)
   at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(Type serviceType)
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(IServiceProvider provider, Type serviceType)
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService[T](IServiceProvider provider)
   at LocalStack.Client.Functional.Tests.Scenarios.SNS.BaseSnsScenario..ctor(TestFixture testFixture, ILocalStackFixture localStackFixture, String configFile, Boolean useServiceUrl) in /home/runner/work/localstack-dotnet-client/localstack-dotnet-client/tests/LocalStack.Client.Functional.Tests/Scenarios/SNS/BaseSnsScenario.cs:line 13
   at LocalStack.Client.Functional.Tests.Scenarios.SNS.SnsScenarioV37..ctor(TestFixture testFixture, LocalStackFixtureV37 localStackFixtureV37) in /home/runner/work/localstack-dotnet-client/localstack-dotnet-client/tests/LocalStack.Client.Functional.Tests/Scenarios/SNS/SnsScenarios.cs:line 8
   at InvokeStub_SnsScenarioV37..ctor(Object, Span`1)
   at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)

Check failure on line 13 in tests/LocalStack.Client.Functional.Tests/Scenarios/SNS/BaseSnsScenario.cs

See this annotation in the file changed.

@github-actions github-actions / Test Results (Linux)

LocalStack.Client.Functional.Tests.Scenarios.SNS.SnsScenarioV37 β–Ί Multi_Region_Tests_Async(systemName: "ca-central-1")

Failed test found in:
  tests/LocalStack.Client.Functional.Tests/TestResults/net8-0_results.trx
Error:
  System.NotSupportedException : No AWS client type registered for interface 'Amazon.SimpleNotificationService.IAmazonSimpleNotificationService'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.
Raw output
System.NotSupportedException : No AWS client type registered for interface 'Amazon.SimpleNotificationService.IAmazonSimpleNotificationService'. Ensure the AWS SDK package is referenced and the project targets .NET 8 or later for AOT compatibility.
   at LocalStack.Client.Utils.AwsAccessorRegistry.GetByInterface(Type interfaceType) in /_/src/LocalStack.Client/Utils/AwsAccessorRegistry.cs:line 79
   at LocalStack.Client.Utils.AwsAccessorRegistry.GetByInterface[TInterface]() in /_/src/LocalStack.Client/Utils/AwsAccessorRegistry.cs:line 62
   at LocalStack.Client.Session.CreateClientByInterface[TClient](Boolean useServiceUrl) in /_/src/LocalStack.Client/SessionModern.cs:line 99
   at LocalStack.Client.Extensions.ServiceCollectionExtensions.<>c__DisplayClass12_0`1.<GetServiceFactoryDescriptor>b__0(IServiceProvider provider) in /_/src/LocalStack.Client.Extensions/ServiceCollectionExtensions.cs:line 227
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitFactory(FactoryCallSite factoryCallSite, RuntimeResolverContext context)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSiteMain(ServiceCallSite callSite, TArgument argument)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitRootCache(ServiceCallSite callSite, RuntimeResolverContext context)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSite(ServiceCallSite callSite, TArgument argument)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.Resolve(ServiceCallSite callSite, ServiceProviderEngineScope scope)
   at Microsoft.Extensions.DependencyInjection.ServiceProvider.CreateServiceAccessor(ServiceIdentifier serviceIdentifier)
   at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd(TKey key, Func`2 valueFactory)
   at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(ServiceIdentifier serviceIdentifier, ServiceProviderEngineScope serviceProviderEngineScope)
   at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(Type serviceType)
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(IServiceProvider provider, Type serviceType)
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService[T](IServiceProvider provider)
   at LocalStack.Client.Functional.Tests.Scenarios.SNS.BaseSnsScenario..ctor(TestFixture testFixture, ILocalStackFixture localStackFixture, String configFile, Boolean useServiceUrl) in /home/runner/work/localstack-dotnet-client/localstack-dotnet-client/tests/LocalStack.Client.Functional.Tests/Scenarios/SNS/BaseSnsScenario.cs:line 13
   at LocalStack.Client.Functional.Tests.Scenarios.SNS.SnsScenarioV37..ctor(TestFixture testFixture, LocalStackFixtureV37 localStackFixtureV37) in /home/runner/work/localstack-dotnet-client/localstack-dotnet-client/tests/LocalStack.Client.Functional.Tests/Scenarios/SNS/SnsScenarios.cs:line 8
   at InvokeStub_SnsScenarioV37..ctor(Object, Span`1)
   at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)