I just upgraded from 2.x to 3.8.3 on our project, and it appears that when it's generating the I[DbContextName] interface it's missing the System.Data (so that the params that are generated in the code that have DataTable types will be referenced correctly)
I'm generating code for EF6 and have numerous tables with TVP's.
Did I miss a configuration change somewhere?
Thanks and love the product!