Richard Ramer
Results
2
issues of
Richard Ramer
In 4.2.0, Settings.ShowProgressBar is null in BlazoredToast.OnInitializedAsync when using a ToastService.ShowToast method without explicitly providing optional settings that override ShowProgressBar. ex. `_toastService.ShowToast(toastParameters);` This leads to the following runtime error: ```...
Bug
Triage
### Last Good Version 1.44.0 ### First Bad Version 1.45.0 ### Steps to reproduce 1. Create branch "A" where code references Microsoft.Playwright.NUnit 1.44.0 2. Run "playwright.ps1 install" - works as...
P3-collecting-feedback