Comment TODO Analyzer is a .NET analyzer for C#; it enforces coding standards for comments that define TODOs.

A new version (v1.1.0) of this .NET analyzer has been released today.

This version addresses the following:

  • Upgrade projects to test against .NET 9
  • Added new plain format matching TODO: .*(\.|\!|\?)
  • jira and github now support comment lines ending with ! and ? and not just with the full stop (.).

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