Search code examples
c#asp.net-mvcasp.net-core-mvcasp.net-identity.net-6.0

ASP.NET (6.0) Core MVC Login and Registration using Identity


i have some problems with login/register system, I use identity from .net(I think so), anyway i recive such errors: enter image description here.(Error List)
code from errors:
1:enter image description here(code for creating tables in db)
2:enter image description here(peace of code login.cshtml/register.cshtml)
2.1:enter image description here (Model)
2.2: enter image description here (ExternalLogins)

I don't know if the errors from picture 1 and 2 are connected with errors from login.cshtml / register.cshtml), but these are all the bugs I have.


Solution

  • These messages are not error , they are warning. you can read this document to learn more about warning and error in Visual Studio