Vixen
02b45cc4
csharp
public enum DiagnosticFormat

How diagnostics are written.

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

Fields and properties (2)

  • Text

    For a person at a terminal.

  • MSBuild

    For MSBuild, which parses file: error CODE: text out of a tool's standard output and puts it in the IDE's error list and the CI log's summary.

Used by (2)

  • DiagnosticWriterVixen.Cli
  • VixenCommandVixen.Cli