3 instantiations of TestConfigDto
Aspire.Hosting.CodeGeneration.Rust.Tests (3)
tests\Aspire.Hosting.CodeGeneration.TypeScript.Tests\TestTypes\TestTypes.cs (3)
34public static readonly TestConfigDto Default = new() 43public static TestConfigDto Secure { get; } = new() 56public static readonly TestConfigDto Development = new()
6 references to TestConfigDto
Aspire.Hosting.CodeGeneration.Rust.Tests (6)
tests\Aspire.Hosting.CodeGeneration.TypeScript.Tests\TestTypes\TestExtensions.cs (1)
463TestConfigDto config) where T : IResource
tests\Aspire.Hosting.CodeGeneration.TypeScript.Tests\TestTypes\TestTypes.cs (5)
34public static readonly TestConfigDto Default = new() 43public static TestConfigDto Secure { get; } = new() 56public static readonly TestConfigDto Development = new() 146public TestConfigDto? Config { get; set; } 186public Dictionary<string, List<TestConfigDto>> NestedData { get; set; } = [];