BloodHoundAD / SharpHoundCommon

Common library used by SharpHound.
GNU General Public License v3.0
78 stars 47 forks source link

Extract types into a new library #21

Closed rvazarkar closed 2 years ago

rvazarkar commented 3 years ago

For the future, the output types and other types should be extracted into their own minimal library. We can also write JSONConvertors to remove the explicit dependency on JSON.NET in the types library.