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