dotnet / dotnet/msbuild

Feature Request: new task XsdValidate

Open
#4,062 0 comments 4 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.