Vixen
02b45cc4
csharp
public readonly record struct ProjectBuild

What building a project's own code produced, and what to say if it did not.

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

Fields and properties (3)

  • public Assembly? Assembly

    The loaded assembly, or if nothing was loaded.

  • public string Output

    What the compiler said, verbatim.

  • public bool Failed

    Whether the build failed. A project with no code to build has neither.

Methods (1)

  • public ProjectBuild(Assembly? Assembly, string Output, bool Failed)

    What building a project's own code produced, and what to say if it did not.

Used by (3)

  • EditorApplicationVixen.Editor.App
  • ProjectAssembliesVixen.Editor.App
  • ProjectAssemblyTestsVixen.Editor.App.Tests