stany9g
Results
2
issues of
stany9g
DialogHost Show is having a performance issue when switching between two dialogs that contain a DataGrid. Tested on two computers. Steps to reproduce: 1. Button A -> DialogA (first init...
bug
up-for-grabs
### Environment How do you use Sentry? sentry.io Which SDK and version? latest ### Steps to Reproduce ``` SentryMinidump.Init(o => { o.Dsn = "https://[email protected]/52132112"; o.Debug = true; }); ``` **Leads...