Vixen
02b45cc4
csharp
public static class DiagnosticFormatter

Renders a Diagnostic for a human: the Roslyn-style path(line,col): severity ID: message header, and under it the source line with the span underlined. Shader.rvn(6,16): error RVN2003: The name 'nrmalize' could not be found 6 | return nrmalize(v) | ^^^^^^^^

No guide page documents this yet — the page shows what the code says about itself.

Methods (2)

Used by (2)

  • CompileDriverVixen.Raven.Cli
  • DiagnosticFormatterTestsVixen.Raven.Tests