Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Annoying Trace Listener popups when working with Winforms Designer #3884

Open
Micha-kun opened this issue Aug 27, 2024 · 2 comments
Open
Labels

Comments

@Micha-kun
Copy link
Contributor

Micha-kun commented Aug 27, 2024

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:

image image

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

  1. Open a Form or User Control from a Winforms proyect in Design Mode
  2. When designer is loading, ReactiveUI log is printing as a Message Box.

Reproduction repository

https://github.com/reactiveui/ReactiveUI

Expected behavior

Winforms Designer opens without Trace Listener Popups

Screenshots 🖼️

image image

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

@Micha-kun Micha-kun added the bug label Aug 27, 2024
@mike-forster
Copy link

Happens to me as well but without ReactiveUI. Visual Studio Community 2022 Version 17.11.5

@dpvreony
Copy link
Member

relates to: dotnet/winforms#12360

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants