Skip to content
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

Open
SongOfYouth opened this issue Nov 11, 2024 · 5 comments

Comments

@SongOfYouth
Copy link

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.

@jeromelaban
Copy link
Member

Thanks for the report. Can you provide a repro?

@jeromelaban jeromelaban transferred this issue from unoplatform/Uno.Wasm.Bootstrap Nov 11, 2024
@jeromelaban jeromelaban added the triage/needs-information Indicates an issue needs more information in order to work on it. label Nov 11, 2024
@SongOfYouth
Copy link
Author

Thanks for the report. Can you provide a repro?

GetFileDemo.zip

@github-actions github-actions bot removed the triage/needs-information Indicates an issue needs more information in order to work on it. label Nov 11, 2024
@jeromelaban
Copy link
Member

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.

@SongOfYouth
Copy link
Author

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.

@jeromelaban
Copy link
Member

Thanks for the update. We'll take a look when possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants