-
Notifications
You must be signed in to change notification settings - Fork 5.4k
XsdDataContractExporter throws PNSE #1408
Copy link
Copy link
Closed
Woodpile37/runtime
#47Labels
Priority:1Work that is critical for the release, but we could probably ship withoutWork that is critical for the release, but we could probably ship withoutapi-suggestionEarly API idea and discussion, it is NOT ready for implementationEarly API idea and discussion, it is NOT ready for implementationarea-SerializationenhancementProduct code improvement that does NOT require public API changes/additionsProduct code improvement that does NOT require public API changes/additionswishlistIssue we would like to prioritize, but we can't commit we will get to it yetIssue we would like to prioritize, but we can't commit we will get to it yet
Milestone
Metadata
Metadata
Assignees
Labels
Priority:1Work that is critical for the release, but we could probably ship withoutWork that is critical for the release, but we could probably ship withoutapi-suggestionEarly API idea and discussion, it is NOT ready for implementationEarly API idea and discussion, it is NOT ready for implementationarea-SerializationenhancementProduct code improvement that does NOT require public API changes/additionsProduct code improvement that does NOT require public API changes/additionswishlistIssue we would like to prioritize, but we can't commit we will get to it yetIssue we would like to prioritize, but we can't commit we will get to it yet
Type
Fields
Give feedbackNo fields configured for issues without a type.
What are the plans for
XsdDataContractExporterin netcore? CallingCanExport()orExport()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
IDataContractSurrogatefrom netstandard2.0. Are there any ways around this, e.g., by setting some options?