1 write to PlatformName
Aspire.Hosting.Maui.Tests (1)
MauiPlatformExtensionsTests.cs (1)
1482
PlatformName
= platformName;
6 references to PlatformName
Aspire.Hosting.Maui.Tests (6)
MauiPlatformExtensionsTests.cs (6)
126
var customName = $"custom-{config.
PlatformName
}";
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");
1508
public override string ToString() =>
PlatformName
;