SteveDunn / Vogen

A semi-opinionated library which is a source generator and a code analyser. It Source generates Value Objects
Apache License 2.0
782 stars 46 forks source link

Prefer readonly struct analyzer and codefix #657

Closed danigutsch closed 3 weeks ago

danigutsch commented 4 weeks ago

PR Classification

New feature to enforce the use of readonly structs in C# code. #603

PR Summary

Introduces a new code fix provider and analyzer to ensure structs are marked as readonly when appropriate.