Search code examples
.netvb.netpreprocessorcompiler-directives

#warning directive in VB.net


I know the #warning directive does not exist in vb.net... is there anything like it?
I want to be able to throw messages (warnings) at compiler time.


Solution

  • As far as I've ever been able to find... no.