Tanya Solyanik

Results 118 comments of Tanya Solyanik

@steveharter , it seems that winforms test failure is related to https://github.com/dotnet/runtime/pull/73087 - if TraceSource is initialized from the config file, it does not initialize the default file listener, and...

Need to revert this change because it caused regression in the designer https://github.com/dotnet/winforms-designer/issues/2441

The issue as described in this bug is fixed. The designer regression is fixed on the designer level, so this bug can be closed.

Adding `no-merge` label to take this in NET8 because this change is a refactoring and thus does not meet the NET7 bug bar.

Please send privates to CTIs to test this change, but let them know that this is a low priority task because it will go into NET8.

@merriemcgaw - I wouldn't recreate handle even in NET8 because is a breaking change that could manifest itself very subtly. @Amy-Li03 - does this repro for any other accessibility tools?...

@Olina-Zhang - plese comment out the line of theory data that causes failures

I would prefer returning a false unconditionally because: 1 quirks are public APIs and it will be difficult to remove them when we have the fix 2. if an application...

app config was not enabled in the previous versions, so this is a regression from .NET framework but not from the previous release of Core

Re-opening for .NET 8. I also suggest changing warnings to errors