System.Runtime.Remoting is not implemented in .NET Standard for various good reasons.
However, there are some utility classes that (as far as I can tell) don't depend on the main problematic parts of System.Runtime.Remoting. The one that concerns me is System.Runtime.Remoting.Metadata.W3cXsd2001 which includes classes for binary/hex conversion. Could this be added into .NET Standard under a different namespace?
It would save Framework -> Standard conversion effort for little cost to the .NET Standard framework.