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 `var` #7

Closed Aaronontheweb closed 4 months ago

Aaronontheweb commented 4 months ago

Why? Because my boss says implicit typing is bad, hard to read, and not secure. If we were going to use types obviously we should make which ones we're using explicit.

andi0b commented 4 months ago

Great, but keep dynamic and suggest refactoring var to dynamic

Aaronontheweb commented 4 months ago

closed via #30