dsbenghe / Novell.Directory.Ldap.NETStandard

.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

Closed PerssonP closed 6 months ago

PerssonP commented 6 months ago

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.