Custom Container Registry Support & Lifetime Default Alignment #17
GitHub Actions / Test Results (macOS)
succeeded
Nov 4, 2025 in 1s
288 passed, 0 failed and 0 skipped
β Β /Users/runner/work/dotnet-aspire-for-localstack/dotnet-aspire-for-localstack/test-results/unit/testResults-net8.0.trx
144 tests were completed in 3s with 144 passed, 0 failed and 0 skipped.
β Β Aspire.Hosting.LocalStack.Unit.Tests.Annotations.LocalStackEnabledAnnotationTests
β
LocalStackEnabledAnnotation_Should_Implement_IResourceAnnotation
β
LocalStackEnabledAnnotation_Should_Maintain_Same_Resource_Reference
β
LocalStackEnabledAnnotation_Should_Store_LocalStack_Resource_Reference
β
LocalStackEnabledAnnotation_Should_Throw_ArgumentNullException_For_Null_LocalStack_Resource
β Β Aspire.Hosting.LocalStack.Unit.Tests.Annotations.LocalStackReferenceAnnotationTests
β
LocalStackReferenceAnnotation_Should_Accept_Resource_With_Empty_Name
β
LocalStackReferenceAnnotation_Should_Implement_IResourceAnnotation
β
LocalStackReferenceAnnotation_Should_Maintain_Same_Target_Resource_Reference
β
LocalStackReferenceAnnotation_Should_Store_Target_Resource_Reference
β
LocalStackReferenceAnnotation_Should_Throw_ArgumentNullException_For_Null_Target_Resource
β Β Aspire.Hosting.LocalStack.Unit.Tests.CDK.CdkBootstrapManagerTests
β
GetBootstrapTemplatePath_Should_Be_Thread_Safe_And_Handle_Parallel_Calls
β
GetBootstrapTemplatePath_Should_Create_Directory_If_It_Does_Not_Exist
β
GetBootstrapTemplatePath_Should_Create_File_That_Exists
β
GetBootstrapTemplatePath_Should_Create_Non_Empty_Template_File
β
GetBootstrapTemplatePath_Should_Extract_Template_To_Temp_Directory
β
GetBootstrapTemplatePath_Should_Handle_Multiple_Sequential_Calls
β
GetBootstrapTemplatePath_Should_Overwrite_Existing_File
β
GetBootstrapTemplatePath_Should_Return_Same_Path_On_Multiple_Calls
β
GetBootstrapTemplatePath_Should_Return_Valid_File_Path
β Β Aspire.Hosting.LocalStack.Unit.Tests.Container.LocalStackContainerOptionsTests
β
AdditionalEnvironmentVariables_Should_Be_Mutable_Dictionary
β
AdditionalEnvironmentVariables_Should_Use_Ordinal_StringComparer
β
Constructor_Should_Set_Correct_Defaults
β
ContainerImage_Should_Be_Settable
β
ContainerImage_Should_Default_To_Null
β
ContainerImageTag_Should_Be_Settable
β
ContainerImageTag_Should_Default_To_Null
β
ContainerRegistry_Should_Be_Settable
β
ContainerRegistry_Should_Default_To_Null
β
EagerLoadedServices_Should_Accept_Multiple_Services
β
EagerLoadedServices_Should_Accept_Single_Service
β
EagerLoadedServices_Should_Default_To_Empty_Collection
β
EnableDockerSocket_Should_Be_Settable
β
EnableDockerSocket_Should_Default_To_False
β
Port_Should_Be_Settable
β
Port_Should_Default_To_Null
β Β Aspire.Hosting.LocalStack.Unit.Tests.Container.LocalStackLogLevelTests
β
LocalStackLogLevel_Should_Have_All_Expected_Values
β
LocalStackLogLevel_Should_Have_Unique_Integer_Values
β
ToEnvironmentValue_Should_Handle_Invalid_Enum_Values_Gracefully
β
ToEnvironmentValue_Should_Handle_Negative_Enum_Values_Gracefully
β
ToEnvironmentValue_Should_Map_All_Enum_Values_Correctly(logLevel: Debug, expectedValue: "debug")
β
ToEnvironmentValue_Should_Map_All_Enum_Values_Correctly(logLevel: Error, expectedValue: "error")
β
ToEnvironmentValue_Should_Map_All_Enum_Values_Correctly(logLevel: Info, expectedValue: "info")
β
ToEnvironmentValue_Should_Map_All_Enum_Values_Correctly(logLevel: Trace, expectedValue: "trace")
β
ToEnvironmentValue_Should_Map_All_Enum_Values_Correctly(logLevel: TraceInternal, expectedValue: "trace-internal")
β
ToEnvironmentValue_Should_Map_All_Enum_Values_Correctly(logLevel: Warn, expectedValue: "warn")
β
ToEnvironmentValue_Should_Map_All_Enum_Values_Correctly(logLevel: Warning, expectedValue: "warning")
β Β Aspire.Hosting.LocalStack.Unit.Tests.Core.LocalStackResourceTests
β
LocalStackResource_Should_Be_Container_Resource
β
LocalStackResource_Should_Generate_HTTP_Connection_String_When_SSL_Disabled
β
LocalStackResource_Should_Generate_HTTPS_Connection_String_When_SSL_Enabled
β
LocalStackResource_Should_Have_Correct_Primary_Endpoint_Name
β
LocalStackResource_Should_Have_Primary_Endpoint
β
LocalStackResource_Should_Implement_ILocalStackResource
β
LocalStackResource_Should_Return_Same_Primary_Endpoint_Instance
β
LocalStackResource_Should_Store_Name_And_Options
β
LocalStackResource_Should_Throw_ArgumentException_For_Invalid_Name(invalidName: " ")
β
LocalStackResource_Should_Throw_ArgumentException_For_Invalid_Name(invalidName: "")
β
LocalStackResource_Should_Throw_ArgumentNullException_For_Null_Name
β
LocalStackResource_Should_Throw_ArgumentNullException_For_Null_Options
β Β Aspire.Hosting.LocalStack.Unit.Tests.Extensions.LocalStackCloudFormationResourceExtensionsTests
β
WithReference_Should_Add_LocalStack_Enabled_Annotation
β
WithReference_Should_Add_Wait_Dependency_On_LocalStack
β
WithReference_Should_Configure_CloudFormation_Client_For_LocalStack
β
WithReference_Should_Establish_Bidirectional_Reference
β
WithReference_Should_Not_Duplicate_References_When_Called_Multiple_Times
β
WithReference_Should_Return_Builder_When_LocalStack_Is_Disabled
β
WithReference_Should_Return_Builder_When_LocalStack_Is_Null
β
WithReference_Should_Throw_ArgumentNullException_When_Builder_Is_Null
β
WithReference_Should_Work_With_Multiple_CloudFormation_Resources
β Β Aspire.Hosting.LocalStack.Unit.Tests.Extensions.LocalStackProjectExtensionsTests
β
WithReference_Should_Add_LocalStack_Reference_To_Project
β
WithReference_Should_Add_Wait_Dependency_On_LocalStack
β
WithReference_Should_Configure_LocalStack_Environment_Variables
β
WithReference_Should_Establish_Bidirectional_Reference
β
WithReference_Should_Not_Duplicate_References_When_Called_Multiple_Times
β
WithReference_Should_Return_Builder_When_LocalStack_Is_Disabled
β
WithReference_Should_Return_Builder_When_LocalStack_Is_Null
β
WithReference_Should_Throw_ArgumentNullException_When_Builder_Is_Null
β Β Aspire.Hosting.LocalStack.Unit.Tests.Extensions.ResourceBuilderExtensionsTests.AddAWSCDKBootstrapCfTemplateForLocalStackTests
β
AddAWSCDKBootstrapCloudFormationTemplateForLocalStack_Should_Create_Template_When_LocalStack_Enabled
β
AddAWSCDKBootstrapCloudFormationTemplateForLocalStack_Should_Return_Null_When_LocalStack_Is_Null
β
AddAWSCDKBootstrapCloudFormationTemplateForLocalStack_Should_Return_Null_When_UseLocalStack_Is_False
β Β Aspire.Hosting.LocalStack.Unit.Tests.Extensions.ResourceBuilderExtensionsTests.AddLocalStackTests
β
AddLocalStack_Should_Configure_Container_Options_When_Action_Provided
β
AddLocalStack_Should_Create_LocalStack_Resource_When_UseLocalStack_Is_True
β
AddLocalStack_Should_Inherit_Region_From_AWS_Config
β
AddLocalStack_Should_Mount_Docker_Socket_When_EnableDockerSocket_Is_True
β
AddLocalStack_Should_Not_Mount_Docker_Socket_By_Default
β
AddLocalStack_Should_Not_Mount_Docker_Socket_When_EnableDockerSocket_Is_False
β
AddLocalStack_Should_Not_Set_EAGER_SERVICE_LOADING_When_EagerLoadedServices_Empty
β
AddLocalStack_Should_Return_Null_When_UseLocalStack_Is_False
β
AddLocalStack_Should_Set_EAGER_SERVICE_LOADING_When_EagerLoadedServices_Configured
β
AddLocalStack_Should_Set_Endpoint_Port(lifetime: Persistent, port: 1234, expectedPort: 1234)
β
AddLocalStack_Should_Set_Endpoint_Port(lifetime: Persistent, port: null, expectedPort: 4566)
β
AddLocalStack_Should_Set_Endpoint_Port(lifetime: Session, port: 1234, expectedPort: 1234)
β
AddLocalStack_Should_Set_Endpoint_Port(lifetime: Session, port: null, expectedPort: null)
β
AddLocalStack_Should_Set_SERVICES_Environment_Variable_With_Comma_Separated_Services
β
AddLocalStack_Should_Throw_ArgumentException_When_Name_Is_Invalid(invalidName: " ")
β
AddLocalStack_Should_Throw_ArgumentException_When_Name_Is_Invalid(invalidName: "")
β
AddLocalStack_Should_Throw_ArgumentNullException_When_Builder_Is_Null
β
AddLocalStack_Should_Throw_When_EagerLoadedServices_Conflicts_With_AdditionalEnvVars_EAGER_SERVICE_LOADING
β
AddLocalStack_Should_Throw_When_EagerLoadedServices_Conflicts_With_AdditionalEnvVars_SERVICES
β
AddLocalStack_Should_Throw_When_Unsupported_Service_In_EagerLoadedServices
β
AddLocalStack_Should_Use_All_Custom_Container_Image_Values_When_Specified
β
AddLocalStack_Should_Use_Custom_Container_Image_When_Specified
β
AddLocalStack_Should_Use_Custom_Container_ImageTag_When_Specified
β
AddLocalStack_Should_Use_Custom_Container_Registry_When_Specified
β
AddLocalStack_Should_Use_Custom_Name_When_Specified
β
AddLocalStack_Should_Use_Default_Container_Image_Values_When_Not_Specified
β
AddLocalStack_Should_Use_Default_Name_When_Not_Specified
β Β Aspire.Hosting.LocalStack.Unit.Tests.Extensions.ResourceBuilderExtensionsTests.UseLocalStackTests
β
UseLocalStack_Should_Configure_CloudFormation_Resources_With_LocalStack_Reference
β
UseLocalStack_Should_Configure_Multiple_CloudFormation_Resources
β
UseLocalStack_Should_Configure_Projects_That_Reference_AWS_Resources
β
UseLocalStack_Should_Create_CDK_Bootstrap_When_Explicitly_Called
β
UseLocalStack_Should_Establish_Bidirectional_References
β
UseLocalStack_Should_Handle_Empty_Application_Gracefully
β
UseLocalStack_Should_Not_Configure_Resources_Already_Marked_With_LocalStack
β
UseLocalStack_Should_Return_Builder_When_LocalStack_Is_Disabled
β
UseLocalStack_Should_Return_Builder_When_LocalStack_Is_Null
β Β Aspire.Hosting.LocalStack.Unit.Tests.Internal.ConstantsTests
β
AWS_Assembly_Dependencies_Should_Be_Available
β
AWS_Types_Should_Be_Accessible_From_Current_Assembly_Context(typeName: "Aspire.Hosting.AWS.CloudFormation.CloudFormationRe"Β·Β·Β·)
β
AWS_Types_Should_Be_Accessible_From_Current_Assembly_Context(typeName: "Aspire.Hosting.AWS.Lambda.SQSEventSourceResource")
β
CloudFormationReferenceAnnotation_Should_Have_Correct_Type_Name
β
CloudFormationReferenceAnnotation_Type_Should_Exist_In_AWS_Assembly
β
DefaultContainerPort_Should_Be_4566
β
SQSEventSourceResource_Should_Have_Correct_Type_Name
β
SQSEventSourceResource_Type_Should_Exist_In_AWS_Assembly
β Β Aspire.Hosting.LocalStack.Unit.Tests.Internal.LocalStackConnectionStringAvailableCallbackTests
β
Callback_Should_Skip_When_UseLocalStack_Is_False
β
CreateCallback_Should_Return_Function_With_Correct_Signature
β
CreateCallback_Should_Return_Valid_Callback
β
CreateCallback_Should_Throw_ArgumentNullException_For_Null_Builder
β Β Aspire.Hosting.LocalStack.Unit.Tests.Internal.LocalStackHealthCheckTests
β
CheckHealthAsync_Handles_Case_Insensitive_Service_Names
β
CheckHealthAsync_Handles_HttpRequestException
β
CheckHealthAsync_Handles_Timeout
β
CheckHealthAsync_Returns_Healthy_When_All_Services_Running
β
CheckHealthAsync_Returns_Healthy_When_No_Services_Specified_And_Endpoint_Responds
β
CheckHealthAsync_Returns_Unhealthy_When_Endpoint_Returns_Non_Success_Status
β
CheckHealthAsync_Returns_Unhealthy_When_Service_Missing
β
CheckHealthAsync_Returns_Unhealthy_When_Service_Not_Running
β
CheckHealthAsync_Returns_Unhealthy_When_Services_Object_Missing
β Β Aspire.Hosting.LocalStack.Unit.Tests.Internal.LocalStackResourceConfiguratorTests
β
ConfigureCloudFormationResource_Should_Configure_Client_With_LocalStack_Endpoint
β
ConfigureCloudFormationResource_Should_Handle_SSL_Configuration
β
ConfigureCloudFormationResource_Should_Set_CloudFormation_Client
β
ConfigureProjectResource_Should_Call_WithEnvironment
β
ConfigureProjectResource_Should_Handle_All_Configuration_Options
β
ConfigureProjectResource_Should_Handle_Custom_Port_And_Host
β
ConfigureSqsEventSourceResource_Should_Add_Annotation_Via_WithEnvironment
β
ConfigureSqsEventSourceResource_Should_Add_Environment_Annotation_With_AWS_Endpoint_URL
β
ConfigureSqsEventSourceResource_Should_Handle_Different_LocalStack_URLs
β
ConfigureSqsEventSourceResource_Should_Handle_Empty_Annotations_Collection
β Β /Users/runner/work/dotnet-aspire-for-localstack/dotnet-aspire-for-localstack/test-results/unit/testResults-net9.0.trx
144 tests were completed in 2s with 144 passed, 0 failed and 0 skipped.
β Β Aspire.Hosting.LocalStack.Unit.Tests.Annotations.LocalStackEnabledAnnotationTests
β
LocalStackEnabledAnnotation_Should_Implement_IResourceAnnotation
β
LocalStackEnabledAnnotation_Should_Maintain_Same_Resource_Reference
β
LocalStackEnabledAnnotation_Should_Store_LocalStack_Resource_Reference
β
LocalStackEnabledAnnotation_Should_Throw_ArgumentNullException_For_Null_LocalStack_Resource
β Β Aspire.Hosting.LocalStack.Unit.Tests.Annotations.LocalStackReferenceAnnotationTests
β
LocalStackReferenceAnnotation_Should_Accept_Resource_With_Empty_Name
β
LocalStackReferenceAnnotation_Should_Implement_IResourceAnnotation
β
LocalStackReferenceAnnotation_Should_Maintain_Same_Target_Resource_Reference
β
LocalStackReferenceAnnotation_Should_Store_Target_Resource_Reference
β
LocalStackReferenceAnnotation_Should_Throw_ArgumentNullException_For_Null_Target_Resource
β Β Aspire.Hosting.LocalStack.Unit.Tests.CDK.CdkBootstrapManagerTests
β
GetBootstrapTemplatePath_Should_Be_Thread_Safe_And_Handle_Parallel_Calls
β
GetBootstrapTemplatePath_Should_Create_Directory_If_It_Does_Not_Exist
β
GetBootstrapTemplatePath_Should_Create_File_That_Exists
β
GetBootstrapTemplatePath_Should_Create_Non_Empty_Template_File
β
GetBootstrapTemplatePath_Should_Extract_Template_To_Temp_Directory
β
GetBootstrapTemplatePath_Should_Handle_Multiple_Sequential_Calls
β
GetBootstrapTemplatePath_Should_Overwrite_Existing_File
β
GetBootstrapTemplatePath_Should_Return_Same_Path_On_Multiple_Calls
β
GetBootstrapTemplatePath_Should_Return_Valid_File_Path
β Β Aspire.Hosting.LocalStack.Unit.Tests.Container.LocalStackContainerOptionsTests
β
AdditionalEnvironmentVariables_Should_Be_Mutable_Dictionary
β
AdditionalEnvironmentVariables_Should_Use_Ordinal_StringComparer
β
Constructor_Should_Set_Correct_Defaults
β
ContainerImage_Should_Be_Settable
β
ContainerImage_Should_Default_To_Null
β
ContainerImageTag_Should_Be_Settable
β
ContainerImageTag_Should_Default_To_Null
β
ContainerRegistry_Should_Be_Settable
β
ContainerRegistry_Should_Default_To_Null
β
EagerLoadedServices_Should_Accept_Multiple_Services
β
EagerLoadedServices_Should_Accept_Single_Service
β
EagerLoadedServices_Should_Default_To_Empty_Collection
β
EnableDockerSocket_Should_Be_Settable
β
EnableDockerSocket_Should_Default_To_False
β
Port_Should_Be_Settable
β
Port_Should_Default_To_Null
β Β Aspire.Hosting.LocalStack.Unit.Tests.Container.LocalStackLogLevelTests
β
LocalStackLogLevel_Should_Have_All_Expected_Values
β
LocalStackLogLevel_Should_Have_Unique_Integer_Values
β
ToEnvironmentValue_Should_Handle_Invalid_Enum_Values_Gracefully
β
ToEnvironmentValue_Should_Handle_Negative_Enum_Values_Gracefully
β
ToEnvironmentValue_Should_Map_All_Enum_Values_Correctly(logLevel: Debug, expectedValue: "debug")
β
ToEnvironmentValue_Should_Map_All_Enum_Values_Correctly(logLevel: Error, expectedValue: "error")
β
ToEnvironmentValue_Should_Map_All_Enum_Values_Correctly(logLevel: Info, expectedValue: "info")
β
ToEnvironmentValue_Should_Map_All_Enum_Values_Correctly(logLevel: Trace, expectedValue: "trace")
β
ToEnvironmentValue_Should_Map_All_Enum_Values_Correctly(logLevel: TraceInternal, expectedValue: "trace-internal")
β
ToEnvironmentValue_Should_Map_All_Enum_Values_Correctly(logLevel: Warn, expectedValue: "warn")
β
ToEnvironmentValue_Should_Map_All_Enum_Values_Correctly(logLevel: Warning, expectedValue: "warning")
β Β Aspire.Hosting.LocalStack.Unit.Tests.Core.LocalStackResourceTests
β
LocalStackResource_Should_Be_Container_Resource
β
LocalStackResource_Should_Generate_HTTP_Connection_String_When_SSL_Disabled
β
LocalStackResource_Should_Generate_HTTPS_Connection_String_When_SSL_Enabled
β
LocalStackResource_Should_Have_Correct_Primary_Endpoint_Name
β
LocalStackResource_Should_Have_Primary_Endpoint
β
LocalStackResource_Should_Implement_ILocalStackResource
β
LocalStackResource_Should_Return_Same_Primary_Endpoint_Instance
β
LocalStackResource_Should_Store_Name_And_Options
β
LocalStackResource_Should_Throw_ArgumentException_For_Invalid_Name(invalidName: " ")
β
LocalStackResource_Should_Throw_ArgumentException_For_Invalid_Name(invalidName: "")
β
LocalStackResource_Should_Throw_ArgumentNullException_For_Null_Name
β
LocalStackResource_Should_Throw_ArgumentNullException_For_Null_Options
β Β Aspire.Hosting.LocalStack.Unit.Tests.Extensions.LocalStackCloudFormationResourceExtensionsTests
β
WithReference_Should_Add_LocalStack_Enabled_Annotation
β
WithReference_Should_Add_Wait_Dependency_On_LocalStack
β
WithReference_Should_Configure_CloudFormation_Client_For_LocalStack
β
WithReference_Should_Establish_Bidirectional_Reference
β
WithReference_Should_Not_Duplicate_References_When_Called_Multiple_Times
β
WithReference_Should_Return_Builder_When_LocalStack_Is_Disabled
β
WithReference_Should_Return_Builder_When_LocalStack_Is_Null
β
WithReference_Should_Throw_ArgumentNullException_When_Builder_Is_Null
β
WithReference_Should_Work_With_Multiple_CloudFormation_Resources
β Β Aspire.Hosting.LocalStack.Unit.Tests.Extensions.LocalStackProjectExtensionsTests
β
WithReference_Should_Add_LocalStack_Reference_To_Project
β
WithReference_Should_Add_Wait_Dependency_On_LocalStack
β
WithReference_Should_Configure_LocalStack_Environment_Variables
β
WithReference_Should_Establish_Bidirectional_Reference
β
WithReference_Should_Not_Duplicate_References_When_Called_Multiple_Times
β
WithReference_Should_Return_Builder_When_LocalStack_Is_Disabled
β
WithReference_Should_Return_Builder_When_LocalStack_Is_Null
β
WithReference_Should_Throw_ArgumentNullException_When_Builder_Is_Null
β Β Aspire.Hosting.LocalStack.Unit.Tests.Extensions.ResourceBuilderExtensionsTests.AddAWSCDKBootstrapCfTemplateForLocalStackTests
β
AddAWSCDKBootstrapCloudFormationTemplateForLocalStack_Should_Create_Template_When_LocalStack_Enabled
β
AddAWSCDKBootstrapCloudFormationTemplateForLocalStack_Should_Return_Null_When_LocalStack_Is_Null
β
AddAWSCDKBootstrapCloudFormationTemplateForLocalStack_Should_Return_Null_When_UseLocalStack_Is_False
β Β Aspire.Hosting.LocalStack.Unit.Tests.Extensions.ResourceBuilderExtensionsTests.AddLocalStackTests
β
AddLocalStack_Should_Configure_Container_Options_When_Action_Provided
β
AddLocalStack_Should_Create_LocalStack_Resource_When_UseLocalStack_Is_True
β
AddLocalStack_Should_Inherit_Region_From_AWS_Config
β
AddLocalStack_Should_Mount_Docker_Socket_When_EnableDockerSocket_Is_True
β
AddLocalStack_Should_Not_Mount_Docker_Socket_By_Default
β
AddLocalStack_Should_Not_Mount_Docker_Socket_When_EnableDockerSocket_Is_False
β
AddLocalStack_Should_Not_Set_EAGER_SERVICE_LOADING_When_EagerLoadedServices_Empty
β
AddLocalStack_Should_Return_Null_When_UseLocalStack_Is_False
β
AddLocalStack_Should_Set_EAGER_SERVICE_LOADING_When_EagerLoadedServices_Configured
β
AddLocalStack_Should_Set_Endpoint_Port(lifetime: Persistent, port: 1234, expectedPort: 1234)
β
AddLocalStack_Should_Set_Endpoint_Port(lifetime: Persistent, port: null, expectedPort: 4566)
β
AddLocalStack_Should_Set_Endpoint_Port(lifetime: Session, port: 1234, expectedPort: 1234)
β
AddLocalStack_Should_Set_Endpoint_Port(lifetime: Session, port: null, expectedPort: null)
β
AddLocalStack_Should_Set_SERVICES_Environment_Variable_With_Comma_Separated_Services
β
AddLocalStack_Should_Throw_ArgumentException_When_Name_Is_Invalid(invalidName: " ")
β
AddLocalStack_Should_Throw_ArgumentException_When_Name_Is_Invalid(invalidName: "")
β
AddLocalStack_Should_Throw_ArgumentNullException_When_Builder_Is_Null
β
AddLocalStack_Should_Throw_When_EagerLoadedServices_Conflicts_With_AdditionalEnvVars_EAGER_SERVICE_LOADING
β
AddLocalStack_Should_Throw_When_EagerLoadedServices_Conflicts_With_AdditionalEnvVars_SERVICES
β
AddLocalStack_Should_Throw_When_Unsupported_Service_In_EagerLoadedServices
β
AddLocalStack_Should_Use_All_Custom_Container_Image_Values_When_Specified
β
AddLocalStack_Should_Use_Custom_Container_Image_When_Specified
β
AddLocalStack_Should_Use_Custom_Container_ImageTag_When_Specified
β
AddLocalStack_Should_Use_Custom_Container_Registry_When_Specified
β
AddLocalStack_Should_Use_Custom_Name_When_Specified
β
AddLocalStack_Should_Use_Default_Container_Image_Values_When_Not_Specified
β
AddLocalStack_Should_Use_Default_Name_When_Not_Specified
β Β Aspire.Hosting.LocalStack.Unit.Tests.Extensions.ResourceBuilderExtensionsTests.UseLocalStackTests
β
UseLocalStack_Should_Configure_CloudFormation_Resources_With_LocalStack_Reference
β
UseLocalStack_Should_Configure_Multiple_CloudFormation_Resources
β
UseLocalStack_Should_Configure_Projects_That_Reference_AWS_Resources
β
UseLocalStack_Should_Create_CDK_Bootstrap_When_Explicitly_Called
β
UseLocalStack_Should_Establish_Bidirectional_References
β
UseLocalStack_Should_Handle_Empty_Application_Gracefully
β
UseLocalStack_Should_Not_Configure_Resources_Already_Marked_With_LocalStack
β
UseLocalStack_Should_Return_Builder_When_LocalStack_Is_Disabled
β
UseLocalStack_Should_Return_Builder_When_LocalStack_Is_Null
β Β Aspire.Hosting.LocalStack.Unit.Tests.Internal.ConstantsTests
β
AWS_Assembly_Dependencies_Should_Be_Available
β
AWS_Types_Should_Be_Accessible_From_Current_Assembly_Context(typeName: "Aspire.Hosting.AWS.CloudFormation.CloudFormationRe"Β·Β·Β·)
β
AWS_Types_Should_Be_Accessible_From_Current_Assembly_Context(typeName: "Aspire.Hosting.AWS.Lambda.SQSEventSourceResource")
β
CloudFormationReferenceAnnotation_Should_Have_Correct_Type_Name
β
CloudFormationReferenceAnnotation_Type_Should_Exist_In_AWS_Assembly
β
DefaultContainerPort_Should_Be_4566
β
SQSEventSourceResource_Should_Have_Correct_Type_Name
β
SQSEventSourceResource_Type_Should_Exist_In_AWS_Assembly
β Β Aspire.Hosting.LocalStack.Unit.Tests.Internal.LocalStackConnectionStringAvailableCallbackTests
β
Callback_Should_Skip_When_UseLocalStack_Is_False
β
CreateCallback_Should_Return_Function_With_Correct_Signature
β
CreateCallback_Should_Return_Valid_Callback
β
CreateCallback_Should_Throw_ArgumentNullException_For_Null_Builder
β Β Aspire.Hosting.LocalStack.Unit.Tests.Internal.LocalStackHealthCheckTests
β
CheckHealthAsync_Handles_Case_Insensitive_Service_Names
β
CheckHealthAsync_Handles_HttpRequestException
β
CheckHealthAsync_Handles_Timeout
β
CheckHealthAsync_Returns_Healthy_When_All_Services_Running
β
CheckHealthAsync_Returns_Healthy_When_No_Services_Specified_And_Endpoint_Responds
β
CheckHealthAsync_Returns_Unhealthy_When_Endpoint_Returns_Non_Success_Status
β
CheckHealthAsync_Returns_Unhealthy_When_Service_Missing
β
CheckHealthAsync_Returns_Unhealthy_When_Service_Not_Running
β
CheckHealthAsync_Returns_Unhealthy_When_Services_Object_Missing
β Β Aspire.Hosting.LocalStack.Unit.Tests.Internal.LocalStackResourceConfiguratorTests
β
ConfigureCloudFormationResource_Should_Configure_Client_With_LocalStack_Endpoint
β
ConfigureCloudFormationResource_Should_Handle_SSL_Configuration
β
ConfigureCloudFormationResource_Should_Set_CloudFormation_Client
β
ConfigureProjectResource_Should_Call_WithEnvironment
β
ConfigureProjectResource_Should_Handle_All_Configuration_Options
β
ConfigureProjectResource_Should_Handle_Custom_Port_And_Host
β
ConfigureSqsEventSourceResource_Should_Add_Annotation_Via_WithEnvironment
β
ConfigureSqsEventSourceResource_Should_Add_Environment_Annotation_With_AWS_Endpoint_URL
β
ConfigureSqsEventSourceResource_Should_Handle_Different_LocalStack_URLs
β
ConfigureSqsEventSourceResource_Should_Handle_Empty_Annotations_Collection
Loading