简体   繁体   中英

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.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM