Aaronontheweb / EvilRoslynAnalyzers

Has your boss gone insane and banned LINQ at work? Why stop there - use this Roslyn Analyzer to ban extension methods altogether!
https://www.reddit.com/r/dotnet/comments/1c4hz1z/linq_forbidden/
Apache License 2.0
31 stars 2 forks source link

Feature idea: ban structs #25

Open impworks opened 4 months ago

impworks commented 4 months ago

Structs are an extremely broken feature which any sane and competent programmer should completely avoid:

The suggested fix will be to change all struct declaration to class.