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

[browser][MT] add missing core assemblies #105244

Merged
merged 1 commit into from
Jul 22, 2024

Conversation

pavelsavara
Copy link
Member

Contributes to #102749

@pavelsavara pavelsavara added arch-wasm WebAssembly architecture area-System.Runtime.InteropServices.JavaScript os-browser Browser variant of arch-wasm labels Jul 22, 2024
@pavelsavara pavelsavara added this to the 9.0.0 milestone Jul 22, 2024
@pavelsavara pavelsavara requested a review from maraf July 22, 2024 14:19
@pavelsavara pavelsavara self-assigned this Jul 22, 2024
Copy link
Contributor

Tagging subscribers to 'arch-wasm': @lewing
See info in area-owners.md if you want to be subscribed.

@@ -18,7 +18,11 @@ public class BootJsonBuilderHelper(TaskLoggingHelper Log, string DebugLevel, boo
];

private static readonly string[] extraMultiThreadedCoreAssemblyName = [
"System.Threading.Channels"
"System.Threading.Channels",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have unit test failing with Could not load file or assembly System.Threading when the timing of the downloads is in favorable order.

I'm not sure if I need to really provide all dependencies of System.Threading.Channels but I do it just to be on the safe side.

@pavelsavara pavelsavara marked this pull request as ready for review July 22, 2024 14:23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
arch-wasm WebAssembly architecture area-System.Runtime.InteropServices.JavaScript os-browser Browser variant of arch-wasm
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants