Class MvvmNavLinkTypeSafetyAnalyzer
- Namespace
- Blazing.Mvvm.Analyzers.Analyzers
- Assembly
- Blazing.Mvvm.Analyzers.dll
Analyzer that validates MvvmNavLink TViewModel parameter references valid registered ViewModels. Works with both C# generic syntax and Razor component attribute syntax.
[DiagnosticAnalyzer("C#", new string[] { })]
public class MvvmNavLinkTypeSafetyAnalyzer : DiagnosticAnalyzerInheritance
Inherited Members
Properties
SupportedDiagnostics
Returns a set of descriptors for the diagnostics that this analyzer is capable of producing.
public override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics { get; }Property Value
Methods
Initialize(AnalysisContext)
Called once at session start to register actions in the analysis context.
public override void Initialize(AnalysisContext context)Parameters
contextAnalysisContext