shawty / blazor.jwttest

Quick test using JWT authentication for a blazor hosted (Client/Serverside) app with API and Authentication.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Fails to Run when Blazor assemblies updated to 0.7.0 in NuGet

shawty opened this issue · comments

I'm assuming it's a problem with the 0.7.0 release of Blazor, but if I update the Client part of the project to 0.7.0 from the 0.6.0 version that it's running on at the moment, this occurs at start up of the app:

image

I've mentioned this in the Blazor GItter channel, and it may end up as an issue report for Blazor.

I'm making a note of it here, so anyone cloning this repo to experiment with, will see it if they do an update.

The version of the tooling in Visual Studio seems to have no effect on this, I have the latest tooling in VS, but this also happens when executed using "dotnet run" at the CLI.

I've since been notified that this is actually due to me NOT updating the server application to 0.7.0 too.

If you only update the version in the client app, this error will show.