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

Is this still maintained? #31

Open rklec opened 1 month ago

rklec commented 1 month ago

The .NET version is somewhat outdated causing it not to work on Linux (https://github.com/madhatter22/LinqToLdap/issues/26 / https://github.com/madhatter22/LinqToLdap/issues/25), which should be fixable by a simple .NET version upgrade.

Especially as this library is recommend by OWASP and (if upgraded) a great way to access the LDAP in a cross-platform way (until https://github.com/dotnet/runtime/issues/102601 is implemented in .NET), and supports paging this is kinda sad.

rklec commented 1 month ago

Ah found WIP in branch feature/drop-support-pre-netstandard2.0... https://github.com/madhatter22/LinqToLdap/compare/master...feature/drop-support-pre-netstandard2.0

What is the status here, not ready to merge?

madhatter22 commented 1 month ago

Hi, it's not ready to merge yet. I monitor this project, but haven't had personal time to devote to it. I plan to have a new release in the next 3 months.