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