Feature Request: new task XsdValidate
Open
triaged
- Dominant language
- C#
- Stars
- 5.5k
- Forks
- 1.5k
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 141
Description
MSBuild already has (internal) support for validating the msbuild project files and several public tasks that deal with Xml files (XmlPeek/XmlPoke/XslTransformation).
However, it currently seems to be missing a buildin task for validating an xml to a xsd.
So I would like to start a discussion on the feature request for a new buildin MSBuild task that can perform xsd validation on an xml file.
Inputs to this task should be:
* XsdInputPath
* XmlInputPath
Not sure if checking multiple xml files and/or XmlContent would be relevant (XslTransformation task has something similar)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.