csharp
public static class DiagnosticCodeThe 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 ImportAn importer said something about an asset.
public const string ScanThe asset database found something while scanning.
public const string PlanThe build plan found something.
public const string PackThe content builder found something.
public const string ShadersThe shader bundle build found something.
public const string UsageThe tool could not run at all.
Used by (4)
- ContentBuildRunnerVixen.Cli
- ShaderBuildRunnerVixen.Cli
- VixenCommandVixen.Cli
- VixenCommandTestsVixen.Cli.Tests