area-System.DirectoryServiceshelp wantedtest-enhancement
仓库指标
- Star
- (17,886 star)
- PR 合并指标
- (平均合并 12天 11小时) (30 天内合并 661 个 PR)
描述
The field: internal SearchResultCollection? searchResult;
was never set. In older versions of the lib, the field was set in FindAll() method:
SearchResultCollection resultCollection = new SearchResultCollection(root, hSearchResult, strArray, this);
this.searchResult = resultCollection;
return resultCollection;
Now:
return new SearchResultCollection(clonedRoot, resultsHandle, properties, this);
As result impossible to retrieve DirsyncCookie.