How to disable fingerprint of static assets in .NET 9? #58910
-
|
Is it possible to disable the fingerprintg of static web assets? Motivation: So |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
|
You could try to set the MSBuild property |
Beta Was this translation helpful? Give feedback.
-
|
Thank you very much, this indeed works. Looking for that property does not match anything in this repo, after searching more widely I found the property in the sdk repo. |
Beta Was this translation helpful? Give feedback.
-
|
The mentioned setting doesn't disable creating |
Beta Was this translation helpful? Give feedback.
You could try to set the MSBuild property
StaticWebAssetFingerprintingEnabledtofalselike