33 references to DynamicLibSuffix
Microsoft.NET.Build.Tests (11)
DepsFileSkipTests.cs (3)
67string filenameToSkip = "libuv" + FileConstants.DynamicLibSuffix; 84string filenameToSkip = "libuv" + FileConstants.DynamicLibSuffix; 102string filenameToSkip = FileConstants.DynamicLibPrefix + "coreclr" + FileConstants.DynamicLibSuffix;
GivenThatWeWantToBuildAnAppWithLibrariesAndRid.cs (1)
112$"libuv{FileConstants.DynamicLibSuffix}"
GivenThatWeWantToBuildASelfContainedApp.cs (2)
61$"{FileConstants.DynamicLibPrefix}hostfxr{FileConstants.DynamicLibSuffix}", 62$"{FileConstants.DynamicLibPrefix}hostpolicy{FileConstants.DynamicLibSuffix}",
GivenThatWeWantToCopyLocalDependencies.cs (5)
128$"libuv{FileConstants.DynamicLibSuffix}" 340$"libuv{FileConstants.DynamicLibSuffix}", 341$"{FileConstants.DynamicLibPrefix}clrjit{FileConstants.DynamicLibSuffix}", 342$"{FileConstants.DynamicLibPrefix}hostfxr{FileConstants.DynamicLibSuffix}", 343$"{FileConstants.DynamicLibPrefix}hostpolicy{FileConstants.DynamicLibSuffix}",
Microsoft.NET.Publish.Tests (22)
GivenThatWeWantToPublishAHelloWorldProject.cs (10)
104$"{FileConstants.DynamicLibPrefix}coreclr{FileConstants.DynamicLibSuffix}", 105$"{FileConstants.DynamicLibPrefix}hostfxr{FileConstants.DynamicLibSuffix}", 106$"{FileConstants.DynamicLibPrefix}hostpolicy{FileConstants.DynamicLibSuffix}", 354$"{libPrefix}coreclr{FileConstants.DynamicLibSuffix}", 355$"{libPrefix}hostfxr{FileConstants.DynamicLibSuffix}", 356$"{libPrefix}hostpolicy{FileConstants.DynamicLibSuffix}", 894$"{FileConstants.DynamicLibPrefix}hostfxr{FileConstants.DynamicLibSuffix}", 895$"{FileConstants.DynamicLibPrefix}hostpolicy{FileConstants.DynamicLibSuffix}", 901$"{FileConstants.DynamicLibPrefix}hostfxr{FileConstants.DynamicLibSuffix}", 902$"{FileConstants.DynamicLibPrefix}hostpolicy{FileConstants.DynamicLibSuffix}",
GivenThatWeWantToPublishAnAppWithLibrariesAndRid.cs (5)
41$"libuv{FileConstants.DynamicLibSuffix}", 42$"{FileConstants.DynamicLibPrefix}coreclr{FileConstants.DynamicLibSuffix}", 43$"{FileConstants.DynamicLibPrefix}hostfxr{FileConstants.DynamicLibSuffix}", 44$"{FileConstants.DynamicLibPrefix}hostpolicy{FileConstants.DynamicLibSuffix}", 78$"libuv{FileConstants.DynamicLibSuffix}",
GivenThatWeWantToPublishAProjectWithDependencies.cs (1)
189$"{FileConstants.DynamicLibPrefix}coreclr{FileConstants.DynamicLibSuffix}"
GivenThatWeWantToPublishAWebApp.cs (6)
93$"{FileConstants.DynamicLibPrefix}hostfxr{FileConstants.DynamicLibSuffix}", 94$"{FileConstants.DynamicLibPrefix}hostpolicy{FileConstants.DynamicLibSuffix}", 217$"{FileConstants.DynamicLibPrefix}hostfxr{FileConstants.DynamicLibSuffix}", 218$"{FileConstants.DynamicLibPrefix}hostpolicy{FileConstants.DynamicLibSuffix}", 224$"{FileConstants.DynamicLibPrefix}hostfxr{FileConstants.DynamicLibSuffix}", 225$"{FileConstants.DynamicLibPrefix}hostpolicy{FileConstants.DynamicLibSuffix}",