0
Hellonote created
Prerequisites
Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
- What is your product version? v11.0.0
- What is your product type (Angular or MVC)? Angular
- What is product framework type (.net framework or .net core)? .net core
If issue related with ABP Framework
- What is ABP Framework version? v7.0.1
Hi, we have just updated to v11..after that we are seeing these warnings upon adding new migration or updating entity via RAD tool. Are we missing something that caused this warnings? This was not occurring before.
annotations were removed also upon running Add-Migration..
Please advise us how to resolve these.
Regards, Marc
1 Answer(s)
-
0
Hi @Hellonote
For the warnings, you can check https://github.com/aspnetboilerplate/aspnetboilerplate/issues/6255#issuecomment-1006468975. This will not cause a problem in the app.
For the annotation, it is replaced with UseUdentityColumn method.
Are these causing any problem for your app ?
Thanks,