You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That is very strange - not sure why there would be a null entry there. There should only be two code paths that add items and those items should only be added by the code here:
I've been using this library for a couple of days and sometimes get a NullReference error when callling SaveChangesAsync.
at MongoFramework.Infrastructure.EntityEntryContainer.DetectChanges()
Looking into this method I see
EntryLookupByType.Values
has 2 values with the first being null which is throwing the exception.How can I prevent this?
The text was updated successfully, but these errors were encountered: