Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.08 KB

readme.md

File metadata and controls

22 lines (14 loc) · 1.08 KB

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