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

Non-Public members node does not show for ImageCodecInfo.GetImageEncoders() returned item in debugger #12530

Closed
John-Qiao opened this issue Nov 22, 2024 · 4 comments
Assignees
Labels
won't fix-by design Behaviour is by design

Comments

@John-Qiao
Copy link
Member

John-Qiao commented Nov 22, 2024

.NET version

.NET SDK 10.0.100-alpha.1.24571.22

Did it work in .NET Framework?

Yes

Did it work in any of the earlier releases of .NET Core or .NET 5+?

Yes, it's a regression issue, it works in .NET 8.0, but does not work in .NET 9.0 and latest 10.0.

Issue description

The Non-Public members node does not show in each ImageCodecInfo.GetImageEncoders() returned item.

.NET 10.0
Image

.NET 8.0
Image

ReproSteps.mp4

Steps to reproduce

  1. Launch the TestApp.zip project in VS and run it.
  2. Press F10.
  3. In debugger window, expand the ImageCodecInfo.GetImageEncoders returned item node.
  4. Observe the Non-Public members node in it.

More info

This issue occurs in ImageCodecInfo.GetImageDecoders() returned items too.

@John-Qiao John-Qiao added untriaged The team needs to look at this issue in the next triage 💥 regression-preview Regression from a preview release 💥 regression-release Regression from a public release and removed 💥 regression-preview Regression from a preview release labels Nov 22, 2024
@Zheng-Li01
Copy link
Member

Image

@merriemcgaw
Copy link
Member

@LeafShi1 can your team find the commit that may have resulted in this?

@merriemcgaw merriemcgaw removed the untriaged The team needs to look at this issue in the next triage label Nov 26, 2024
@LeafShi1
Copy link
Member

LeafShi1 commented Nov 27, 2024

This should not be a real bug, the changes come from PR 10688, all of the private variables are removed from ImageCodecInfo.cs

@merriemcgaw @Tanya-Solyanik Please help confirm

@Tanya-Solyanik Tanya-Solyanik added won't fix-by design Behaviour is by design and removed 💥 regression-release Regression from a public release labels Dec 4, 2024
@JeremyKuhne
Copy link
Member

Yes, this is expected.

@JeremyKuhne JeremyKuhne closed this as not planned Won't fix, can't repro, duplicate, stale Dec 4, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Jan 3, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
won't fix-by design Behaviour is by design
Projects
None yet
Development

No branches or pull requests

6 participants