You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This week I tried to open some of my forms, but it surprised me that, suddenly, a lot of those screens are poping one after another, and only with debug info from ReactiveUI:
They show when form or user control is loading, and seems to ignore the "IsInDesignMode". If it was a single one I could tolerate, but I have forms that are showing HUNDREDS of popups one after another (because they are using a lot of bindings).
Anything changed in latest versions? Why I'm getting those popups? Any way to disable that? I'm going crazy with that.
PD: I'm detecting that there are more popups when a form inherits from a base form.
Thank you
Step to reproduce
Open a Form or User Control from a Winforms proyect in Design Mode
When designer is loading, ReactiveUI log is printing as a Message Box.
Describe the bug 🐞
This week I tried to open some of my forms, but it surprised me that, suddenly, a lot of those screens are poping one after another, and only with debug info from ReactiveUI:
They show when form or user control is loading, and seems to ignore the "IsInDesignMode". If it was a single one I could tolerate, but I have forms that are showing HUNDREDS of popups one after another (because they are using a lot of bindings).
Anything changed in latest versions? Why I'm getting those popups? Any way to disable that? I'm going crazy with that.
PD: I'm detecting that there are more popups when a form inherits from a base form.
Thank you
Step to reproduce
Reproduction repository
https://github.com/reactiveui/ReactiveUI
Expected behavior
Winforms Designer opens without Trace Listener Popups
Screenshots 🖼️
IDE
Visual Studio 2022
Operating system
Windows
Version
.NET 6
Device
Windows 11
ReactiveUI Version
20.1.1, 20.0.1
Additional information ℹ️
No response
The text was updated successfully, but these errors were encountered: