-
Notifications
You must be signed in to change notification settings - Fork 10k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move integrity support to the Static Web Assets SDK from the Blazor WebAssembly SDK #47000
Comments
Thanks for contacting us. We're moving this issue to the |
As stated on this issue #49809 updating the server files every time one needs to publish a new version is not really a viable workaround, hope we get some options sooner rather than later. If there are any other option that I may be missing please that would be very useful in the meantime. Thanks. |
Thanks for contacting us. We're moving this issue to the |
This was done as part of the WebAssembly fingeprinting integration. |
We do have a set of features for dealing with hashes ("integrity") on Blazor files as well as for applying fingerprints to files, we should move those to static web assets.
asset.[Fingerprint].razor.js
.[Fingerprint]
bit with the actual computed fingerprint of the asset, which is stored in item metadata for the item.relative path
(RelativePathTemplate) or similar to make it easier to work.The text was updated successfully, but these errors were encountered: