vova3211
vova3211
Hi @jlg4 ! You are right, that because after first migration `lastHistory.DatabaseVersion` should be increased. Then next migration will be applied also. Your functionality looks fine, but need more time...
And of course, thanks for your contribution ;)
@jlg4 new nuget package ready [8.3.3](https://www.nuget.org/packages/AspNetCore.Identity.Mongo/8.3.3) BUT it won't fix your db automatically. To get all working delete last migration record with `DatabaseVersion = 6`. Then deploy you app with...
hi @Daviidbit , could you provide connection string example that you are using? (omit private info)
huh that is interesting. Azure Cosmos DB supports MongoDB (kinda as a wrapper as I understand), but still it's not the same thing, so such limitation expected. Anyway, there are...
btw I'm using Azure Cosmos DB and don't have such problem. My cluster has version 6.0.0 MongoDB (created few month ago). @scottparise I suppose your db has lower version. Could...
hey @scottparise could you check if it's working with this pre-release version [9.0.1-rc1](https://www.nuget.org/packages/AspNetCore.Identity.Mongo/9.0.1-rc1) P.S. I'm also worried about Projection. That could be the thing that also not supported by CosmosDB....
hi @abhigantech , I'll ask you to check few thing from your side 1. try to specify `authSource` in the url e.g. `mongodb://userName:password@serverIP:27017/dbName?authMechanism=SCRAM-SHA-1&authSource=admin` (usually it's admin, but you should set...
hi there, next versions has fixed this issue: [v8.3.5](https://www.nuget.org/packages/AspNetCore.Identity.Mongo/8.3.5) [v9.0.0](https://www.nuget.org/packages/AspNetCore.Identity.Mongo/9.0.0) @SteAmeR v9.0.0 supports Net8, so I advice you to upgrade to this version directly instead of 8.3.5
hi! I'll try to explain what is happening. I can divide "issue" in 2 parts: 1. how numbers stored in the xlsx. Please read this [article](https://learn.microsoft.com/en-us/office/troubleshoot/excel/floating-point-arithmetic-inaccurate-result) to have better context....