-
Notifications
You must be signed in to change notification settings - Fork 60
Description
Hello, I am encountering a System.IO.DirectoryNotFoundException while running my container. The error specifically points to the directory /home/vsts/.nuget/packages/tewr.blazor.filereader/3.3.2.23201/staticwebassets/. The error message indicates that the directory is not found, and this is causing the application to fail.
I have verified that the Tewr.Blazor.FileReader package was successfully installed during the restore process, but it seems that some files or directories are missing, leading to this exception during runtime. This issue is hindering the proper execution of my application.
Additionally, I have reviewed the stack trace and it seems to be related to the StaticWebAssetsLoader and ManifestStaticWebAssetFileProvider.
I would appreciate any guidance or assistance in resolving this issue. Thank you.