209 references to Resources
vstest.console (209)
CommandLine\CommandLineOptions.cs (3)
18using CommandLineResources = Microsoft.VisualStudio.TestPlatform.CommandLine.Resources.Resources; 274throw new TestSourceException(CommandLineResources.CannotBeNullOrEmpty); 288string.Format(CultureInfo.CurrentCulture, CommandLineResources.InvalidArgument, source), ex);
CommandLine\Executor.cs (8)
29using CommandLineResources = Microsoft.VisualStudio.TestPlatform.CommandLine.Resources.Resources; 144Output.Error(true, CommandLineResources.NoArgumentsProvided); 244Output.Error(false, string.Format(CultureInfo.CurrentCulture, CommandLineResources.NoArgumentProcessorFound, arg)); 352Output.Error(false, string.Format(CultureInfo.CurrentCulture, CommandLineResources.DuplicateArgumentError, processor.Metadata.Value.CommandName)); 451string commandLineBanner = string.Format(CultureInfo.CurrentCulture, CommandLineResources.MicrosoftCommandLineTitle, assemblyVersionAndArchitecture); 465Output.Warning(false, CommandLineResources.VSTestDeprecationMessage); 479Output.Warning(false, CommandLineResources.WarningEmulatedOnArm64, currentProcessArchitecture.ToString().ToLowerInvariant()); 547Output.Error(false, string.Format(CultureInfo.CurrentCulture, CommandLineResources.OpenResponseFileError, fileName));
InProcessVsTestConsoleWrapper.cs (4)
91throw new TransationLayerException(Resources.Resources.ErrorHostingCommunicationChannel); 285Resources.Resources.StartTestSessionTimedOut, 352Resources.Resources.StopTestSessionTimedOut, 1297Resources.Resources.RequestHandlerConnectionTimedOut,
Internal\ConsoleLogger.cs (45)
19using CommandLineResources = Microsoft.VisualStudio.TestPlatform.CommandLine.Resources.Resources; 93CommandLineResources.FailedTestIndicator.Length + 1, 94CommandLineResources.PassedTestIndicator.Length + 1, 95CommandLineResources.SkippedTestIndicator.Length + 1, 96CommandLineResources.None.Length 240Output.Information(false, string.Format(CultureInfo.CurrentCulture, CommandLineResources.ExecutionTimeFormatString, timeSpan.TotalDays, CommandLineResources.Days)); 244Output.Information(false, string.Format(CultureInfo.CurrentCulture, CommandLineResources.ExecutionTimeFormatString, timeSpan.TotalHours, CommandLineResources.Hours)); 248Output.Information(false, string.Format(CultureInfo.CurrentCulture, CommandLineResources.ExecutionTimeFormatString, timeSpan.TotalMinutes, CommandLineResources.Minutes)); 252Output.Information(false, string.Format(CultureInfo.CurrentCulture, CommandLineResources.ExecutionTimeFormatString, timeSpan.TotalSeconds, CommandLineResources.Seconds)); 304Output.Information(false, ConsoleColor.Red, TestResultPrefix + CommandLineResources.ErrorMessageBanner); 312Output.Information(false, ConsoleColor.Red, TestResultPrefix + CommandLineResources.StacktraceBanner); 325Output.Information(false, TestResultPrefix + CommandLineResources.StdOutMessagesBanner); 338Output.Information(false, ConsoleColor.Red, TestResultPrefix + CommandLineResources.StdErrMessagesBanner); 351Output.Information(false, TestResultPrefix + CommandLineResources.DbgTrcMessagesBanner); 364Output.Information(false, TestResultPrefix + CommandLineResources.AddnlInfoMessagesBanner); 418Output.WriteLine(string.Format(CultureInfo.CurrentCulture, CommandLineResources.TestSourcesDiscovered, CommandLineOptions.Instance.Sources.Count()), OutputLevel.Information); 547Output.Write(GetFormattedTestIndicator(CommandLineResources.SkippedTestIndicator), OutputLevel.Information, ConsoleColor.Yellow); 570Output.Write(GetFormattedTestIndicator(CommandLineResources.FailedTestIndicator), OutputLevel.Information, ConsoleColor.Red); 587Output.Write(GetFormattedTestIndicator(CommandLineResources.PassedTestIndicator), OutputLevel.Information, ConsoleColor.Green); 611Output.Write(GetFormattedTestIndicator(CommandLineResources.SkippedTestIndicator), OutputLevel.Information, ConsoleColor.Yellow); 689Output.Information(false, CommandLineResources.AttachmentsBanner); 695var attachmentOutput = string.Format(CultureInfo.CurrentCulture, CommandLineResources.AttachmentOutputFormat, uriDataAttachment.Uri.LocalPath); 752TestOutcome.Failed => (CommandLineResources.FailedTestIndicator + "!").PadRight(LongestResultIndicator), 753TestOutcome.Passed => (CommandLineResources.PassedTestIndicator + "!").PadRight(LongestResultIndicator), 754TestOutcome.Skipped => (CommandLineResources.SkippedTestIndicator + "!").PadRight(LongestResultIndicator), 755_ => CommandLineResources.None.PadRight(LongestResultIndicator), 770var outputLine = string.Format(CultureInfo.CurrentCulture, CommandLineResources.TestRunSummary, 804Output.Information(false, CommandLineResources.TestRunSummaryAssemblyAndFramework, 820Output.Error(false, CommandLineResources.TestRunCanceled); 826Output.Error(false, CommandLineResources.TestRunAborted); 830Output.Error(false, CommandLineResources.TestRunAbortedWithError, e.Error); 839Output.Error(false, CommandLineResources.TestRunCanceled); 845Output.Error(false, CommandLineResources.TestRunAborted); 849Output.Error(false, CommandLineResources.TestRunAbortedWithError, e.Error); 854Output.Error(false, CommandLineResources.TestRunFailed); 858Output.Information(false, ConsoleColor.Green, CommandLineResources.TestRunSuccessful); 864string totalTestsformat = (e.IsAborted || e.IsCanceled) ? CommandLineResources.TestRunSummaryForCanceledOrAbortedRun : CommandLineResources.TestRunSummaryTotalTests; 869Output.Information(false, ConsoleColor.Green, string.Format(CultureInfo.CurrentCulture, CommandLineResources.TestRunSummaryPassedTests, passedTests)); 873Output.Information(false, ConsoleColor.Red, string.Format(CultureInfo.CurrentCulture, CommandLineResources.TestRunSummaryFailedTests, failedTests)); 877Output.Information(false, ConsoleColor.Yellow, string.Format(CultureInfo.CurrentCulture, CommandLineResources.TestRunSummarySkippedTests, skippedTests));
Internal\FilePatternParser.cs (2)
17using CommandLineResources = Microsoft.VisualStudio.TestPlatform.CommandLine.Resources.Resources; 67string.Format(CultureInfo.CurrentCulture, CommandLineResources.TestSourceFileNotFound, filePattern));
Internal\MSBuildLogger.cs (14)
20using CommandLineResources = Microsoft.VisualStudio.TestPlatform.CommandLine.Resources.Resources; 103SendMessage("run-cancel", CommandLineResources.TestRunCanceled); 109SendMessage("run-abort", CommandLineResources.TestRunAborted); 113SendMessage("run-abort", string.Format(CultureInfo.CurrentCulture, CommandLineResources.TestRunAbortedWithError, e.Error)); 125? CommandLineResources.FailedTestIndicator 127? CommandLineResources.SkippedTestIndicator 128: CommandLineResources.PassedTestIndicator; 129var summary = string.Format(CultureInfo.CurrentCulture, CommandLineResources.TestRunSummary, 182formattedError.Append(Resources.Resources.ErrorMessageBanner); 220formattedError.AppendLine(Resources.Resources.StacktraceBanner); 286stringBuilder.AppendLine(testResultPrefix + CommandLineResources.StdOutMessagesBanner); 293stringBuilder.AppendLine(testResultPrefix + CommandLineResources.StdErrMessagesBanner); 300stringBuilder.AppendLine(testResultPrefix + CommandLineResources.DbgTrcMessagesBanner); 307stringBuilder.AppendLine(testResultPrefix + CommandLineResources.AddnlInfoMessagesBanner);
Internal\ProgressIndicator.cs (1)
42_testRunProgressString = string.Format(CultureInfo.CurrentCulture, "{0}...", Resources.Resources.ProgressIndicatorString);
Processors\AeDebuggerArgumentProcessor.cs (9)
24using CommandLineResources = Microsoft.VisualStudio.TestPlatform.CommandLine.Resources.Resources; 92string exceptionMessage = string.Format(CultureInfo.CurrentCulture, CommandLineResources.InvalidAeDebuggerArgument, _argument ?? ""); 123_output.Error(false, string.Format(CultureInfo.CurrentCulture, CommandLineResources.PostmortemDebuggerNotSupportedForCurrentOS)); 129_output.Error(false, string.Format(CultureInfo.CurrentCulture, CommandLineResources.ProcDumpToolDirectoryPathArgumenNotFound)); 139_output.Error(false, string.Format(CultureInfo.CurrentCulture, CommandLineResources.InvalidProcDumpToolDirectoryPath)); 150_output.Error(false, string.Format(CultureInfo.CurrentCulture, CommandLineResources.ProcDumpFileNameNotFound, procDumpPath)); 157_output.Error(false, string.Format(CultureInfo.CurrentCulture, CommandLineResources.ProcDumpFileNameNotFound, procDumpPath)); 167CommandLineResources.ProcDumpDirectoryPathArgumenNotFound, 168CommandLineResources.InvalidProcDumpDirectoryPath,
Processors\CLIRunSettingsArgumentProcessor.cs (4)
16using CommandLineResources = Microsoft.VisualStudio.TestPlatform.CommandLine.Resources.Resources; 62public override string HelpContentResourceName => CommandLineResources.CLIRunSettingsArgumentHelp; 101throw new CommandLineException(CommandLineResources.MalformedRunSettingsKey, exception); 216var exceptionMessage = string.Format(CultureInfo.CurrentCulture, CommandLineResources.InvalidTestRunParameterArgument, node);
Processors\CollectArgumentProcessor.cs (4)
22using CommandLineResources = Microsoft.VisualStudio.TestPlatform.CommandLine.Resources.Resources; 68public override string HelpContentResourceName => CommandLineResources.CollectArgumentHelp; 91string exceptionMessage = string.Format(CultureInfo.CurrentCulture, CommandLineResources.DataCollectorFriendlyNameInvalid, argument); 110throw new SettingsException(string.Format(CultureInfo.CurrentCulture, CommandLineResources.CollectWithTestSettingErrorMessage, argument));
Processors\DisableAutoFakesArgumentProcessor.cs (2)
6using CommandLineResources = Microsoft.VisualStudio.TestPlatform.CommandLine.Resources.Resources; 64throw new CommandLineException(CommandLineResources.DisableAutoFakesUsage);
Processors\EnableBlameArgumentProcessor.cs (4)
24using CommandLineResources = Microsoft.VisualStudio.TestPlatform.CommandLine.Resources.Resources; 80public override string HelpContentResourceName => CommandLineResources.EnableBlameUsage; 132var exceptionMessage = string.Format(CultureInfo.CurrentCulture, CommandLineResources.InvalidBlameArgument, argument); 158Output.Warning(false, string.Format(CultureInfo.CurrentCulture, CommandLineResources.BlameIncorrectOption, argument));
Processors\EnableDiagArgumentProcessor.cs (3)
22using CommandLineResources = Microsoft.VisualStudio.TestPlatform.CommandLine.Resources.Resources; 82public override string HelpContentResourceName => CommandLineResources.EnableDiagUsage; 119string exceptionMessage = string.Format(CultureInfo.CurrentCulture, CommandLineResources.InvalidDiagArgument, argument);
Processors\EnableLoggerArgumentProcessor.cs (3)
13using CommandLineResources = Microsoft.VisualStudio.TestPlatform.CommandLine.Resources.Resources; 78public override string HelpContentResourceName => CommandLineResources.EnableLoggerArgumentsInNetCore; 111string exceptionMessage = string.Format(CultureInfo.CurrentCulture, CommandLineResources.LoggerUriInvalid, argument);
Processors\EnvironmentArgumentProcessor.cs (3)
11using CommandLineResources = Microsoft.VisualStudio.TestPlatform.CommandLine.Resources.Resources; 49public override string HelpContentResourceName => CommandLineResources.EnvironmentArgumentHelp; 102_output.Warning(true, CommandLineResources.EnvironmentVariableXIsOverriden, key);
Processors\FrameworkArgumentProcessor.cs (5)
13using CommandLineResources = Microsoft.VisualStudio.TestPlatform.CommandLine.Resources.Resources; 60public override string HelpContentResourceName => CommandLineResources.FrameworkArgumentHelp; 103throw new CommandLineException(CommandLineResources.FrameworkVersionRequired); 108string.Format(CultureInfo.CurrentCulture, CommandLineResources.InvalidFrameworkVersion, argument)); 118CommandLineResources.TestSettingsFrameworkMismatch,
Processors\HelpArgumentProcessor.cs (7)
9using CommandLineResources = Microsoft.VisualStudio.TestPlatform.CommandLine.Resources.Resources; 57public override string HelpContentResourceName => CommandLineResources.HelpArgumentHelp; 94OutputSection(CommandLineResources.HelpUsageText); 95OutputSection(CommandLineResources.HelpDescriptionText); 96OutputSection(CommandLineResources.HelpArgumentsText); 114OutputSection(CommandLineResources.HelpOptionsText); 123OutputSection(CommandLineResources.Examples);
Processors\InIsolationArgumentProcessor.cs (3)
12using CommandLineResources = Microsoft.VisualStudio.TestPlatform.CommandLine.Resources.Resources; 56public override string HelpContentResourceName => CommandLineResources.InIsolationHelp; 92string.Format(CultureInfo.CurrentCulture, CommandLineResources.InvalidInIsolationCommand, argument));
Processors\ListExtensionsArgumentProcessor.cs (11)
13using CommandLineResources = Microsoft.VisualStudio.TestPlatform.CommandLine.Resources.Resources; 85ConsoleOutput.Instance.WriteLine(CommandLineResources.AvailableDiscoverersHeaderMessage, OutputLevel.Information); 91ConsoleOutput.Instance.WriteLine(string.Format(CultureInfo.CurrentCulture, CommandLineResources.UriOfDefaultExecutor, extension.Metadata.DefaultExecutorUri), OutputLevel.Information); 92ConsoleOutput.Instance.WriteLine(string.Format(CultureInfo.CurrentCulture, CommandLineResources.SupportedFileTypesIndicator + " " + string.Join(", ", extension.Metadata.FileExtension!)), OutputLevel.Information); 122ConsoleOutput.Instance.WriteLine(CommandLineResources.AvailableExecutorsHeaderMessage, OutputLevel.Information); 128ConsoleOutput.Instance.WriteLine(string.Format(CultureInfo.CurrentCulture, CommandLineResources.AvailableExtensionsMetadataFormat, "Uri", extension.Metadata.ExtensionUri), OutputLevel.Information); 158ConsoleOutput.Instance.WriteLine(CommandLineResources.AvailableLoggersHeaderMessage, OutputLevel.Information); 164ConsoleOutput.Instance.WriteLine(string.Format(CultureInfo.CurrentCulture, CommandLineResources.AvailableExtensionsMetadataFormat, "Uri", extension.Metadata.ExtensionUri), OutputLevel.Information); 165ConsoleOutput.Instance.WriteLine(string.Format(CultureInfo.CurrentCulture, CommandLineResources.AvailableExtensionsMetadataFormat, "FriendlyName", string.Join(", ", extension.Metadata.FriendlyName)), OutputLevel.Information); 202ConsoleOutput.Instance.WriteLine(CommandLineResources.AvailableSettingsProvidersHeaderMessage, OutputLevel.Information); 208ConsoleOutput.Instance.WriteLine(string.Format(CultureInfo.CurrentCulture, CommandLineResources.AvailableExtensionsMetadataFormat, "SettingName", extension.Metadata.SettingsName), OutputLevel.Information);
Processors\ListFullyQualifiedTestsArgumentProcessor.cs (3)
19using CommandLineResources = Microsoft.VisualStudio.TestPlatform.CommandLine.Resources.Resources; 170throw new CommandLineException(CommandLineResources.MissingTestSourceFile); 175Output.Information(false, CommandLineResources.VstestDiagLogOutputPath, EqtTrace.LogFile);
Processors\ListTestsArgumentProcessor.cs (6)
17using CommandLineResources = Microsoft.VisualStudio.TestPlatform.CommandLine.Resources.Resources; 73public override string HelpContentResourceName => CommandLineResources.ListTestsHelp; 174throw new CommandLineException(CommandLineResources.MissingTestSourceFile); 177Output.WriteLine(CommandLineResources.ListTestsHeaderMessage, OutputLevel.Information); 180Output.Information(false, CommandLineResources.VstestDiagLogOutputPath, EqtTrace.LogFile); 224string.Format(CultureInfo.CurrentCulture, CommandLineResources.AvailableTestsFormat, test.DisplayName),
Processors\ParallelArgumentProcessor.cs (3)
12using CommandLineResources = Microsoft.VisualStudio.TestPlatform.CommandLine.Resources.Resources; 55public override string HelpContentResourceName => CommandLineResources.ParallelArgumentProcessorHelp; 99string.Format(CultureInfo.CurrentCulture, CommandLineResources.InvalidParallelCommand, argument));
Processors\ParentProcessIdArgumentProcessor.cs (3)
8using CommandLineResources = Microsoft.VisualStudio.TestPlatform.CommandLine.Resources.Resources; 54public override string HelpContentResourceName => CommandLineResources.ParentProcessIdArgumentHelp; 89throw new CommandLineException(CommandLineResources.InvalidParentProcessIdArgument);
Processors\PlatformArgumentProcessor.cs (4)
14using CommandLineResources = Microsoft.VisualStudio.TestPlatform.CommandLine.Resources.Resources; 60public override string HelpContentResourceName => CommandLineResources.PlatformArgumentHelp; 103throw new CommandLineException(CommandLineResources.PlatformTypeRequired); 129string.Format(CultureInfo.CurrentCulture, CommandLineResources.InvalidPlatformType, argument, string.Join(", ", validPlatforms)));
Processors\PortArgumentProcessor.cs (4)
17using CommandLineResources = Microsoft.VisualStudio.TestPlatform.CommandLine.Resources.Resources; 62public override string HelpContentResourceName => CommandLineResources.PortArgumentHelp; 140throw new CommandLineException(CommandLineResources.InvalidPortArgument); 161throw new CommandLineException(string.Format(CultureInfo.CurrentCulture, CommandLineResources.DesignModeClientTimeoutError, _commandLineOptions.Port), ex);
Processors\ResponseFileArgumentProcessor.cs (2)
6using CommandLineResources = Microsoft.VisualStudio.TestPlatform.CommandLine.Resources.Resources; 51public override string HelpContentResourceName => CommandLineResources.ResponseFileArgumentHelp;
Processors\ResultsDirectoryArgumentProcessor.cs (4)
14using CommandLineResources = Microsoft.VisualStudio.TestPlatform.CommandLine.Resources.Resources; 63public override string HelpContentResourceName => CommandLineResources.ResultsDirectoryArgumentHelp; 107throw new CommandLineException(CommandLineResources.ResultsDirectoryValueRequired); 121throw new CommandLineException(string.Format(CultureInfo.CurrentCulture, CommandLineResources.InvalidResultsDirectoryPathCommand, argument, ex.Message));
Processors\RunSettingsArgumentProcessor.cs (4)
20using CommandLineResources = Microsoft.VisualStudio.TestPlatform.CommandLine.Resources.Resources; 63public override string HelpContentResourceName => CommandLineResources.RunSettingsArgumentHelp; 86throw new CommandLineException(CommandLineResources.RunSettingsRequired); 94CommandLineResources.RunSettingsFileNotFound,
Processors\RunSpecificTestsArgumentProcessor.cs (12)
23using CommandLineResources = Microsoft.VisualStudio.TestPlatform.CommandLine.Resources.Resources; 60public override string HelpContentResourceName => CommandLineResources.RunSpecificTestsHelp; 168throw new CommandLineException(CommandLineResources.SpecificTestsRequired); 188throw new CommandLineException(CommandLineResources.MissingTestSourceFile); 214Output.WriteLine(CommandLineResources.StartingDiscovery, OutputLevel.Information); 219Output.Information(false, CommandLineResources.VstestDiagLogOutputPath, EqtTrace.LogFile); 236string warningMessage = string.Format(CultureInfo.CurrentCulture, CommandLineResources.SomeTestsUnavailableAfterFiltering, _discoveredTestCount, missingFilters); 253warningMessage = string.Format(CultureInfo.CurrentCulture, CommandLineResources.NoTestsAvailableAfterFiltering, _discoveredTestCount, string.Join(", ", _selectedTestNames!)); 258warningMessage = string.Format(CultureInfo.CurrentCulture, CommandLineResources.NoTestsAvailableInSources, string.Join(", ", _commandLineOptions.Sources)); 262warningMessage = string.Format(CultureInfo.CurrentCulture, CommandLineResources.StringFormatToJoinTwoStrings, warningMessage, CommandLineResources.SuggestTestAdapterPathIfNoTestsIsFound); 367_output.Warning(false, CommandLineResources.SuggestTestAdapterPathIfNoTestsIsFound);
Processors\RunTestsArgumentProcessor.cs (6)
19using CommandLineResources = Microsoft.VisualStudio.TestPlatform.CommandLine.Resources.Resources; 58public override string HelpContentResourceName => CommandLineResources.RunTestsArgumentHelp; 141throw new CommandLineException(CommandLineResources.MissingTestSourceFile); 146Output.WriteLine(CommandLineResources.StartingExecution, OutputLevel.Information); 151Output.Information(false, CommandLineResources.VstestDiagLogOutputPath, EqtTrace.LogFile); 227_output.Warning(false, CommandLineResources.SuggestTestAdapterPathIfNoTestsIsFound);
Processors\TestAdapterLoadingStrategyArgumentProcessor.cs (7)
16using CommandLineResources = Microsoft.VisualStudio.TestPlatform.CommandLine.Resources.Resources; 67public override string HelpContentResourceName => CommandLineResources.TestAdapterLoadingStrategyHelp; 125throw new CommandLineException(string.Format(CultureInfo.CurrentCulture, CommandLineResources.TestAdapterLoadingStrategyValueInvalidRecursive, $"{nameof(TestAdapterLoadingStrategy.Explicit)}, {nameof(TestAdapterLoadingStrategy.NextToSource)}")); 160throw new CommandLineException(string.Format(CultureInfo.CurrentCulture, CommandLineResources.TestAdapterLoadingStrategyValueInvalid, value)); 177throw new CommandLineException(string.Format(CultureInfo.CurrentCulture, CommandLineResources.TestAdapterPathValueRequiredWhenStrategyXIsUsed, nameof(TestAdapterLoadingStrategy.Explicit))); 214string.Format(CultureInfo.CurrentCulture, CommandLineResources.InvalidTestAdapterPathCommand, adapterPath, CommandLineResources.TestAdapterPathDoesNotExist)
Processors\TestAdapterPathArgumentProcessor.cs (3)
16using CommandLineResources = Microsoft.VisualStudio.TestPlatform.CommandLine.Resources.Resources; 66public override string HelpContentResourceName => CommandLineResources.TestAdapterPathHelp; 129string.Format(CultureInfo.CurrentCulture, CommandLineResources.TestAdapterPathValueRequired));
Processors\TestCaseFilterArgumentProcessor.cs (3)
9using CommandLineResources = Microsoft.VisualStudio.TestPlatform.CommandLine.Resources.Resources; 55public override string HelpContentResourceName => CommandLineResources.TestCaseFilterArgumentHelp; 95throw new CommandLineException(string.Format(CultureInfo.CurrentCulture, CommandLineResources.TestCaseFilterValueRequired));
Processors\TestSessionCorrelationIdProcessor.cs (2)
8using CommandLineResources = Microsoft.VisualStudio.TestPlatform.CommandLine.Resources.Resources; 77throw new CommandLineException(CommandLineResources.InvalidTestSessionCorrelationId);
Processors\UseVsixExtensionsArgumentProcessor.cs (4)
13using CommandLineResources = Microsoft.VisualStudio.TestPlatform.CommandLine.Resources.Resources; 88throw new CommandLineException(string.Format(CultureInfo.CurrentCulture, CommandLineResources.UseVsixExtensionsValueRequired)); 94string.Format(CultureInfo.CurrentCulture, CommandLineResources.InvalidUseVsixExtensionsCommand, argument)); 97_output.Warning(false, string.Format(CultureInfo.CurrentCulture, CommandLineResources.UseVsixExtensionsDeprecation));
Resources\Resources.Designer.cs (1)
42global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.VisualStudio.TestPlatform.CommandLine.Resources.Resources", typeof(Resources).Assembly);
TestPlatformHelpers\TestRequestManager.cs (3)
338Resources.Resources.RunsettingsWithDCErrorMessage, 505Resources.Resources.RunsettingsWithDCErrorMessage, 1159registrar?.LogWarning(Resources.Resources.Framework35NotSupported);