-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
[Wasm] Satellite assemblies for localization are not used #107742
Comments
should be fixed in #107398 |
Tagging subscribers to this area: @dotnet/area-system-resources |
Tagging subscribers to 'arch-wasm': @lewing |
The issue is still present with today's rc2:
|
fix just merged, tomorrow's sdk should have it |
@lewing I've tried RC2 again (9.0.100-rc.2.24468.2-win-x64)
And the issue is still present. |
I'll take a look |
@jeromelaban Are you loading all satellites in production? It does load all cultures |
@maraf yes, it's needed in production cases. Wouldn't it also affect partial eager loading of some languages? |
No, it uses a different path in codebase. We have test coverage for his path. The |
Description
When adding
.withConfig({ loadAllSatelliteResources: true })
, satellite assemblies are all downloaded and loaded by the runtime, but using resources from those satellites resources does not work properly.Reproduction Steps
The following:
Repro: 107742-testresources01.zip
Expected behavior
The second line should return french.
Actual behavior
Regression?
Feels like it is, net8 got it available.
Known Workarounds
None.
Configuration
.NET 9 RC1
Other information
No response
The text was updated successfully, but these errors were encountered: