问题描述
我来自,目前尚不支持XSD Schema Validation,并计划在发布日期为2017年春季的 .Net Core 1.2.0
中进行。
但是,它是我们产品的关键功能之一,因此必须以某种方式予以支持。现在,当我们认为暂时使用完整的.net核心时,.Net Standard甚至都没有 System.Xml.Schema
,但这无济于事。
在 v1.2.0
之前,是否有任何变通办法来进行xsd模式验证?
如果您需要一些需要在 .Net Core
库中运行的功能,则可以尝试使用解决方法。
但是,它几乎是时间,因此您基本上可以等待它。
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?
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.
这篇关于.net核心中的XSD / Schema验证解决方法?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!