45 references to Resources
Microsoft.TestPlatform.CommunicationUtilities (3)
DataCollectionRequestSender.cs (3)
16using CommonResources = Microsoft.VisualStudio.TestPlatform.Common.Resources.Resources; 195logMessage = string.Format(CultureInfo.CurrentCulture, CommonResources.DataCollectionMessageFormat, dataCollectionMessageEventArgs.Message); 200logMessage = string.Format(CultureInfo.CurrentCulture, CommonResources.DataCollectorMessageFormat, dataCollectionMessageEventArgs.FriendlyName, dataCollectionMessageEventArgs.Message);
Microsoft.TestPlatform.CrossPlatEngine (6)
Client\Parallel\ParallelDiscoveryEventsHandler.cs (2)
15using CommonResources = Microsoft.VisualStudio.TestPlatform.Common.Resources.Resources; 171&& rawMessage.IndexOf(CommonResources.CancellationRequested) >= 0)
Client\TestLoggerManager.cs (4)
25using CommonResources = Microsoft.VisualStudio.TestPlatform.Common.Resources.Resources; 184string.Format(CultureInfo.CurrentCulture, CommonResources.LoggerNotFound, value)); 412CommonResources.LoggerUriInvalid, 616CommonResources.LoggerInitializationError,
Microsoft.VisualStudio.TestPlatform.Common (36)
DataCollection\DataCollectionAttachmentManager.cs (1)
128string accessDeniedMessage = string.Format(CultureInfo.CurrentCulture, Resources.Resources.AccessDenied, accessException.Message);
DataCollection\DataCollectionManager.cs (7)
496LogWarning(string.Format(CultureInfo.CurrentCulture, Resources.Resources.UnableToFetchUriString, dataCollectorSettings.FriendlyName)); 507LogWarning(string.Format(CultureInfo.CurrentCulture, Resources.Resources.DataCollectorNotFound, dataCollectorSettings.FriendlyName)); 537LogWarning(string.Format(CultureInfo.CurrentCulture, Resources.Resources.DataCollectorInitializationError, dataCollectorSettings.FriendlyName, ex)); 558dataCollectorInfo.Logger.LogError(_dataCollectionEnvironmentContext.SessionDataCollectionContext, string.Format(CultureInfo.CurrentCulture, Resources.Resources.DataCollectorInitializationError, dataCollectorConfig.FriendlyName, ex)); 580LogWarning(string.Format(CultureInfo.CurrentCulture, Resources.Resources.IgnoredDuplicateConfiguration, settings.FriendlyName)); 656string.Format(CultureInfo.CurrentCulture, Resources.Resources.DataCollectorErrorOnGetVariable, friendlyName, ex)); 700Resources.Resources.DataCollectorRequestedDuplicateEnvironmentVariable,
DataCollection\TestPlatformDataCollectionLogger.cs (3)
69throw new InvalidOperationException(Resources.Resources.WrongDataCollectionContextType); 87Resources.Resources.ReportDataCollectorException, 134throw new InvalidOperationException(Resources.Resources.WrongDataCollectionContextType);
ExtensionDecorators\SerialTestRunDecorator.cs (1)
53frameworkHandle?.SendMessage(TestMessageLevel.Error, Resources.Resources.SerialTestRunInvalidScenario);
ExtensionFramework\TestExtensionManager.cs (3)
14using CommonResources = Microsoft.VisualStudio.TestPlatform.Common.Resources.Resources; 155string.Format(CultureInfo.CurrentCulture, CommonResources.InvalidExtensionUriFormat, extension.Metadata.ExtensionUri, e)); 173string.Format(CultureInfo.CurrentCulture, CommonResources.DuplicateExtensionUri, extension.Metadata.ExtensionUri));
ExtensionFramework\TestPluginCache.cs (1)
475_ = Resources.Resources.FailedToLoadAdapaterFile;
ExtensionFramework\TestPluginDiscoverer.cs (2)
17using CommonResources = Microsoft.VisualStudio.TestPlatform.Common.Resources.Resources; 104string fileLoadErrorMessage = string.Format(CultureInfo.CurrentCulture, CommonResources.FailedToLoadAdapaterFile, file);
ExtensionFramework\VSExtensionManager.cs (2)
64string message = string.Format(CultureInfo.CurrentCulture, Resources.Resources.FailedToFindInstalledUnitTestExtensions, ex); 81throw new TestPlatformException(string.Format(CultureInfo.CurrentCulture, Resources.Resources.VSInstallationNotFound));
Resources\Resources.Designer.cs (1)
42global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.VisualStudio.TestPlatform.Common.Resources.Resources", typeof(Resources).Assembly);
RunSettings.cs (7)
19using CommonResources = Microsoft.VisualStudio.TestPlatform.Common.Resources.Resources; 118CommonResources.RunSettingsParseError, 133throw new InvalidOperationException(CommonResources.RunSettingsAlreadyLoaded); 163CommonResources.RunSettingsParseError, 184string.Format(CultureInfo.CurrentCulture, CommonResources.DuplicateSettingsProvided, reader.Name)); 205CommonResources.SettingsProviderInitializationError, 219CommonResources.SettingsProviderNotFound,
SettingsProvider\SettingsProviderExtensionManager.cs (2)
16using CommonResources = Microsoft.VisualStudio.TestPlatform.Common.Resources.Resources; 76CommonResources.DuplicateSettingsName,
src\vstest\src\Microsoft.TestPlatform.Filter.Source\Condition.cs (1)
23using static Microsoft.VisualStudio.TestPlatform.Common.Resources.Resources;
src\vstest\src\Microsoft.TestPlatform.Filter.Source\FastFilter.cs (1)
46: throw new ArgumentException(Resources.Resources.FastFilterException));
src\vstest\src\Microsoft.TestPlatform.Filter.Source\FilterExpression.cs (1)
22using static Microsoft.VisualStudio.TestPlatform.Common.Resources.Resources;
Utilities\CancellationTokenExtensions.cs (1)
20throw new TestPlatformException(Resources.Resources.CancellationRequested);
Utilities\ExceptionUtilities.cs (2)
34.Append(Resources.Resources.InnerException).Append(' ').AppendLine(inner.Message); 48.AppendLine(Resources.Resources.StackTrace)