๐ญ Comment TODO analyzer v1.2.0
Comment TODO Analyzer is a .NET analyzer for C#, it enforces coding standards to comments defining TODOs.
A new version (v1.2.0) of this .NET analyzer has been released today.
This version addresses the following:
- Upgrade projects to test aginsts .NET 10;
- Add suport to force a diagnostic error (
TA0002) when any TODO is found whentodo_analyzer.always_reportis enabled; - Add suport to force a diagnostic error (
TA0003) for specific task ID listed intodo_analyzer.report_tasks.
GitHub release can be found here and Nuget package can be found here.