1 write to AddPlatformWithCustomName
Aspire.Hosting.Maui.Tests (1)
MauiPlatformExtensionsTests.cs (1)
694AddPlatformWithCustomName = addCustom;
7 references to AddPlatformWithCustomName
Aspire.Hosting.Maui.Tests (7)
MauiPlatformExtensionsTests.cs (7)
98var platform = config.AddPlatformWithCustomName(maui, customName); 122config.AddPlatformWithCustomName(maui, name); 126config.AddPlatformWithCustomName(maui, name)); 210var platform1 = config.AddPlatformWithCustomName(maui, $"{config.PlatformName}-1"); 211var platform2 = config.AddPlatformWithCustomName(maui, $"{config.PlatformName}-2"); 601var platform1 = config.AddPlatformWithCustomName(maui, $"{config.PlatformName}-1"); 602var platform2 = config.AddPlatformWithCustomName(maui, $"{config.PlatformName}-2");