Duplicate
I'd like to be able to tag my code with a NotImplementedAttribute and have the compiler either give a warning or an error at build time if the method is used.
I know there is the ObsoleteAttribute, but that communicates something very different.