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