1 write to PlatformIdentifier
Aspire.Hosting.Maui.Tests (1)
MauiPlatformExtensionsTests.cs (1)
1484PlatformIdentifier = platformIdentifier;
4 references to PlatformIdentifier
Aspire.Hosting.Maui.Tests (4)
MauiPlatformExtensionsTests.cs (4)
176Assert.Equal(config.PlatformIdentifier, launchConfiguration.Platform); 216Assert.Equal(config.PlatformIdentifier != "android", buildInfo.ReleaseBuildLockOnResourceRunning); 223var expectedLaunchArgs = config.PlatformIdentifier == "android" 281File.WriteAllText(tempFile, CreateProjectContentWithout(config.PlatformIdentifier));