So in EF6, one could disable proxy creation like so:...this.Configuration.ProxyCreationEnabled = false;
...From what I could find, the configuration scheme under EF7 has changed, but I cannot find anything on how to do so. I went through ...https://docs.e...