Description
What are the plans for XsdDataContractExporter
in netcore? Calling CanExport()
or Export()
throws PNSE with The implementation of the function requires System.Runtime.Serialization.IDataContractSurrogate which is not supported on this platform.
I've found an issue that decided to omit IDataContractSurrogate
from netstandard2.0. Are there any ways around this, e.g., by setting some options?