-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Put back setting of field in DirectorySearcher.FindAll #79093
Conversation
This was removed accidentally due to erroneously thinking it was a local rather than a field.
Tagging subscribers to this area: @dotnet/area-system-directoryservices, @jay98014 Issue DetailsThis was removed accidentally due to erroneously thinking it was a local rather than a field.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unfortunate field naming :/
Why not to backport this? |
We could. We've just had one comment about it in three years. This shipped in .NET 5. |
@stephentoub I think we also got a comment in #47169 (comment) It does sound like a backport candidate to me. |
/backport to release/7.0 |
/backport to release/6.0 |
Started backporting to release/7.0: https://github.com/dotnet/runtime/actions/runs/3608961498 |
Started backporting to release/6.0: https://github.com/dotnet/runtime/actions/runs/3608962541 |
Thanks. So it's that issue now fixed in main as well? |
Yes, I tested and it fixes that issue in main. |
Thanks for validating that. |
This was removed accidentally due to erroneously thinking it was a local rather than a field.
Reverts most of dotnet/corefx#40321
Fixes #79066