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
Due to this commit MongoDB.Driver 2.22.0 will call DocumentVersionService.DetermineVersion() with null passed as the instance parameter causing NullReferenceException. This will happen if linq3 query uses DefaultIfEmpty() clause. There is no easy way to workaround this, seems like null check is needed in MigrationInterceptor before it determines the version
The text was updated successfully, but these errors were encountered:
Due to this commit MongoDB.Driver 2.22.0 will call
DocumentVersionService.DetermineVersion()
withnull
passed as theinstance
parameter causingNullReferenceException
. This will happen if linq3 query usesDefaultIfEmpty()
clause. There is no easy way to workaround this, seems like null check is needed inMigrationInterceptor
before it determines the versionThe text was updated successfully, but these errors were encountered: