17 references to CommonResources
Microsoft.TestPlatform.Utilities (3)
InferRunSettingsHelper.cs (3)
16using OMResources = Microsoft.VisualStudio.TestPlatform.ObjectModel.Resources.CommonResources; 674var incompatibilityMessage = string.Format(CultureInfo.CurrentCulture, OMResources.SourceIncompatible, onlyFileName, actualFramework.Name, actualPlatform); 687incompatibleSettingWarning = string.Format(CultureInfo.CurrentCulture, OMResources.DisplayChosenSettings, chosenFramework, chosenPlatform, warnings.ToString(), MultiTargetingForwardLink);
Microsoft.VisualStudio.TestPlatform.Common (7)
Logging\TestSessionMessageLogger.cs (2)
11using ObjectModelCommonResources = Microsoft.VisualStudio.TestPlatform.ObjectModel.Resources.CommonResources; 69throw new ArgumentException(ObjectModelCommonResources.CannotBeNullOrEmpty, nameof(message));
RunSettings.cs (3)
20using ObjectModelCommonResources = Microsoft.VisualStudio.TestPlatform.ObjectModel.Resources.CommonResources; 61throw new ArgumentException(ObjectModelCommonResources.CannotBeNullOrEmpty, nameof(settingsName)); 79throw new ArgumentException(ObjectModelCommonResources.CannotBeNullOrEmpty, settings);
SettingsProvider\SettingsProviderExtensionManager.cs (2)
17using ObjectModelCommonResources = Microsoft.VisualStudio.TestPlatform.ObjectModel.Resources.CommonResources; 171throw new ArgumentException(ObjectModelCommonResources.CannotBeNullOrEmpty, nameof(settingsName));
Microsoft.VisualStudio.TestPlatform.ObjectModel (3)
Resources\CommonResources.Designer.cs (1)
43global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.VisualStudio.TestPlatform.ObjectModel.Resources.CommonResources", typeof(CommonResources).GetTypeInfo().Assembly);
Utilities\XmlRunSettingsUtilities.cs (2)
259throw new SettingsException(string.Format(CultureInfo.CurrentCulture, "{0} {1}", Resources.CommonResources.MalformedRunSettingsFile, ex.Message), ex); 383string.Format(CultureInfo.CurrentCulture, "{0} {1}", Resources.CommonResources.MalformedRunSettingsFile, ex.Message),
vstest.console (2)
Processors\EnableCodeCoverageArgumentProcessor.cs (1)
182string.Format(CultureInfo.CurrentCulture, "{0} {1}", ObjectModel.Resources.CommonResources.MalformedRunSettingsFile, e.Message), e);
Processors\RunSettingsArgumentProcessor.cs (1)
130string.Format(CultureInfo.CurrentCulture, "{0} {1}", ObjectModel.Resources.CommonResources.MalformedRunSettingsFile, exception.Message),
vstest.console.arm64 (2)
src\vstest\src\vstest.console\Processors\EnableCodeCoverageArgumentProcessor.cs (1)
182string.Format(CultureInfo.CurrentCulture, "{0} {1}", ObjectModel.Resources.CommonResources.MalformedRunSettingsFile, e.Message), e);
src\vstest\src\vstest.console\Processors\RunSettingsArgumentProcessor.cs (1)
130string.Format(CultureInfo.CurrentCulture, "{0} {1}", ObjectModel.Resources.CommonResources.MalformedRunSettingsFile, exception.Message),