We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
using System.Threading.CancellationTokenSource:ExecuteCallbackHandlers indirectly fails with:
System.Threading.CancellationTokenSource:ExecuteCallbackHandlers
AOT Compilation failed for method 'void System.Threading.CancellationTokenSource:ExecuteCallbackHandlers (bool)'.
Exclude System.Threading.CancellationTokenSource:ExecuteCallbackHandlers from the AOT profile.
6b4c1ad
No
The text was updated successfully, but these errors were encountered:
Tagging subscribers to 'arch-wasm': @lewing See info in area-owners.md if you want to be subscribed.
arch-wasm, area-Codegen-AOT-mono
arch-wasm
area-Codegen-AOT-mono
Sorry, something went wrong.
It has a filter clause.
Blazor hits it crit: Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100] Unhandled exception rendering component: AOT Compilation failed for method 'void System.Threading.CancellationTokenSource:ExecuteCallbackHandlers (bool)'. System.ExecutionEngineException: AOT Compilation failed for method 'void System.Threading.CancellationTokenSource:ExecuteCallbackHandlers (bool)'. at System.Net.Http.Json.HttpContentJsonExtensions.<ReadFromJsonAsyncCore>d__3`1[[blazor.Pages.FetchData.WeatherForecast[], blazor, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]].MoveNext() at System.Net.Http.Json.HttpClientJsonExtensions.<GetFromJsonAsyncCore>d__9`1[[blazor.Pages.FetchData.WeatherForecast[], blazor, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]].MoveNext() at System.Net.Http.Json.HttpClientJsonExtensions.<GetFromJsonAsyncCore>d__9`1[[blazor.Pages.FetchData.WeatherForecast[], blazor, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]].MoveNext() at System.Net.Http.Json.HttpClientJsonExtensions.<GetFromJsonAsyncCore>d__9`1[[blazor.Pages.FetchData.WeatherForecast[], blazor, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]].MoveNext() at System.Net.Http.Json.HttpClientJsonExtensions.<GetFromJsonAsyncCore>d__9`1[[blazor.Pages.FetchData.WeatherForecast[], blazor, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]].MoveNext()
crit: Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100] Unhandled exception rendering component: AOT Compilation failed for method 'void System.Threading.CancellationTokenSource:ExecuteCallbackHandlers (bool)'. System.ExecutionEngineException: AOT Compilation failed for method 'void System.Threading.CancellationTokenSource:ExecuteCallbackHandlers (bool)'. at System.Net.Http.Json.HttpContentJsonExtensions.<ReadFromJsonAsyncCore>d__3`1[[blazor.Pages.FetchData.WeatherForecast[], blazor, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]].MoveNext() at System.Net.Http.Json.HttpClientJsonExtensions.<GetFromJsonAsyncCore>d__9`1[[blazor.Pages.FetchData.WeatherForecast[], blazor, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]].MoveNext() at System.Net.Http.Json.HttpClientJsonExtensions.<GetFromJsonAsyncCore>d__9`1[[blazor.Pages.FetchData.WeatherForecast[], blazor, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]].MoveNext() at System.Net.Http.Json.HttpClientJsonExtensions.<GetFromJsonAsyncCore>d__9`1[[blazor.Pages.FetchData.WeatherForecast[], blazor, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]].MoveNext() at System.Net.Http.Json.HttpClientJsonExtensions.<GetFromJsonAsyncCore>d__9`1[[blazor.Pages.FetchData.WeatherForecast[], blazor, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]].MoveNext()
radekdoulik
No branches or pull requests
Description
using
System.Threading.CancellationTokenSource:ExecuteCallbackHandlers
indirectly fails with:Workaround
Exclude
System.Threading.CancellationTokenSource:ExecuteCallbackHandlers
from the AOT profile.Configuration
6b4c1ad
Regression?
No
The text was updated successfully, but these errors were encountered: