Skip to content

Move language diagnostics to diagnostic analyzers #432

@Sergio0694

Description

@Sergio0694

Overview

Right now, most generators are doing language version checks and emitting diagnostics. This adds a lot of overhead. All of these checks should be moved out to a dedicated diagnostic analyzer, and the generator can simply not emit code if the language version is not high enough, which can easily and quickly be validated right from the syntax provider.

Metadata

Metadata

Assignees

Labels

feature request 📬A request for new changes to improve functionalitymvvm-toolkit 🧰Issues/PRs for the MVVM Toolkitoptimization ☄Performance or memory usage improvements

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions