223 references to Error
aspire (6)
aspire-managed (22)
Aspire.Cli.Tests (3)
Aspire.Dashboard (6)
Aspire.Hosting (1)
Aspire.TerminalHost (3)
cdac-build-tool (7)
CodeStyleConfigFileGenerator (1)
crossgen2 (2)
csi (1)
DnnAnalyzer (1)
dotnet-aot (3)
dotnet-dev-certs (3)
dotnet-format (1)
dotnet-getdocument (3)
dotnet-Microsoft.XmlSerializer.Generator (5)
Sgen.cs (5)
180Console.Error.WriteLine(FormatMessage(parsableErrors, true, SR.Format(SR.Warning, err)));
188Console.Error.WriteLine(FormatMessage(parsableErrors, false, SR.Format(SR.ErrMissingRequiredArgument, SR.Format(SR.ErrAssembly, "assembly"))));
257Console.Error.WriteLine(FormatMessage(parsableerrors, false, SR.Format(SR.ErrorDetails, SR.Format(SR.ErrLoadType, typeName, assemblyName))));
375Console.Error.WriteLine(FormatMessage(parsableerrors: false, warning: false, message: SR.GenerateSerializerNotFound));
527Console.Error.WriteLine(FormatMessage(parsableerrors, false, e.Message));
dotnet-openapi (4)
dotnet-sql-cache (3)
dotnet-svcutil.xmlserializer (6)
dotnet-user-jwts (3)
dotnet-user-secrets (3)
dotnet-watch (2)
GenerateDocumentationAndConfigFiles (16)
Program.cs (16)
277await Console.Error.WriteLineAsync($"'{path}' does not exist".AsMemory(), cancellationToken).ConfigureAwait(false);
384await Console.Error.WriteLineAsync("One or more auto-generated documentation files were either edited manually, or not updated. Please revert changes made to the following files (if manually edited) and run `dotnet msbuild /t:pack` at the root of the repo to automatically update them:".AsMemory(), cancellationToken).ConfigureAwait(false);
385fileNamesWithValidationFailures.ForEach(fileName => Console.Error.WriteLine($" {fileName}"));
821await Console.Error.WriteLineAsync($"Missing entry in {fileWithPath}".AsMemory(), cancellationToken).ConfigureAwait(false);
822await Console.Error.WriteLineAsync(line.AsMemory(), cancellationToken).ConfigureAwait(false);
877await Console.Error.WriteLineAsync($"'{assemblyPath}' does not exist".AsMemory(), cancellationToken).ConfigureAwait(false);
889await Console.Error.WriteLineAsync(ex.Message.AsMemory(), cancellationToken).ConfigureAwait(false);
915await Console.Error.WriteLineAsync($"Expected both '{shippedFile}' and '{unshippedFile}' to exist or not exist, but '{existingFile}' exists and '{nonExistingFile}' does not exist.".AsMemory(), cancellationToken).ConfigureAwait(false);
925await Console.Error.WriteLineAsync($"'{shippedFile}' exists but was not expected".AsMemory(), cancellationToken).ConfigureAwait(false);
954await Console.Error.WriteLineAsync(ex.Message.AsMemory(), cancellationToken).ConfigureAwait(false);
962await Console.Error.WriteLineAsync($"Could not find any 'AnalyzerReleases.Shipped.md' file".AsMemory(), cancellationToken).ConfigureAwait(false);
1368Console.Error.WriteLine($"'{fileWithPath}' does not match the expected contents.");
1369Console.Error.WriteLine("Expected contents:");
1370Console.Error.WriteLine(fileContents);
1371Console.Error.WriteLine("Actual contents:");
1372Console.Error.WriteLine(actual);
GetDocument.Insider (3)
ilasm (7)
ILAssembler (2)
ilc (2)
ILCompiler.ReadyToRun (6)
illink (3)
Microsoft.AspNetCore.Components.WebAssembly (1)
Microsoft.AspNetCore.DataProtection.MicroBenchmarks (1)
Microsoft.Build (5)
Microsoft.Build.Framework (1)
Microsoft.CodeAnalysis.Scripting (1)
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
Microsoft.Diagnostics.DataContractReader.Legacy (2)
Microsoft.DotNet.ApiSymbolExtensions (2)
Microsoft.DotNet.Cli.Utils (4)
Microsoft.DotNet.HotReload.Utils.Generator (2)
Microsoft.DotNet.HotReload.Utils.Generator.Frontend (1)
Microsoft.DotNet.HotReload.Watch (1)
Microsoft.DotNet.MacOsPkg.Cli (1)
Microsoft.DotNet.MacOsPkg.Core (3)
Microsoft.DotNet.VersionTools.Cli (1)
Microsoft.Extensions.DotNetDeltaApplier (1)
Microsoft.Extensions.Logging.Console (2)
Microsoft.Extensions.ServiceDiscovery.Dns.Tests.Fuzzing (2)
Microsoft.ML.Core (7)
Microsoft.ML.Maml (3)
Microsoft.ML.ResultProcessor (12)
ResultProcessor.cs (12)
161Console.Error.WriteLine("Can't load trainer '{0}'", predictorName);
384Console.Error.WriteLine("ResultProcessor was asked to process results from file {0} which does not exist.", filename);
391Console.Error.WriteLine("Empty file {0}", filename);
415Console.Error.WriteLine("Results file {0} does not contain the MAML executable command:", filename);
416Console.Error.WriteLine("\t{0}", commandline);
630Console.Error.WriteLine("Invalid file format.");
904Console.Error.WriteLine("ResultProcessor tried to extract fold starting at line {0}, couldn't find end-of-fold separator before end of file.", startLineIdx);
911Console.Error.WriteLine("ResultProcessor failed to parse fold starting at line {0} ending at line {1}.", startLineIdx, endLineIdx);
916Console.Error.WriteLine("Fold {0} results have already been added, not adding.", thisFoldResults.Key);
967Console.Error.WriteLine("Couldn't parse fold index line: " + lines[0]);
973Console.Error.WriteLine("Couldn't parse fold index line: " + lines[0]);
1024Console.Error.WriteLine(e.Message);
Microsoft.ML.StandardTrainers (3)
Microsoft.NET.HostModel (1)
Microsoft.NET.Sdk.BlazorWebAssembly.Tool (2)
Microsoft.NET.Sdk.StaticWebAssets.Tool (2)
Microsoft.TestPlatform.CoreUtilities (1)
MSBuild (4)
MSBuild.Coordinator (1)
NuGet.Build.Tasks.Console (1)
NuGet.CommandLine.XPlat (2)
rzc (3)
SelectTests (6)
Stress.ApiService (1)
SuperFileCheck (8)
System.CommandLine (2)
System.Diagnostics.TextWriterTraceListener (1)
TypeScriptApiCompat (1)
VBCSCompiler (2)