I performed exactly the same steps as you with the exception I selected SQLite as I want this to be a bundled solution without relying on the SQLServer (Windows) service. The target system will be run on Linux which means I need to keep the dependencies in Windows components to a minimum. I thought that relying on SQLite would make my solution "more cross platform". Is this correct?
Adding Blazor Identity to existing Blazer project fails with a 'null path' exception
kodo65
0
Reputation points
Hi!
I have the following:
- .Net SDK 9
- Visual Studio Community 2022 v 17.12.3
- Windows v10.0.19044
- Blazer Server App
When I try to add the Blazor Identity "scaffolding" I get a "There was an error running the selected code generator: 'Value cannot be null. (Parameter 'path'). I can see that some of the EF-framework assemblies and SQLite-engine was installed but nothing else. Is there a solution to this?
Cheers