Immutable Analyzer v1.2.0
class immutability analyzer
|
This project is a .NET analyzer tool that utilizes Roslyn to check a class for immutability based on the types of it's properties and their accessor list.
Immutability is a key concept in functional programming and can help prevent bugs related to mutable state.
The purpose of this tool is to help developers ensure that their classes follow immutability principles, which can lead to more stable and predictable code.
.csproj
file: Made with: