Christian Ellerbrock
Results
1
issues of
Christian Ellerbrock
I ran into issues using the update command. Tracking this down to MongoUserStore.UpdateAsync(...) I found that `var collection = MongoRepository.Context.GetCollection();` gives me an exception (Property not defined). Changing this to...