You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -317,7 +317,7 @@ public DependencyContext Build(string[] userRuntimeAssemblies = null)
317
317
* 1. If runtimeAssemblyGroups, nativeLibraryGroups, dependencies, and resourceAssemblies are all empty, remove this runtimeLibrary as well as any dependencies on it.
318
318
* 2. Add all runtimeLibraries to a list of to-be-processed libraries called libraryCandidatesForRemoval
319
319
* 3. libraryCandidatesForRemoval.Pop() --> if there are no runtimeAssemblyGroups, nativeLibraryGroups, or resourceAssemblies, and either dependencies is empty or all
320
-
* dependencies have something else that depends on them, remove it (and from libraryCandidatesForRemoval), adding everything that depends on this to
320
+
* dependencies have something else that depends on them, remove it (and from libraryCandidatesForRemoval), adding everything that depends on this to
321
321
* libraryCandidatesForRemoval if it isn't already there
322
322
* Repeat 3 until libraryCandidatesForRemoval is empty
323
323
*/
@@ -483,8 +483,8 @@ public DependencyContext Build(string[] userRuntimeAssemblies = null)
483
483
runtimeSignature:string.Empty,
484
484
_isPortable);
485
485
486
-
// Compute the runtime fallback graph
487
-
//
486
+
// Compute the runtime fallback graph
487
+
//
488
488
// If the input RuntimeGraph is empty, or we're not compiling
489
489
// for a specific RID, then an runtime fallback graph is empty
topLevelPackage.Should().NotBeNull($"Package {packageIdentifier}.{toolSettings.ToolPackageVersion}.nupkg should be present in the tool packages directory")
packages.Length.Should().Be(ridSpecificPackages.Length+1+1,"There should be one package for the tool-wrapper and one for each RID, and one for the any rid");
topLevelPackage.Should().NotBeNull($"Package {packageIdentifier}.{toolSettings.ToolPackageVersion}.nupkg should be present in the tool packages directory")
0 commit comments