-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Blazor WebAssembly AOT condition `table_size < 65000' not met #85917
Comments
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsIs there an existing issue for this?
Describe the bugWhen publishing a Blazor wasm app on .NET 7 using AOT the following error is encountered: Precompiling failed for obj\Release\net7.0\linked\Microsoft.Graph.dll with exit code -1073740791.
Expected BehaviorApp should compile successfully. The issue did not exist on .NET 6. All nuget packages are latest version. Steps To ReproduceCompile a Blazor WebAssembly project with Microsoft Graph on .NET 7. Exceptions (if any)No response .NET Version7.0.203 Anything else?Visual Studio 17.5.5
`
`
|
cc @vargaz |
looks like #81271 |
This is fixable, but having 65k AOTed methods will probably mean that both compile times and executable sizes will be unacceptable. |
Is there an existing issue for this?
Describe the bug
When publishing a Blazor wasm app on .NET 7 using AOT the following error is encountered:
Precompiling failed for obj\Release\net7.0\linked\Microsoft.Graph.dll with exit code -1073740791.
Mono Ahead of Time compiler - compiling assembly obj\Release\net7.0\linked\Microsoft.Graph.dll
Expected Behavior
App should compile successfully. The issue did not exist on .NET 6. All nuget packages are latest version.
Steps To Reproduce
Compile a Blazor WebAssembly project with Microsoft Graph on .NET 7.
Exceptions (if any)
No response
.NET Version
7.0.203
Anything else?
Visual Studio 17.5.5
`
`
The text was updated successfully, but these errors were encountered: