Does Identity Owin require LazyLoading?

前端 未结 1 736
时光说笑
时光说笑 2021-01-18 02:31

tl;dr: Identity seems to require that LazyLoading NOT be disabled; is this true, and what is the cleanest workaround?

I did some basic A-B testing on a simple C# ASP

相关标签:
1条回答
  • 2021-01-18 03:06

    Yes this was a bug we have fixed in the 2.0.0-alpha1 release. With lazyLoading explicitly disabled prior, EF would not load the associated user entities automatically (logins/claims/roles)

    0 讨论(0)
提交回复
热议问题