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