Skip to content
Compare
Choose a tag to compare
@madhatter22 madhatter22 released this 15 Jun 02:50

New Features

  • #7 .Net Core Support
  • #15 Add possibility to delete value in multivalue attribute
  • #14 Allow disabling inheritance mapping
  • #13 Allow attributes read-only property to be configured by operation
  • #9 Add true async / await support
  • #4 Change mapping at runtime

Bug Fixes

  • #8 Unexpected exception
  • #16 Handle connection max age for pooled connection factory

Breaking Changes

  • First() will no longer behave like FirstOrDefault() and will throw an InvalidOperationException if no result is available
  • #13 StoreGenerated has been removed and ReadOnly has been enhanced to support different read only modes. It is now an enum.
  • #4 The Mapper property on LdapConfiguration no longer has a public setter and must now be changed using ChangeMapper