Skip to content

otac0n/FixMe

Repository files navigation

FixMe

A utility to emit MSBuild warnings for FIXME-style comments.

MIT Licensed Get it on NuGet

Appveyor Build Test Coverage Pre-release packages available

Getting Started

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" />

About

A utility to emit MSBuild warnings for FIXME-style comments.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages