1 write to AddPlatformWithCustomName
Aspire.Hosting.Maui.Tests (1)
MauiPlatformExtensionsTests.cs (1)
952
AddPlatformWithCustomName
= addCustom;
7 references to AddPlatformWithCustomName
Aspire.Hosting.Maui.Tests (7)
MauiPlatformExtensionsTests.cs (7)
125
var platform = config.
AddPlatformWithCustomName
(maui, customName);
143
config.
AddPlatformWithCustomName
(maui, name);
147
config.
AddPlatformWithCustomName
(maui, name));
259
var platform1 = config.
AddPlatformWithCustomName
(maui, $"{config.PlatformName}-1");
260
var platform2 = config.
AddPlatformWithCustomName
(maui, $"{config.PlatformName}-2");
620
var platform1 = config.
AddPlatformWithCustomName
(maui, $"{config.PlatformName}-1");
621
var platform2 = config.
AddPlatformWithCustomName
(maui, $"{config.PlatformName}-2");