1 write to PlatformIdentifier
Aspire.Hosting.Maui.Tests (1)
MauiPlatformExtensionsTests.cs (1)
948
PlatformIdentifier
= platformIdentifier;
2 references to PlatformIdentifier
Aspire.Hosting.Maui.Tests (2)
MauiPlatformExtensionsTests.cs (2)
172
Assert.Equal(config.
PlatformIdentifier
, launchConfiguration.Platform);
277
File.WriteAllText(tempFile, CreateProjectContentWithout(config.
PlatformIdentifier
));