SergeyTeplyakov / ErrorProne.NET

Set of roslyn-based analyzers for catching common C# errors (inspired by Google's error-prone)
MIT License
894 stars 43 forks source link

Use 'context' as the name of all analyzer context parameters #193

Closed sharwell closed 4 years ago

sharwell commented 4 years ago

This naming ensures nested lambdas cannot access an invalid context object captured from a containing scope.