XSD/Schema validation workaround in .net core?

牧云@^-^@ 提交于 2019-12-30 08:59:25

问题


I got from https://github.com/dotnet/corefx/issues/3633, that XSD Schema Validation now is not yet supported, and planned in .Net Core 1.2.0 whose release date is Spring, 2017.

However it's one of the key features of our product, so it somehow has to be supported. Now .Net Standard doesn't even have System.Xml.Schema when we thought to temporarily use full .net core, yet doesn't help.

Before v1.2.0, is there any workaround to do the xsd schema validation?


回答1:


If you need some functionality that needs to be run in .Net Core library, you may try to port your product with portable library workaround.

However, it's nearly the .NET Core 2.0 Preview time, so you may basically wait for it.



来源:https://stackoverflow.com/questions/40379881/xsd-schema-validation-workaround-in-net-core

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!