1 write to AddPlatformWithCustomName
Aspire.Hosting.Maui.Tests (1)
MauiPlatformExtensionsTests.cs (1)
1488AddPlatformWithCustomName = addCustom;
7 references to AddPlatformWithCustomName
Aspire.Hosting.Maui.Tests (7)
MauiPlatformExtensionsTests.cs (7)
129var platform = config.AddPlatformWithCustomName(maui, customName); 147config.AddPlatformWithCustomName(maui, name); 151config.AddPlatformWithCustomName(maui, name)); 263var platform1 = config.AddPlatformWithCustomName(maui, $"{config.PlatformName}-1"); 264var platform2 = config.AddPlatformWithCustomName(maui, $"{config.PlatformName}-2"); 691var platform1 = config.AddPlatformWithCustomName(maui, $"{config.PlatformName}-1"); 692var platform2 = config.AddPlatformWithCustomName(maui, $"{config.PlatformName}-2");