csharp
public readonly record struct ProjectBuildWhat 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? AssemblyThe loaded assembly, or if nothing was loaded.
public string OutputWhat the compiler said, verbatim.
public bool FailedWhether 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