User-1851576699 posted
I'm creating a new WebApplication using Visual Studio 2019 and choosing MVC as the project template and selecting the option to use local accounts.
When I debug the application, the Login() method of the AccountController is throwing NullReferenceExceptions. I haven't added any of my own code. Does Microsoft know this?
It's kinda weird because the webpage for the Login.cshtml view will load just fine in the browser. You'll only see the NullReferenceExceptions if you're debuggint the Login() method of the AccountController.