8 references to Resources
Microsoft.TestPlatform.TestHostRuntimeProvider (8)
Hosting\DefaultTestHostManager.cs (3)
19
using TestHostResources = Microsoft.TestPlatform.TestHostProvider.Resources.
Resources
;
213
throw new TestPlatformException(
TestHostResources
.NetFrameworkTestsNotSupportedOnNonWindows);
481
string message = string.Format(CultureInfo.CurrentCulture,
TestHostResources
.MultipleFileVersions, extensionsString);
Hosting\DotnetTestHostManager.cs (4)
22
using TestHostResources = Microsoft.TestPlatform.TestHostProvider.Resources.
Resources
;
428
string message = string.Format(CultureInfo.CurrentCulture,
TestHostResources
.CouldNotFindTesthost, sourcePath, sourceDirectory);
480
string message = string.Format(CultureInfo.CurrentCulture,
TestHostResources
.CouldNotFindTesthost, sourcePath, sourceDirectory);
520
string message = string.Format(CultureInfo.CurrentCulture,
TestHostResources
.NoDotnetMuxerFoundForArchitecture, $"dotnet{(_platformEnvironment.OperatingSystem == PlatformOperatingSystem.Windows ? ".exe" : string.Empty)}", finalTargetArchitecture.ToString());
Resources\Resources.Designer.cs (1)
43
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.TestPlatform.TestHostProvider.Resources.Resources", typeof(
Resources
).GetTypeInfo().Assembly);