Vixen
02b45cc4
csharp
public readonly record struct SelectorDiagnostic

Why a selector could not be compiled.

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

Fields and properties (2)

  • public string Text

    The selector as it was written.

  • public string Reason

    What stopped it.

Methods (1)

  • public SelectorDiagnostic(string Text, string Reason)

    Why a selector could not be compiled.

Used by (6)

  • HotReloadHostVixen.Ui.HotReload
  • SelectorCompilerVixen.Ui.Styling
  • SelectorMatchingTestsVixen.Ui.Styling.Tests
  • SelectorQueryVixen.Ui.Testing
  • StyleSheetLoaderVixen.Ui.Styling
  • StyleSheetLoadingTestsVixen.Ui.Styling.Tests