Uh oh!
There was an error while loading. Please reload this page.
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.
ghost
commented
Dec 1, 2022
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.
|
marek-safar
commented
Dec 1, 2022
Why not to backport this? |
stephentoub
commented
Dec 1, 2022
We could. We've just had one comment about it in three years. This shipped in .NET 5. |
akoeplinger
commented
Dec 3, 2022
@stephentoub I think we also got a comment in #47169 (comment) It does sound like a backport candidate to me. |
stephentoub
commented
Dec 3, 2022
/backport to release/7.0 |
stephentoub
commented
Dec 3, 2022
/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 |
stephentoub
commented
Dec 3, 2022
Thanks. So it's that issue now fixed in main as well? |
akoeplinger
commented
Dec 5, 2022
Yes, I tested and it fixes that issue in main. |
stephentoub
commented
Dec 5, 2022
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