Comment TODO analyzer v1.1.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.1.0) of this .NET analyzer has been released today.
This version addresses the following:
- Upgrade projects to test against .NET 9
- Added new
plainformat matchingTODO: .*(\.|\!|\?) -
jiraandgithubnow 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.