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 when todo_analyzer.always_report is enabled;
  • Add support for forcing a diagnostic error (TA0003) for specific task IDs listed in todo_analyzer.report_tasks.

The GitHub release can be found here and the NuGet package can be found here.