๐ญ Comment TODO analyzer v1.1.0
Comment TODO Analyzer is a .NET analyzer for C#, it enforce coding standards to comments defining TODOs.
A new version (v1.1.0) of this .NET analyzer has been released today.
This version addresses the following:
- Upgrade projects to test aginsts .NET 9
- Added new
plain
format matchingTODO: .*(\.|\!|\?)
jira
andgithub
now support comment lines ending with!
and?
and not just with the full stop (.
).
GitHub release can be found here and Nuget package can be found here.