-1

Not only a Blazor issue, appears to be a problem with Visual Studio. But I thought I'd repost from previous answers as they are all several years old, and it still happens with Blazor apps.

Jason
  • 396
  • 1
  • 3
  • 17
  • Does this answer your question? [The "ResolvePackageAssets" task failed unexpectedly - System.TypeLoadException](https://stackoverflow.com/questions/55086195/the-resolvepackageassets-task-failed-unexpectedly-system-typeloadexception) – Christian Gollhardt Oct 21 '22 at 12:12
  • Please do not repost question and answer pairs. If they helped you, upvote them. If you have anything to improve, post an answer on the original question. – Christian Gollhardt Oct 21 '22 at 12:14

1 Answers1

0

The answer is to delete the projects 'bin' and/or 'obj' folders and rebuild, similar to the answer here.

Jason
  • 396
  • 1
  • 3
  • 17