.NET LDAP client library for .NET Standard >= 2.0, .NET Core >=1.0, NET5/NET6/NET7/NET8 - works with any LDAP protocol compatible directory server (including Microsoft Active Directory).
MIT License
558
stars
153
forks
source link
Change access modifier for AsyncEnumerableExtensions.ToListAsync #251
Change the access modifier for AsyncEnumerableExtensions.ToListAsync from public to internal.
Doing this removes ambiguity in projects dependent on System.Linq.Async to utilize ILdapSearchResults..
Additionally add dependency on System.Linq.Async for FunctionalTests to maintain functionality.
Closes #250.
Change the access modifier for AsyncEnumerableExtensions.ToListAsync from
public
tointernal
.Doing this removes ambiguity in projects dependent on System.Linq.Async to utilize ILdapSearchResults.. Additionally add dependency on System.Linq.Async for FunctionalTests to maintain functionality. Closes #250.