All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Added CHANGELOG
- Initial Release of the package
- Enhanced Roslyn analyzer to support Switch Expression Syntax. The analyzer now correctly identifies and validates
usage of
IsSuccess
andValue
within C# switch expressions, providing a more comprehensive code quality check.
- Addressed multiple issues related to pattern matching and complex conditional logic that were impacting code analysis accuracy.