1 write to InstalledSDKs
Microsoft.Build.Tasks.Core (1)
GetInstalledSDKLocations.cs (1)
197
InstalledSDKs
= outputItems.ToArray();
8 references to InstalledSDKs
Microsoft.Build.Tasks.UnitTests (8)
GetInstalledSDKLocations_Tests.cs (8)
287
ITaskItem[] installedSDKs = t.
InstalledSDKs
;
334
ITaskItem[] installedSDKs = t.
InstalledSDKs
;
408
ITaskItem[] installedSDKs = t.
InstalledSDKs
;
524
taskCorrect.
InstalledSDKs
.ShouldNotBeNull();
525
taskCorrect.
InstalledSDKs
.Length.ShouldBe(3, "Correct project directory should resolve the relative root to the real SDK structure");
528
foreach (ITaskItem item in taskCorrect.
InstalledSDKs
)
556
taskWrong.
InstalledSDKs
.ShouldNotBeNull();
557
taskWrong.
InstalledSDKs
.Length.ShouldBe(0, "Wrong project directory should not find any SDKs");