darxis / EntityFramework.LazyLoading

LazyLoading for EF Core
MIT License
21 stars 4 forks source link

Fix LazyCollection.EnsureLoaded method #12

Closed darxis closed 7 years ago

darxis commented 7 years ago

LazyCollection.EnsureLoaded method behavior is invalid. When an exception is thrown inside this method, the _loading flag will not get reset. The _loading flag should be cleared on method exit.

Same for LazyReference