Closed fgreinacher closed 7 years ago
So... we are not able to make the change @fgreinacher?
Thanks :)
Well, this accomplishes the same (not needing to include ActiveDs.dll in the nupkg) without breaking stuff :)
Great!! Awesome. There is a new Nuget released :)
My PR (#19) accidentially removed the public type
NameTranslator
. This will break clients that use that type.This PR rolls back my previous changes and gets rid of the dependency by embedding the COM interop types in
ActiveDirectoryObjectPicker.dll
.Sorry for the trouble!