You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, neither of the Blazor controls support embedding the wwwroot files into the executable and publish as a single file. This is a major security issue especially if the application runs as an administrator, along with an installation inconvenience. In order to support this feature, the publishing step would first have to generate the wwwroot files before they could be embeded. Also, the Blazor controls would have to support reading the wwwroot files with the ManifestEmbeddedFileProvider which they currently do not.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, neither of the Blazor controls support embedding the wwwroot files into the executable and publish as a single file. This is a major security issue especially if the application runs as an administrator, along with an installation inconvenience. In order to support this feature, the publishing step would first have to generate the wwwroot files before they could be embeded. Also, the Blazor controls would have to support reading the wwwroot files with the ManifestEmbeddedFileProvider which they currently do not.
Beta Was this translation helpful? Give feedback.
All reactions