Blazor WASM errors after updating NuGet packages in VS

I encountered many errors in all the controller files and was unable to run the project after updating the packages in visual studio. It was fine before. Is this behaviour expected?

Hi @margarito,

I’m afraid that with so little information we cannot help much. No, it’s not expected to have errors after package update however I doubt that package update will cause any errors.

I encountered errors when this package was updated

Not sure why you want to update this package however you can ask the package vendor for more info about any errors. In this case Microsoft:

This package was not added by me and you also said no errors were expected after performing a nuget update. I updated all the relevant packages in VS, found some problems and am simply bringing to your attention.

I thought that you’ve got errors after updating Radzen.Blazor and that’s why I said that you should not get any errors. On the other hand Radzen will generate two projects for WASM Blazor, client and server. The solution is tested only with the versions that are generated by Radzen and updating any packages might cause unpredictable problems.