Tulpep / Active-Directory-Object-Picker

The standard Active Directory object picker dialog for .NET

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get rid of ActiveDs.dll?

fgreinacher opened this issue · comments

ActiveDs.dll only seems to be used by Active-Directory-Object-Picker/Tulpep.ActiveDirectoryObjectPicker/NameTranslator.cs which in turn is only be used by Active-Directory-Object-Picker/ADPickerTester/MainForm.cs.

Therefore it seems that NameTranslator could be moved to ADPickerTester which in turn would make ActiveDs.dll obsolete in the NuGet package.

Would you accept a PR that get rid of this dependency chain?

@fgreinacher good catch!

Do it, If it works I'll approve it and release a new version