0

I have created a simple BuildProvider as a starting point, and althogh I get no errors, I don't have access to the generated class either. In fact, i don't know if my BuildProvider was even invoked. Is there a way to debug a BuildProvider? How do I know if there is a problem with my CodeDom or if it's something else?

Thanks!

Michiel van Oosterhout
  • 22,839
  • 15
  • 90
  • 132

1 Answers1

1

The best way I found is to write a unit test and debug it that way.

Michiel van Oosterhout
  • 22,839
  • 15
  • 90
  • 132