Will these SafeHandles
examples work for .NET Core applications running on Linux?
⚠Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
@AaronRobinsonMSFT, @jkoritzinsky Can you answer this question about System.Runtime.InteropServices.SafeHandle support on Linux?
@garfbradaz I can't think of any reason that the abstract SafeHandle
class can't be used in a cross platform manner. There could be issues with some of the existing sub-classes, but those wouldn't even exist on linux if there were issues.
@garfbradaz We believe that the question you've raised has been answered. If you still feel a need to continue the discussion, feel free to reopen it and add your comments.