1 write to Message
dotnet (1)
FileLevelDirectiveHelpers.cs (1)
612
Builder.Add(new SimpleDiagnostic { Location = new SimpleDiagnostic.Position() { Path = sourceFile.Path, TextSpan = textSpan, Span = sourceFile.GetFileLinePositionSpan(textSpan).Span },
Message
= message });
1 reference to Message
dotnet.Tests (1)
CommandTests\Project\Convert\DotnetProjectConvertTests.cs (1)
1679
actual.Select(d => (d.Location.Span.Start.Line + 1, d.
Message
)).Should().BeEquivalentTo(expected);