Yes. That worked !! Thanks
No it is not resolved. I have already referenced -- using Volo.Abp.Domain.Entities;
@maliming Shared the project with you
sure . will share now.Thanks.
I am performing a proof of concept for using Azure Cosmos DB. I am following these steps to use Azure Cosmos DB from mvc/jquery ABP.IO application. https://docs.abp.io/en/abp/latest/Entity-Framework-Core-Other-DBMS I am at the last step of "Re-Generate the Migrations". However i started getting exceptions for many tables for the concurrencyStamp property which i resolved one by one by using the IsETagConcurrency() and it worked for all entities so far. But its not working for the <ApiResource> entity.
I tried ignoring the entity but still getting the same error. Its not ignored at all. Maybe since its defined in the matadata ?
<br> Could you please help me since i think my Azure Cosmos will work if this issue is resolved.
I have tried to run the Blazor project in three different variations today. However with each project the swagger runs without problem but when the Blazor project is run i get all these errors in console.
I have not made any changes in code at all. Just running the plain vanilla application.
Also tried to run the BookStore-Blazor-EfCore and EventOrganizer from samples master, but same errors.
Am i missing some package ? Can you please provide pointers ?
Thanks