Updating from 8.3.1. to 8.4.1 gave error in Program.cs

When I upgrade ServiceStack in my working 8.3.1 Blazor Wasm application to 8.4.1, the following runtime error happens:

Any pointers, because I did not see anything relevant in the latest release notes?

Application is using Windows and Net8.

Sounds like you might have some mixed dependency versions or bad nuget cache. Try running dotnet nuget locals all --clear, make sure all ServiceStack dependencies are at the right version and do a restore/rebuild. If you are having issues restoring from MyGet, you can try feedz as an alternate source for pre-release versions.

Clearing nuget and restoring worked perfectly. (I always use feedz for ServiceStack).

No idea what got mixed up, but happy you provided the solution.

Thank you for the weekend support.

1 Like