csharp
public readonly record struct SelectorDiagnosticWhy 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 TextThe selector as it was written.
public string ReasonWhat 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