19 references to Resources
Microsoft.TestPlatform.Extensions.BlameDataCollector (19)
BlameCollector.cs (13)
224
unit = Resources.
Resources
.Seconds;
229
unit = Resources.
Resources
.Minutes;
232
var message = string.Format(CultureInfo.CurrentCulture, Resources.
Resources
.InactivityTimeout, value, unit);
335
_logger.LogWarning(_context.SessionDataCollectionContext, Resources.
Resources
.MonitorPostmortemDebuggerInvalidDumpDirectoryPathParameter);
341
_logger.LogWarning(_context.SessionDataCollectionContext, Resources.
Resources
.MonitorPostmortemDebuggerInvalidDumpDirectoryPathParameter);
381
_logger.LogWarning(_context.SessionDataCollectionContext, string.Format(CultureInfo.CurrentCulture, Resources.
Resources
.BlameParameterKeyIncorrect, blameAttribute.Name));
389
return string.Format(CultureInfo.CurrentCulture, Resources.
Resources
.BlameParameterValueIncorrect, attribute.Name, attribute.Value, string.Join(", ", validValues));
407
_logger.LogWarning(_context.SessionDataCollectionContext, string.Format(CultureInfo.CurrentCulture, Resources.
Resources
.UnexpectedValueForInactivityTimespanValue, attribute.Value));
444
_logger.LogWarning(_context.SessionDataCollectionContext, string.Format(CultureInfo.CurrentCulture, Resources.
Resources
.BlameParameterKeyIncorrect, blameAttribute.Name));
526
_logger.LogWarning(_context.SessionDataCollectionContext, Resources.
Resources
.NotGeneratingSequenceFile);
567
_logger.LogWarning(_context.SessionDataCollectionContext, Resources.
Resources
.MonitorPostmortemDebuggerInvalidDumpDirectoryPathParameter);
653
_logger.LogWarning(args.Context, string.Format(CultureInfo.CurrentCulture, Resources.
Resources
.ProcDumpCouldNotStart, e.Message));
658
_logger.LogWarning(args.Context, string.Format(CultureInfo.CurrentCulture, Resources.
Resources
.ProcDumpCouldNotStart, e.ToString()));
BlameLogger.cs (1)
106
_output.Error(false, Resources.
Resources
.AbortedTestRun, sb.ToString());
ProcDumpDumper.cs (1)
131
var procdumpNotFound = string.Format(CultureInfo.CurrentCulture, Resources.
Resources
.ProcDumpNotFound, procDumpPath);
ProcessDumpUtility.cs (1)
84
throw new FileNotFoundException(Resources.
Resources
.DumpFileNotGeneratedErrorMessage);
Resources\Resources.Designer.cs (1)
42
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.TestPlatform.Extensions.BlameDataCollector.Resources.Resources", typeof(
Resources
).Assembly);
WindowsHangDumper.cs (2)
53
_logWarning(Resources.
Resources
.DumpingTree);
62
var message = string.Format(CultureInfo.CurrentCulture, Resources.
Resources
.Dumping, process.Id, process.ProcessName);