15 references to BuildsOnNonWindows
Microsoft.NET.Build.Tests (15)
GivenThatWeWantToReferenceAnAssembly.cs (8)
34
if (!RuntimeInformation.IsOSPlatform(OSPlatform.Windows) && !dependencyProject.
BuildsOnNonWindows
)
101
if (!RuntimeInformation.IsOSPlatform(OSPlatform.Windows) && !dependencyProject.
BuildsOnNonWindows
)
233
if (!RuntimeInformation.IsOSPlatform(OSPlatform.Windows) && !dllDependencyProjectDependency.
BuildsOnNonWindows
)
371
if (!RuntimeInformation.IsOSPlatform(OSPlatform.Windows) && !dllDependencyProjectDependency.
BuildsOnNonWindows
)
447
if (!RuntimeInformation.IsOSPlatform(OSPlatform.Windows) && !dllDependencyProject.
BuildsOnNonWindows
)
532
if (!RuntimeInformation.IsOSPlatform(OSPlatform.Windows) && !dllDependencyProject.
BuildsOnNonWindows
)
682
if (!RuntimeInformation.IsOSPlatform(OSPlatform.Windows) && !dllDependencyProjectDependency.
BuildsOnNonWindows
)
838
if (!RuntimeInformation.IsOSPlatform(OSPlatform.Windows) && !dllDependencyProjectDependency.
BuildsOnNonWindows
)
GivenThatWeWantToReferenceAProject.cs (2)
82
if (!referencerProject.
BuildsOnNonWindows
|| !dependencyProject.
BuildsOnNonWindows
)
GivenThatWeWantToVerifyNuGetReferenceCompat.cs (2)
35
if (!(RuntimeInformation.IsOSPlatform(OSPlatform.Windows) || referencerProject.
BuildsOnNonWindows
))
61
(RuntimeInformation.IsOSPlatform(OSPlatform.Windows) || dependencyProject.
BuildsOnNonWindows
))
GivenThatWeWantToVerifyProjectReferenceCompat.cs (3)
37
if (!(RuntimeInformation.IsOSPlatform(OSPlatform.Windows) || referencerProject.
BuildsOnNonWindows
))
96
return (referencerProject.
BuildsOnNonWindows
&& referencerProject.ReferencedProjects.All(rp => rp.
BuildsOnNonWindows
));