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
When using resx as a localized resource file, it cannot be published in browser mode, and an error message will be displayed: Can't find the original satellite assembly in the list of resolved files to publish for asset
#17824
Closed
xuxiaokang0723 opened this issue
Dec 24, 2024
· 3 comments
I did solve the problem of not being able to use resx in WASM according to the above solution, but now it is a new problem. It is normal to compile and run in VS. When I need to publish the wasm project, it will always report an error and cannot be published.
Now the problem is not that it cannot be used, but that it cannot be published. I created a new cross-platform project. When I added the Resx resource file and executed "dotnet pulish", it would report the error I showed in the screenshot above.
Describe the bug
To Reproduce
The actual resource file is in this directory
Expected behavior
No response
Avalonia version
11.2.2
OS
WebAssembly
Additional context
No response
The text was updated successfully, but these errors were encountered: