Search code examples
c#.netfxcopndependnotimplementedexception

FxCop rule that checks for NotImplementedExceptions


I'd like to have the nightly build check for how many NotImplementedExeptions there are in my .NET code so hopefully we can remove them all before releasing. My first thought is that FxCop might be a good tool to do this. Does anyone have a custom FxCop rule for this? How would I go about creating one myself?


Solution

  • I've actually implemented one and shown the code in this answer.