madhatter22 / LinqToLdap

C# LINQ provider built on top of System.DirectoryServices.Protocols for querying and updating LDAP servers.
MIT License
45 stars 23 forks source link

Modernize ConnectionFactoryBase.cs #45

Open rklec opened 4 weeks ago

rklec commented 4 weeks ago

Note the constructor of ConnectionFactoryBase is still quite heavy and does a lot of things. I've left it for now, but maybe needs adjustments. Also you may want to use https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/proposals/csharp-10.0/file-scoped-namespaces for the whole project.