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