We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
.NET SDK 10.0.100-alpha.1.24571.22
Yes
Yes, it's a regression issue, it works in .NET 8.0, but does not work in .NET 9.0 and latest 10.0.
The Non-Public members node does not show in each ImageCodecInfo.GetImageEncoders() returned item.
.NET 10.0
.NET 8.0
This issue occurs in ImageCodecInfo.GetImageDecoders() returned items too.
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
@LeafShi1 can your team find the commit that may have resulted in this?
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
Yes, this is expected.
LeafShi1
No branches or pull requests
.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](https://private-user-images.githubusercontent.com/45864985/388870254-d8c74508-5820-447d-998e-7fac4a5c8d9d.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk3NzU0NTksIm5iZiI6MTczOTc3NTE1OSwicGF0aCI6Ii80NTg2NDk4NS8zODg4NzAyNTQtZDhjNzQ1MDgtNTgyMC00NDdkLTk5OGUtN2ZhYzRhNWM4ZDlkLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE3VDA2NTIzOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWFhMTE3NTFiNDYyZTA3MDFkOTA2OTYwY2FiMzM3YTI3NDEzZDkyY2JjM2EwOTZkY2ViZmNhNjkzMDdjMmVjZWYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.1Svk-x238G0DYZLz8zGYMkFWAHNRA0hVN02-p8hGsZ0)
.NET 8.0
![Image](https://private-user-images.githubusercontent.com/45864985/388870275-b92a00d3-caf5-4e1d-90ba-179a4f8eb1a5.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk3NzU0NTksIm5iZiI6MTczOTc3NTE1OSwicGF0aCI6Ii80NTg2NDk4NS8zODg4NzAyNzUtYjkyYTAwZDMtY2FmNS00ZTFkLTkwYmEtMTc5YTRmOGViMWE1LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE3VDA2NTIzOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTRkZjVhMGQ0ZTdmZDc2YWIwYjU4ODdmZDcwMzk4ZGIxMjdiMDJkN2QzYjU0MGEyNTM3YmE2YmNkOGM4NmE3YWEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.hjcFnACKnXtNm_gTk-KS_lQJKbB4H54gB5YEDz0E7Ps)
ReproSteps.mp4
Steps to reproduce
More info
This issue occurs in ImageCodecInfo.GetImageDecoders() returned items too.
The text was updated successfully, but these errors were encountered: