Renato E F
Renato E F
Same issue here ...
@brockallen I have the same problem here cause I have an Oracle database (called via ADO.NET/Dapper) behind the UserManager.
@Nicholi Hi. Actually I'm not using EF... I'm using Dapper instead.
I'm writing a InMemoryCache as a workaround. I just can't use EF here. :( Btw thanks for the help o/
@Nicholi Apparently after implementing caching the issue is resolved. https://github.com/saitolabs/AspNet-IdSrv-Identity-Oracle-Dapper/blob/master/src/AspNet.Identity.Oracle/UserStore.cs#L52
maybe instead of: ``` geo.addLocation('locationname', position, { address: '265 Homer Lane', city: 'Lalaland, CA', rank: 3 }) ``` we can work with: ``` geo.addLocation('locationname', { latitude: 43.6667, longitude: -79.4167, address:...
I needed to expose an endpoint in my REST API in order to return a list of all users, had no choice 🤷🏻♂️