You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There seems to be a non-compliant pattern in v3.3 nuspec.xsd
In reference to the fragment beginning on line 258 of v3.3 nuspec.xsd :
<xs:simpleType name="folder_type">
<xs:restriction base="xs:string">
<xs:pattern value="^vb|fs|cs/[^/]+/.+"/>
</xs:restriction>
</xs:simpleType>
XML-SPY 2019 throws the following error:
Value '^vb|fs|cs/[^/]+/.+' is not a valid XML regular expression.
Error location: xs:schema / xs:simpleType / xs:restriction / xs:pattern / @value
Details
invalid-escape: The given character escape is not recognized.
dt-pattern: Value '^vb|fs|cs/[^/]+/.+' is not a valid XML regular expression.
The text was updated successfully, but these errors were encountered:
There seems to be a non-compliant pattern in v3.3 nuspec.xsd
In reference to the fragment beginning on line 258 of v3.3 nuspec.xsd :
<xs:simpleType name="folder_type">
<xs:restriction base="xs:string">
<xs:pattern value="^vb|fs|cs/[^/]+/.+"/>
</xs:restriction>
</xs:simpleType>
XML-SPY 2019 throws the following error:
Value '^vb|fs|cs/[^/]+/.+' is not a valid XML regular expression.
Error location: xs:schema / xs:simpleType / xs:restriction / xs:pattern / @value
Details
invalid-escape: The given character escape is not recognized.
dt-pattern: Value '^vb|fs|cs/[^/]+/.+' is not a valid XML regular expression.
The text was updated successfully, but these errors were encountered: