[release/9.0] [browser] Fix fingerprinting and loadAllSatelliteResources=true by github-actions[bot] · Pull Request #108198 · dotnet/runtime (original) (raw)
Backport of #108190 to release/9.0
/cc @maraf
Customer Impact
- Customer reported
- Found internally
If the parameter is specified, satellite assemblies are loaded through a different code path. This path wasn't updated when asset fingerprinting was introduced. Reported in #107742.
Regression
- Yes
- No
Regression introduced in #103755.
Testing
Automatic test. It is a rarely used feature and we didn't have covered it with test in combination with fingerprinting.
Risk
Low. The changed code path is used only when parameter is explicitly specified.