Skip to content

Commit ca070d8

Browse files
CI BuildCI Build
CI Build
authored and
CI Build
committed
Separating W3C Test files from Issues and Pull Request (#1119) CONTRIBUTING.md Generators README.md Samples Source Svg.Custom Tests doc docfx.json index.md license.txt Separating W3C Test files from Issues and Pull Request - Splitting the W3CTestSuite contents into W3CTestSuite and Issues - W3CTestSuite is now empty - W3CTestSuite contents will be automatically downloaded CONTRIBUTING.md Generators README.md Samples Source Svg.Custom Tests doc docfx.json index.md license.txt Apply Tests Split: updated SvgW3CTestRunner, Svg.UnitTests, Svg.Benchmarks - The projects are modified to check if the W3C tests are downloaded, if not download it CONTRIBUTING.md Generators README.md Samples Source Svg.Custom Tests doc docfx.json index.md license.txt Resolved pull-request review issues
1 parent 3454bcb commit ca070d8

File tree

95 files changed

+638
-638
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+638
-638
lines changed

api/Svg.CoordinateParser.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ <h5 class="parameters">Parameters</h5>
153153
<td></td>
154154
</tr>
155155
<tr>
156-
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.readonlyspan-1">ReadOnlySpan</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.char">Char</a>&gt;</td>
156+
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.readonlyspan-1">ReadOnlySpan</a>&lt;<span class="xref">System.Char</span>&gt;</td>
157157
<td><span class="parametername">chars</span></td>
158158
<td></td>
159159
</tr>
@@ -210,7 +210,7 @@ <h5 class="parameters">Parameters</h5>
210210
<td></td>
211211
</tr>
212212
<tr>
213-
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.readonlyspan-1">ReadOnlySpan</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.char">Char</a>&gt;</td>
213+
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.readonlyspan-1">ReadOnlySpan</a>&lt;<span class="xref">System.Char</span>&gt;</td>
214214
<td><span class="parametername">chars</span></td>
215215
<td></td>
216216
</tr>

api/Svg.CoordinateParserState.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,10 @@ <h1 id="Svg_CoordinateParserState" data-uid="Svg.CoordinateParserState" class="t
8888
<div class="inheritedMembers">
8989
<h5>Inherited Members</h5>
9090
<div>
91-
<span class="xref">System.ValueType.Equals(System.Object)</span>
91+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.valuetype.equals#system-valuetype-equals(system-object)">ValueType.Equals(Object)</a>
9292
</div>
9393
<div>
94-
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.valuetype.gethashcode#system-valuetype-gethashcode">ValueType.GetHashCode()</a>
94+
<span class="xref">System.ValueType.GetHashCode()</span>
9595
</div>
9696
<div>
9797
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.valuetype.tostring#system-valuetype-tostring">ValueType.ToString()</a>
@@ -140,7 +140,7 @@ <h5 class="parameters">Parameters</h5>
140140
</thead>
141141
<tbody>
142142
<tr>
143-
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.readonlyspan-1">ReadOnlySpan</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.char">Char</a>&gt;</td>
143+
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.readonlyspan-1">ReadOnlySpan</a>&lt;<span class="xref">System.Char</span>&gt;</td>
144144
<td><span class="parametername">chars</span></td>
145145
<td></td>
146146
</tr>

api/Svg.DataTypes.SvgOrientConverter.html

+11-11
Original file line numberDiff line numberDiff line change
@@ -112,19 +112,19 @@ <h5>Inherited Members</h5>
112112
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter.convertfromstring#system-componentmodel-typeconverter-convertfromstring(system-componentmodel-itypedescriptorcontext-system-globalization-cultureinfo-system-string)">TypeConverter.ConvertFromString(ITypeDescriptorContext, CultureInfo, String)</a>
113113
</div>
114114
<div>
115-
<span class="xref">System.ComponentModel.TypeConverter.ConvertFromString(System.ComponentModel.ITypeDescriptorContext, System.String)</span>
115+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter.convertfromstring#system-componentmodel-typeconverter-convertfromstring(system-componentmodel-itypedescriptorcontext-system-string)">TypeConverter.ConvertFromString(ITypeDescriptorContext, String)</a>
116116
</div>
117117
<div>
118118
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter.convertfromstring#system-componentmodel-typeconverter-convertfromstring(system-string)">TypeConverter.ConvertFromString(String)</a>
119119
</div>
120120
<div>
121-
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter.convertto#system-componentmodel-typeconverter-convertto(system-object-system-type)">TypeConverter.ConvertTo(Object, Type)</a>
121+
<span class="xref">System.ComponentModel.TypeConverter.ConvertTo(System.Object, System.Type)</span>
122122
</div>
123123
<div>
124124
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter.converttoinvariantstring#system-componentmodel-typeconverter-converttoinvariantstring(system-componentmodel-itypedescriptorcontext-system-object)">TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object)</a>
125125
</div>
126126
<div>
127-
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter.converttoinvariantstring#system-componentmodel-typeconverter-converttoinvariantstring(system-object)">TypeConverter.ConvertToInvariantString(Object)</a>
127+
<span class="xref">System.ComponentModel.TypeConverter.ConvertToInvariantString(System.Object)</span>
128128
</div>
129129
<div>
130130
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter.converttostring#system-componentmodel-typeconverter-converttostring(system-componentmodel-itypedescriptorcontext-system-globalization-cultureinfo-system-object)">TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object)</a>
@@ -148,13 +148,13 @@ <h5>Inherited Members</h5>
148148
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter.getconverttoexception#system-componentmodel-typeconverter-getconverttoexception(system-object-system-type)">TypeConverter.GetConvertToException(Object, Type)</a>
149149
</div>
150150
<div>
151-
<span class="xref">System.ComponentModel.TypeConverter.GetCreateInstanceSupported()</span>
151+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter.getcreateinstancesupported#system-componentmodel-typeconverter-getcreateinstancesupported">TypeConverter.GetCreateInstanceSupported()</a>
152152
</div>
153153
<div>
154154
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter.getcreateinstancesupported#system-componentmodel-typeconverter-getcreateinstancesupported(system-componentmodel-itypedescriptorcontext)">TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext)</a>
155155
</div>
156156
<div>
157-
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter.getproperties#system-componentmodel-typeconverter-getproperties(system-componentmodel-itypedescriptorcontext-system-object)">TypeConverter.GetProperties(ITypeDescriptorContext, Object)</a>
157+
<span class="xref">System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object)</span>
158158
</div>
159159
<div>
160160
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter.getproperties#system-componentmodel-typeconverter-getproperties(system-componentmodel-itypedescriptorcontext-system-object-system-attribute())">TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[])</a>
@@ -181,7 +181,7 @@ <h5>Inherited Members</h5>
181181
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter.getstandardvaluesexclusive#system-componentmodel-typeconverter-getstandardvaluesexclusive(system-componentmodel-itypedescriptorcontext)">TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext)</a>
182182
</div>
183183
<div>
184-
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter.getstandardvaluessupported#system-componentmodel-typeconverter-getstandardvaluessupported">TypeConverter.GetStandardValuesSupported()</a>
184+
<span class="xref">System.ComponentModel.TypeConverter.GetStandardValuesSupported()</span>
185185
</div>
186186
<div>
187187
<span class="xref">System.ComponentModel.TypeConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)</span>
@@ -251,7 +251,7 @@ <h5 class="parameters">Parameters</h5>
251251
</thead>
252252
<tbody>
253253
<tr>
254-
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.itypedescriptorcontext">ITypeDescriptorContext</a></td>
254+
<td><span class="xref">System.ComponentModel.ITypeDescriptorContext</span></td>
255255
<td><span class="parametername">context</span></td>
256256
<td></td>
257257
</tr>
@@ -278,7 +278,7 @@ <h5 class="returns">Returns</h5>
278278
</tbody>
279279
</table>
280280
<h5 class="overrides">Overrides</h5>
281-
<div><span class="xref">System.ComponentModel.TypeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Type)</span></div>
281+
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter.canconvertfrom#system-componentmodel-typeconverter-canconvertfrom(system-componentmodel-itypedescriptorcontext-system-type)">TypeConverter.CanConvertFrom(ITypeDescriptorContext, Type)</a></div>
282282
<span class="small pull-right mobile-hide">
283283
<span class="divider">|</span>
284284
<a href="https://github.com/svg-net/SVG/new/master/apiSpec/new?filename=Svg_DataTypes_SvgOrientConverter_CanConvertTo_System_ComponentModel_ITypeDescriptorContext_System_Type_.md&amp;value=---%0Auid%3A%20Svg.DataTypes.SvgOrientConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext%2CSystem.Type)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
@@ -305,7 +305,7 @@ <h5 class="parameters">Parameters</h5>
305305
</thead>
306306
<tbody>
307307
<tr>
308-
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.itypedescriptorcontext">ITypeDescriptorContext</a></td>
308+
<td><span class="xref">System.ComponentModel.ITypeDescriptorContext</span></td>
309309
<td><span class="parametername">context</span></td>
310310
<td></td>
311311
</tr>
@@ -359,7 +359,7 @@ <h5 class="parameters">Parameters</h5>
359359
</thead>
360360
<tbody>
361361
<tr>
362-
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.itypedescriptorcontext">ITypeDescriptorContext</a></td>
362+
<td><span class="xref">System.ComponentModel.ITypeDescriptorContext</span></td>
363363
<td><span class="parametername">context</span></td>
364364
<td></td>
365365
</tr>
@@ -418,7 +418,7 @@ <h5 class="parameters">Parameters</h5>
418418
</thead>
419419
<tbody>
420420
<tr>
421-
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.itypedescriptorcontext">ITypeDescriptorContext</a></td>
421+
<td><span class="xref">System.ComponentModel.ITypeDescriptorContext</span></td>
422422
<td><span class="parametername">context</span></td>
423423
<td></td>
424424
</tr>

api/Svg.DataTypes.SvgPreserveAspectRatioConverter.html

+11-11
Original file line numberDiff line numberDiff line change
@@ -112,19 +112,19 @@ <h5>Inherited Members</h5>
112112
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter.convertfromstring#system-componentmodel-typeconverter-convertfromstring(system-componentmodel-itypedescriptorcontext-system-globalization-cultureinfo-system-string)">TypeConverter.ConvertFromString(ITypeDescriptorContext, CultureInfo, String)</a>
113113
</div>
114114
<div>
115-
<span class="xref">System.ComponentModel.TypeConverter.ConvertFromString(System.ComponentModel.ITypeDescriptorContext, System.String)</span>
115+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter.convertfromstring#system-componentmodel-typeconverter-convertfromstring(system-componentmodel-itypedescriptorcontext-system-string)">TypeConverter.ConvertFromString(ITypeDescriptorContext, String)</a>
116116
</div>
117117
<div>
118118
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter.convertfromstring#system-componentmodel-typeconverter-convertfromstring(system-string)">TypeConverter.ConvertFromString(String)</a>
119119
</div>
120120
<div>
121-
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter.convertto#system-componentmodel-typeconverter-convertto(system-object-system-type)">TypeConverter.ConvertTo(Object, Type)</a>
121+
<span class="xref">System.ComponentModel.TypeConverter.ConvertTo(System.Object, System.Type)</span>
122122
</div>
123123
<div>
124124
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter.converttoinvariantstring#system-componentmodel-typeconverter-converttoinvariantstring(system-componentmodel-itypedescriptorcontext-system-object)">TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object)</a>
125125
</div>
126126
<div>
127-
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter.converttoinvariantstring#system-componentmodel-typeconverter-converttoinvariantstring(system-object)">TypeConverter.ConvertToInvariantString(Object)</a>
127+
<span class="xref">System.ComponentModel.TypeConverter.ConvertToInvariantString(System.Object)</span>
128128
</div>
129129
<div>
130130
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter.converttostring#system-componentmodel-typeconverter-converttostring(system-componentmodel-itypedescriptorcontext-system-globalization-cultureinfo-system-object)">TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object)</a>
@@ -148,13 +148,13 @@ <h5>Inherited Members</h5>
148148
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter.getconverttoexception#system-componentmodel-typeconverter-getconverttoexception(system-object-system-type)">TypeConverter.GetConvertToException(Object, Type)</a>
149149
</div>
150150
<div>
151-
<span class="xref">System.ComponentModel.TypeConverter.GetCreateInstanceSupported()</span>
151+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter.getcreateinstancesupported#system-componentmodel-typeconverter-getcreateinstancesupported">TypeConverter.GetCreateInstanceSupported()</a>
152152
</div>
153153
<div>
154154
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter.getcreateinstancesupported#system-componentmodel-typeconverter-getcreateinstancesupported(system-componentmodel-itypedescriptorcontext)">TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext)</a>
155155
</div>
156156
<div>
157-
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter.getproperties#system-componentmodel-typeconverter-getproperties(system-componentmodel-itypedescriptorcontext-system-object)">TypeConverter.GetProperties(ITypeDescriptorContext, Object)</a>
157+
<span class="xref">System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object)</span>
158158
</div>
159159
<div>
160160
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter.getproperties#system-componentmodel-typeconverter-getproperties(system-componentmodel-itypedescriptorcontext-system-object-system-attribute())">TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[])</a>
@@ -181,7 +181,7 @@ <h5>Inherited Members</h5>
181181
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter.getstandardvaluesexclusive#system-componentmodel-typeconverter-getstandardvaluesexclusive(system-componentmodel-itypedescriptorcontext)">TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext)</a>
182182
</div>
183183
<div>
184-
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter.getstandardvaluessupported#system-componentmodel-typeconverter-getstandardvaluessupported">TypeConverter.GetStandardValuesSupported()</a>
184+
<span class="xref">System.ComponentModel.TypeConverter.GetStandardValuesSupported()</span>
185185
</div>
186186
<div>
187187
<span class="xref">System.ComponentModel.TypeConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)</span>
@@ -251,7 +251,7 @@ <h5 class="parameters">Parameters</h5>
251251
</thead>
252252
<tbody>
253253
<tr>
254-
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.itypedescriptorcontext">ITypeDescriptorContext</a></td>
254+
<td><span class="xref">System.ComponentModel.ITypeDescriptorContext</span></td>
255255
<td><span class="parametername">context</span></td>
256256
<td></td>
257257
</tr>
@@ -278,7 +278,7 @@ <h5 class="returns">Returns</h5>
278278
</tbody>
279279
</table>
280280
<h5 class="overrides">Overrides</h5>
281-
<div><span class="xref">System.ComponentModel.TypeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Type)</span></div>
281+
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter.canconvertfrom#system-componentmodel-typeconverter-canconvertfrom(system-componentmodel-itypedescriptorcontext-system-type)">TypeConverter.CanConvertFrom(ITypeDescriptorContext, Type)</a></div>
282282
<span class="small pull-right mobile-hide">
283283
<span class="divider">|</span>
284284
<a href="https://github.com/svg-net/SVG/new/master/apiSpec/new?filename=Svg_DataTypes_SvgPreserveAspectRatioConverter_CanConvertTo_System_ComponentModel_ITypeDescriptorContext_System_Type_.md&amp;value=---%0Auid%3A%20Svg.DataTypes.SvgPreserveAspectRatioConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext%2CSystem.Type)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
@@ -305,7 +305,7 @@ <h5 class="parameters">Parameters</h5>
305305
</thead>
306306
<tbody>
307307
<tr>
308-
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.itypedescriptorcontext">ITypeDescriptorContext</a></td>
308+
<td><span class="xref">System.ComponentModel.ITypeDescriptorContext</span></td>
309309
<td><span class="parametername">context</span></td>
310310
<td></td>
311311
</tr>
@@ -359,7 +359,7 @@ <h5 class="parameters">Parameters</h5>
359359
</thead>
360360
<tbody>
361361
<tr>
362-
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.itypedescriptorcontext">ITypeDescriptorContext</a></td>
362+
<td><span class="xref">System.ComponentModel.ITypeDescriptorContext</span></td>
363363
<td><span class="parametername">context</span></td>
364364
<td></td>
365365
</tr>
@@ -418,7 +418,7 @@ <h5 class="parameters">Parameters</h5>
418418
</thead>
419419
<tbody>
420420
<tr>
421-
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.itypedescriptorcontext">ITypeDescriptorContext</a></td>
421+
<td><span class="xref">System.ComponentModel.ITypeDescriptorContext</span></td>
422422
<td><span class="parametername">context</span></td>
423423
<td></td>
424424
</tr>

0 commit comments

Comments
 (0)