|
Hi Guys, Just to let you know that SS WASM template no longer works as expected. Would be great if you can also update the templates to add nugets when using SqlServer and then in Program.cs:
When I try and run then I get the following error: Also tested this on Sqlite version , same result. |
Replies: 2 comments 1 reply
|
Switching to a different database should now be improved. |
|
Thanks @mythz . I notice Sqlite version now have code not seen before :
SqlServer version runs only if I uncomment file TodosServices.cs:
So if I do not uncomment above file then I still get error trying to run as in my original post. Anything we need todo to get this (TodoService) running again ? |


You shouldn't select AutoQuery for templates which already have AutoQuery as that would overrides the more appropriate modified templates version.
I've fixed SQLIte, but you shouldn't use that either as all Identity Auth + AutoQuery templates are configured with SQLite by default.