Problem LoaderValidate First Field
To validate the XML use instead SRS.ShiftSolver.Tools.XmlValidator.IsXmlValid(string xmlFile, string schemaFile).
Definition
Namespace: SRS.ShiftSolver.Tools
Assembly: ShiftSolver (in ShiftSolver.dll) Version: 2.3.0+2c0a765360648175f37b32b9a08ecd256c911c4c
Assembly: ShiftSolver (in ShiftSolver.dll) Version: 2.3.0+2c0a765360648175f37b32b9a08ecd256c911c4c
C#
[ObsoleteAttribute("This field is no longer used and will be removed in future versions. To validate the XML use instead SRS.ShiftSolver.Tools.XmlValidator.IsXmlValid(string xmlFile, string schemaFile).")]
public bool ValidateFirstVB
<ObsoleteAttribute("This field is no longer used and will be removed in future versions. To validate the XML use instead SRS.ShiftSolver.Tools.XmlValidator.IsXmlValid(string xmlFile, string schemaFile).")>
Public ValidateFirst As BooleanC++
public:
[ObsoleteAttribute(L"This field is no longer used and will be removed in future versions. To validate the XML use instead SRS.ShiftSolver.Tools.XmlValidator.IsXmlValid(string xmlFile, string schemaFile).")]
bool ValidateFirstF#
[<ObsoleteAttribute("This field is no longer used and will be removed in future versions. To validate the XML use instead SRS.ShiftSolver.Tools.XmlValidator.IsXmlValid(string xmlFile, string schemaFile).")>]
val mutable ValidateFirst: bool