A utility to emit MSBuild warnings for FIXME-style comments.
PM> Install-Package FixMe
When the FixMe package is installed, elements in your project will be searched for tokens specified by the MSBuild FixMeTokens
variable.
You can override the default list by specifying your own value. The default list of tokens is:
<FixMeTokens Include="BUG;FIXME;HACK;UNDONE;NOTE;OPTIMIZE;TODO;WORKAROUND;XXX;UnresolvedMergeConflict" />