Vixen
02b45cc4
csharp
public readonly record struct ContentDiagnostic

Something the pipeline said, with enough attached to act on it.

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

Fields and properties (4)

  • public ImportSeverity Severity

    How much attention it needs.

  • public ContentStage Stage

    Which part said it.

  • public string Path

    Which asset it is about, project-relative, or empty for the project as a whole.

  • public string Message

    What happened, in a sentence a person can act on.

Methods (1)

  • public ContentDiagnostic(ImportSeverity Severity, ContentStage Stage, string Path, string Message)

    Something the pipeline said, with enough attached to act on it.

Used by (8)

  • ContentBuildRunnerVixen.Cli
  • ContentPipelineVixen.Editor.Assets
  • ContentPipelineTestsVixen.Editor.Assets.Tests
  • ContentTasksVixen.Editor.App
  • EditorContentVixen.Editor.App
  • LooseContentVixen.Editor.Assets
  • LooseContentTestsVixen.Editor.Assets.Tests
  • SceneManifestTestsVixen.Editor.Assets.Tests