Vixen
02b45cc4
csharp
public static class DiagnosticCode

The codes this tool emits. Registered in docs/manual/diagnostic-codes.md.

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

Remarks

A code is the contract; the wording is not. An error in a build log is searched for by its code long after the sentence beside it has been reworded, and MSBuild will not put a line in the error list without one.

Fields and properties (6)

  • public const string Import

    An importer said something about an asset.

  • public const string Scan

    The asset database found something while scanning.

  • public const string Plan

    The build plan found something.

  • public const string Pack

    The content builder found something.

  • public const string Shaders

    The shader bundle build found something.

  • public const string Usage

    The tool could not run at all.

Used by (4)

  • ContentBuildRunnerVixen.Cli
  • ShaderBuildRunnerVixen.Cli
  • VixenCommandVixen.Cli
  • VixenCommandTestsVixen.Cli.Tests