PreviousNext

Immutable types in C# with Roslyn

by cezarypiatek, 2020-03-18T19:08:31.630Z

The idea of immutable types is great but without the proper support from the language syntax, it might not be worth applying. In this article, I’m going to present the results of my experiments with Roslyn analyzers that simulate types immutability without the need of writing large amount of boilerplate code.

Read More