Paul Davis
Paul Davis
I have the same issue in MudBlazor 5.2.4. If I make any async method call in the same event as my _dialogService.Show(...) then I get: ``` crit: Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100] Unhandled exception...
Thanks, I do on my production projects
Coverage tab:  Coverage Log:  No, I'm not using MS Code Coverage
FCC output: https://pastebin.com/0JQeeqiC But if I remove the package, my test library works. So how is it MAUI?
Created a repo to demonstrate: https://github.com/pauldavis-dwe/FccBugRepro.git
I thought for a moment that worked, but no. It DOES now show coverage for the UnitTests project but not for the Core project: 
The Cobertura.xml file now has lots more in it for the Dwellant.ResidentApp.Core.UnitTests "package" but nothing for Dwellant.ResidentApp.Core which is the assembly I am testing
> I have installed the Maui components and run coverage on your https://github.com/pauldavis-dwe/FccBugRepro.git With the package reference and RunMsCodeCoverage Yes code coverage is collected. I just tried that and I...
> But can you still show the FCC Output Window Pane output just for the MS Code Coverage Run. Sure: https://pastebin.com/Mq3UbiEF
Have tried the coverlet suggestion but still no coverage