Skip to content

Commit

Permalink
Fix pattern matching bugs in 1.4.1
Browse files Browse the repository at this point in the history
Addressed multiple issues related to pattern matching and complex conditional logic that were impacting code analysis accuracy. This update ensures more reliable validation of advanced C# constructs.
  • Loading branch information
AlmarAubel committed Mar 22, 2024
1 parent a152710 commit b51d563
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Enhanced Roslyn analyzer to support Switch Expression Syntax. The analyzer now correctly identifies and validates
usage of `IsSuccess` and `Value` within C# switch expressions, providing a more comprehensive code quality check.
## 1.4.1 / 2024-03-22
- Addressed multiple issues related to pattern matching and complex conditional logic that were impacting code analysis accuracy.

0 comments on commit b51d563

Please sign in to comment.