Releases: cezarypiatek/CSharpExtensions
Releases · cezarypiatek/CSharpExtensions
4.2.11
4.2.10
What's new:
- CSE009: Do not report task awaited in lambda
- Refactor some test using new RoslynTestKit api
4.2.9
What's new:
- Add IdenticalEnum feature flag
- Detect if enum has explicit value
- More tests
- Add fixer
- Add reporting for enum with different values
4.2.8
What's new:
- Handle branch operations while searching for un-awaited tasks
4.2.7
4.2.6
What's new:
- Bump Newtonsoft.Json in /src/CSharpExtensions.Analyzers
4.2.5
What's new:
- FIX: do not report CSE007 for types inheriting from IAsyncResult
4.2.4
What's new:
- Add diagnostic for unused async results
4.2.3
4.2.2
What's new:
- Fix calculation of method invocation complexity