LinqToLdap 3.2.0
See the version list below for details.
dotnet add package LinqToLdap --version 3.2.0
NuGet\Install-Package LinqToLdap -Version 3.2.0
<PackageReference Include="LinqToLdap" Version="3.2.0" />
paket add LinqToLdap --version 3.2.0
#r "nuget: LinqToLdap, 3.2.0"
// Install LinqToLdap as a Cake Addin #addin nuget:?package=LinqToLdap&version=3.2.0 // Install LinqToLdap as a Cake Tool #tool nuget:?package=LinqToLdap&version=3.2.0
LINQ provider built on top of System.DirectoryServices.Protocols for querying and updating LDAP servers.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net35 is compatible. net40 is compatible. net403 was computed. net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on LinqToLdap:
Package | Downloads |
---|---|
LinqToLdapExtensions
Project to extend the LINQ to LDAP provider with useful features like scopes. |
|
Il.Framework.Ldap
Linq2Ldap integration simplified |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
5.0.0 | 70,304 | 7/19/2020 |
5.0.0-preview2 | 566 | 6/21/2020 |
5.0.0-preview | 448 | 6/15/2020 |
4.1.0-preview | 2,929 | 6/29/2019 |
4.0.0 | 84,354 | 9/8/2015 |
4.0.0-beta | 1,065 | 9/8/2015 |
3.3.2 | 17,227 | 11/25/2014 |
3.3.1 | 39,359 | 2/2/2014 |
3.3.0 | 12,358 | 11/10/2013 |
3.2.0 | 2,411 | 8/14/2013 |
3.1.0 | 3,767 | 10/28/2012 |
3.0.1 | 2,405 | 7/10/2012 |
3.0.0 | 1,596 | 6/29/2012 |
New Features
Underscores in property names that do not have an explicitly mapped attribute name will get converted to hyphens for the attribute name.
Support for .Net 3.5, 4.0, and 4.5.
Async methods are included in LinqToLdap.Contrib.dll
It's now possible to prefix a server name with LDAP://
Bug Fixes
Calling Dispose on DirectoryContext multiple times will no longer throw an exception. There is also guarding against the .NET 4.5 bug in LdapConnection.Dispose being called multiple times.
It's now possible to use enums stored as strings in a filter.
Breaking Changes
Add and Update methods added that do not have a return value. AddAndGet and UpdateAndGet added to fill that need.
RegisterListener renamed to RegisterListeners and now takes a params array.