An advanced, composable, functional reactive model-view-viewmodel framework for all .NET platforms that is inspired by functional reactive programming. ReactiveUI allows you to abstract mutable state away from your user interfaces, express the idea around a feature in one readable place and improve the testability of your application.
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