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