-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Fix bugs and update packages (#42)
* Update package versions Updated CSharpFunctionalExtensions to 2.41.0, xunit to 2.7.0, and Roslynator.Testing.CSharp.Xunit to 4.12.0 across all projects to incorporate the latest fixes and features. * Refactor condition checks and improve pattern matching Remove unnecessary braces in conditional structures to simplify code and add handling cases for pattern matching that involve checking values directly on the result. This improves the robustness of the analyzer when dealing with more complex pattern matching scenarios. * Remove deprecated analyzer class The `UseResultValueWithoutCheck_older` class has been deleted as it was deprecated and replaced by newer implementations. This removal cleans up the codebase and reduces complexity.
- Loading branch information
1 parent
a152710
commit 4405bad
Showing
7 changed files
with
39 additions
and
304 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.