I'm looking to get in contact with the maintainers of the Microsoft Information Protection SDK here [0]. It has the misfortune of trying to link `libdl.so`, which fails in a bare Docker container as documented here [1]. I've verified that the issue is present in the SDK source code in the `UnsafeNativeMethods` namespace. It specifically references `libdl.so` in its external call to the `dlopen` and `dlclose` methods.
If anyone has any idea how to get in contact, I'd appreciate a pointer. There isn't any contact info that I could find on the MSDN page, and there isn't a github repo around that I can drop an issue into. My email is in my profile as well.
[0] https://www.nuget.org/packages/Microsoft.InformationProtection.File, https://learn.microsoft.com/en-us/information-protection/develop/
[1] https://stackoverflow.com/a/75855054