1 write to Message
dotnet (1)
Commands\Run\VirtualProjectBuildingCommand.cs (1)
1968
Builder.Add(new SimpleDiagnostic { Location = sourceFile.GetFileLinePositionSpan(span),
Message
= message });
1 reference to Message
dotnet.Tests (1)
CommandTests\Project\Convert\DotnetProjectConvertTests.cs (1)
1312
diagnostics.Select(d => (d.Location.Span.Start.Line + 1, d.
Message
)).Should().BeEquivalentTo(expectedErrors);