-
Notifications
You must be signed in to change notification settings - Fork 727
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
GetFileFromApplicationUriAsync
not works as 5.4 and earlier at 5.5 and net9
#18761
Comments
Thanks for the report. Can you provide a repro? |
|
Thanks. This issue has been fixed in a later version of the bootstrapper. Could you try adding: <PropertyGroup>
<UnoWasmBootstrapVersion>9.0.4</UnoWasmBootstrapVersion>
</PropertyGroup> We'll be releasing soon a new version of the uno.sdk that uses this version. |
I've tried it, not work. deleted obj and bin folder not work too. maybe i should wait for your new version of uno.sdk. |
Thanks for the update. We'll take a look when possible. |
It raised a "file can not be found" error when using GetFileFromApplicationUriAsync to load a content file,but it's ok on net8 and uno 5.5.32.
The text was updated successfully, but these errors were encountered: