microsoft / Microsoft.Unity.Analyzers

Roslyn analyzers for Unity game developers
MIT License
672 stars 71 forks source link

Simplify UNT0026, only support variable declaration constructs #337

Closed sailro closed 3 months ago

sailro commented 3 months ago

Simplify UNT0026 scope by only supporting variable declaration constructs. Current implementation with assignments can lead to unexpected code flows.

Especially when the relevance of this diagnostic is debated #290

Fixes #334