Vixen
02b45cc4
csharp
public readonly record struct ScaffoldResult

What writing a template into a directory did, or why it did nothing.

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

Fields and properties (4)

  • public IReadOnlyList<string> Written

    The files written, project-relative, in the order they were written.

  • public IReadOnlyList<string> Collisions

    What was already there, project-relative. Non-empty means nothing was written at all.

  • public string Error

    Why the request was refused before anything was tried, or empty.

  • public bool Succeeded

    Whether the project was written.

Methods (1)

  • public ScaffoldResult(IReadOnlyList<string> Written, IReadOnlyList<string> Collisions, string Error)

    What writing a template into a directory did, or why it did nothing.

Used by (6)

  • EditorApplicationVixen.Editor.App
  • PlayerBuildTestsVixen.Editor.Assets.Tests
  • ProjectMarkerTestsVixen.Editor.Core.Tests
  • ProjectScaffoldVixen.Editor.Core
  • ProjectScaffoldTestsVixen.Editor.Core.Tests
  • ScaffoldRunnerVixen.Cli