rdavisau/jsondatacontext-linqpad

Move generate of context into background as it takes a bit of time...

Opened this issue · 1 comments

great job!
please publish to linqpad web site!

http://www.linqpad.net/richclient/datacontextdrivers.aspx

when adding json from web it takes quite a while to generate classes for this sample rest api:

http://northwind.servicestack.net/

Thanks!

Yes, I did notice that part of the work does appear to block the UI when testing a few apis myself recently. I'm surprised that I let that sneak into the design but I'll review the code when I get a chance and see if I can sort it out. Also adding POST support is overdue. With those changes I think it will be in a reasonable place to submit to the official drivers list :)