Comment TODO analyzer v1.2.0
From the portfolio: Comment TODO Analyzer
Comment TODO Analyzer is a .NET analyzer for C#; it enforces coding standards for comments that define TODOs.
A new version (v1.2.0) of this .NET analyzer has been released today.
This version addresses the following:
- Upgrade projects to test against .NET 10;
- Add support for forcing a diagnostic error (
TA0002) when any TODO is found whentodo_analyzer.always_reportis enabled; - Add support for forcing a diagnostic error (
TA0003) for specific task IDs listed intodo_analyzer.report_tasks.
The GitHub release can be found here and the NuGet package can be found here.