49 writes to SelfContained
dotnet.Tests (1)
CommandTests\Build\GivenDotnetBuildBuildsCsproj.cs (1)
213SelfContained = "true"
Microsoft.NET.Build.Tests (30)
AppHostTests.cs (1)
390SelfContained = "false"
DepsFileSkipTests.cs (2)
43SelfContained = "true" 97SelfContained = "true"
GivenFrameworkReferences.cs (11)
89SelfContained = "true" 439SelfContained = "true" 477SelfContained = "true" 544testProject.SelfContained = "true"; 577testProject.SelfContained = "true"; 602testProject.SelfContained = "true"; 639testProject.SelfContained = "true"; 662testProject.SelfContained = "true"; 834SelfContained = "true" 992testProject.SelfContained = "true"; 1152testProject.SelfContained = "true";
GivenThatWeWantToBuildANetCoreApp.cs (1)
855SelfContained = "true"
GivenThatWeWantToBuildASelfContainedApp.cs (1)
257SelfContained = "true"
GivenThatWeWantToBuildAWindowsDesktopProject.cs (2)
741SelfContained = "true", 768SelfContained = "true",
GivenThatWeWantToCopyLocalDependencies.cs (1)
314SelfContained = "true"
GivenTransitiveFrameworkReferencesAreDisabled.cs (2)
43testProject.SelfContained = "true"; 169SelfContained = "true",
GiventThatWeWantDesignerSupport.cs (1)
55SelfContained = isSelfContained
GlobalPropertyFlowTests.cs (1)
107_referencedProject.SelfContained = "false";
ReferenceExeTests.cs (7)
82MainProject.SelfContained = "true"; 96ReferencedProject.SelfContained = "true"; 341testConsoleProject.SelfContained = "true"; 382SelfContained = "true", 431SelfContained = "true", 485testConsoleProject.SelfContained = "true"; 523SelfContained = "true",
Microsoft.NET.Publish.Tests (16)
GivenThatWeWantToPublishAnAotApp.cs (1)
861testProject.SelfContained = "true";
GivenThatWeWantToPublishIncrementally.cs (1)
146SelfContained = "true"
GivenThatWeWantToPublishReadyToRun.cs (4)
68testProject.SelfContained = "True"; 254testProject.SelfContained = "False"; 376testProject.SelfContained = isSelfContained ? "True" : "False"; 450SelfContained = "true"
GivenThatWeWantToPublishTrimmedWindowsFormsAndWPFApps.cs (5)
72SelfContained = "true" 96SelfContained = "true" 346SelfContained = "true" 370SelfContained = "true" 395SelfContained = "true"
GivenThatWeWantToPublishWithoutConflicts.cs (1)
63SelfContained = "true"
GivenThatWeWantToRunILLink.cs (3)
1994SelfContained = "true" 2070SelfContained = "true" 2187testProject.SelfContained = "true";
RuntimeIdentifiersTests.cs (1)
322SelfContained = "true"
Microsoft.NET.Sdk.Web.Tests (2)
PublishTests.cs (2)
26testProject.SelfContained = "true"; 63testProject.SelfContained = "true";
2 references to SelfContained
Microsoft.NET.TestFramework (2)
ProjectConstruction\TestProject.cs (2)
295if (SelfContained != "") 297propertyGroup?.Add(new XElement(ns + "SelfContained", string.Equals(SelfContained, "true", StringComparison.OrdinalIgnoreCase) ? "true" : "false"));