1 write to SuppressBuild
Aspire.Hosting (1)
ApplicationModel\ProjectLaunchConfigurationFactory.cs (1)
39SuppressBuild = ShouldSuppressIdeBuild(resource, projectMetadata),
3 references to SuppressBuild
Aspire.Hosting (1)
ApplicationModel\ExecutableLaunchConfiguration.cs (1)
114/// By default, the IDE builds and launches the project itself. When <see cref="SuppressBuild"/> is
Aspire.Hosting.Dotnet.Tests (1)
DotnetProjectResourceTests.cs (1)
594Assert.True(launchConfig.SuppressBuild);
Aspire.Hosting.Tests (1)
DebugSupportExtensionsTests.cs (1)
113Assert.False(launchConfiguration.SuppressBuild);