Spruce up async handling in OnNavigateAsync callback in Blazor router (#23835)
* Spruce up async handling in OnNavigateAsync * Apply suggestions from code review Co-authored-by:Günther Foidl <gue@korporal.at> * Ensure previous task awaited before starting next one * Apply suggestions from code review Co-authored-by:
Pranav K <prkrishn@hotmail.com> * Validate no exceptions throw on multiple invocations * Address feedback from peer review Co-authored-by:
Günther Foidl <gue@korporal.at> Co-authored-by:
Pranav K <prkrishn@hotmail.com>
显示
- src/Components/Components/src/Properties/AssemblyInfo.cs 2 个添加, 0 个删除src/Components/Components/src/Properties/AssemblyInfo.cs
- src/Components/Components/src/Routing/Router.cs 39 个添加, 13 个删除src/Components/Components/src/Routing/Router.cs
- src/Components/Components/test/Routing/RouterTest.cs 104 个添加, 0 个删除src/Components/Components/test/Routing/RouterTest.cs
想要评论请 注册 或 登录