Disable Entity Framework pre-generated views via a config change?
0 Can I disable using Pre-generated views for a Entity Framework Context with a .config file change? c# entity-framework share | improve this question asked Nov 13 '18 at 2:01 T McKeown T McKeown 11.5k 1 17 27 I don't think that is possible considering it is baked inside the .dll. Please let me know if you figure it out. – Sam Nov 13 '18 at 13:51 there has to be a way to override this feature Sam!!!! – T McKeown Nov 13 '18 at 15:37 add a comment | 0 Can I disable using Pre-generated views for a Entity Framework Context with a .config file change? c# entity-framework share | improve this question asked Nov 13 '18 at 2:01 T McKeown T McKeown 11.5k 1 17 27 I don't think that is possible considering it is baked inside the .dll. Please let me know if you figure it out. – Sam Nov 13 '18 at 13:51 ther...