Anton Ryabchikov
Anton Ryabchikov
[Incremental Generators](https://github.com/dotnet/roslyn/blob/main/docs/features/incremental-generators.md) This is new api version for source generators
### What should be described - More use cases - Mapping logic - Common problems and solutions
Add to the wiki a detailed description of each diagnostic, the causes of occurrence, and ways to fix the error
- If we map types, does that mean we want to map all properties? - Should this diagnostic be an error or a warning?
For example, describe in detail why the constructor was used/not used.
Packages for analyzers are supplied with the studio, so to work with the latest versions of Microsoft.CodeAnalysis.CSharp, you must use the latest versions of Visual Studio
like here https://github.com/VerifyTests/Verify.SourceGenerators/blob/main/readme.md?plain=1  