79352996

Date: 2025-01-13 17:32:42
Score: 1.5
Natty:
Report link

Make sure you include the runtimes subfolder when the app is built or deployed. I had this issue, as our CI build and deployment plan was originally from .NET framework, and after updating to .NET6, the plan wasn't copying the subfolders (the runtimes folder), as soon as I changed our deployment plan to be a recursive copy, the issue went away.

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Mike Macpherson