-
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 AOT runs into issues when processing System.Runtime.Experimental #55767
Comments
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
CC. @lambdageek |
Tagging subscribers to this area: @directhex Issue DetailsAs per #55678 (comment), WASM AOT is running into issues when running the System.Runtime.Experimental tests. This is possibly related to the experimental ref assembly and other wonkiness with how things are configured. This does not appear to impact the non-experimental System.Runtime tests.
|
Fixes build failures on WebAssembly, ios and Android Fixes dotnet#55823 Fixes dotnet#55767
…blishing (#57071) System.Runtime.Experimental.csproj builds a reference assembly called System.Runtime.dll that should be used when compiling, but should not be included when packaging. For normal out of tree projects this happens because the System.Runtime.Experimental.nupkg makes it evident that <PackageReference Include="System.RuntimeExperimental" /> only provides reference assembly assets. But in-tree for <ProjectReference> we have to be explicit. Fixes #55823 Fixes #55767 Fixes #56836
As per #55678 (comment), WASM AOT is running into issues when running the System.Runtime.Experimental tests.
This is possibly related to the experimental ref assembly and other wonkiness with how things are configured. This does not appear to impact the non-experimental System.Runtime tests.
The text was updated successfully, but these errors were encountered: