Skip to content

Commit 2d20fa0

Browse files
CI BuildCI Build
CI Build
authored and
CI Build
committed
Fix declaring node also allows to use prefix for namespace (#1106) BuildProcessTemplates CONTRIBUTING.md Generators Nuget README.md Samples Source Svg.Custom Tests doc docfx.json index.md license.txt Fix declaring node also allows to use prefix for namespace BuildProcessTemplates CONTRIBUTING.md Generators Nuget README.md Samples Source Svg.Custom Tests doc docfx.json index.md license.txt Release notes written and changelog added BuildProcessTemplates CONTRIBUTING.md Generators Nuget README.md Samples Source Svg.Custom Tests doc docfx.json index.md license.txt Used string.Equals uniformly
1 parent 92fd656 commit 2d20fa0

File tree

189 files changed

+1103
-1098
lines changed

Some content is hidden

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

189 files changed

+1103
-1098
lines changed

api/Svg.AttributeEventArgs.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ <h5>Inherited Members</h5>
102102
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.eventargs.empty#system-eventargs-empty">EventArgs.Empty</a>
103103
</div>
104104
<div>
105-
<span class="xref">System.Object.Equals(System.Object)</span>
105+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">Object.Equals(Object)</a>
106106
</div>
107107
<div>
108108
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)">Object.Equals(Object, Object)</a>
@@ -114,7 +114,7 @@ <h5>Inherited Members</h5>
114114
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gettype#system-object-gettype">Object.GetType()</a>
115115
</div>
116116
<div>
117-
<span class="xref">System.Object.MemberwiseClone()</span>
117+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone#system-object-memberwiseclone">Object.MemberwiseClone()</a>
118118
</div>
119119
<div>
120120
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.referenceequals#system-object-referenceequals(system-object-system-object)">Object.ReferenceEquals(Object, Object)</a>
@@ -136,7 +136,7 @@ <h3 id="fields">Fields
136136
<a href="https://github.com/svg-net/SVG/new/master/apiSpec/new?filename=Svg_AttributeEventArgs_Attribute.md&amp;value=---%0Auid%3A%20Svg.AttributeEventArgs.Attribute%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>
137137
</span>
138138
<span class="small pull-right mobile-hide">
139-
<a href="https://github.com/svg-net/SVG/blob/master/Source/SvgElement.cs/#L1267">View Source</a>
139+
<a href="https://github.com/svg-net/SVG/blob/master/Source/SvgElement.cs/#L1278">View Source</a>
140140
</span>
141141
<h4 id="Svg_AttributeEventArgs_Attribute" data-uid="Svg.AttributeEventArgs.Attribute">Attribute</h4>
142142
<div class="markdown level1 summary"></div>
@@ -165,7 +165,7 @@ <h5 class="fieldValue">Field Value</h5>
165165
<a href="https://github.com/svg-net/SVG/new/master/apiSpec/new?filename=Svg_AttributeEventArgs_Value.md&amp;value=---%0Auid%3A%20Svg.AttributeEventArgs.Value%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>
166166
</span>
167167
<span class="small pull-right mobile-hide">
168-
<a href="https://github.com/svg-net/SVG/blob/master/Source/SvgElement.cs/#L1268">View Source</a>
168+
<a href="https://github.com/svg-net/SVG/blob/master/Source/SvgElement.cs/#L1279">View Source</a>
169169
</span>
170170
<h4 id="Svg_AttributeEventArgs_Value" data-uid="Svg.AttributeEventArgs.Value">Value</h4>
171171
<div class="markdown level1 summary"></div>
@@ -200,7 +200,7 @@ <h5 class="fieldValue">Field Value</h5>
200200
<a href="https://github.com/svg-net/SVG/new/master/apiSpec/new?filename=Svg_AttributeEventArgs.md&amp;value=---%0Auid%3A%20Svg.AttributeEventArgs%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" class="contribution-link">Improve this Doc</a>
201201
</li>
202202
<li>
203-
<a href="https://github.com/svg-net/SVG/blob/master/Source/SvgElement.cs/#L1265" class="contribution-link">View Source</a>
203+
<a href="https://github.com/svg-net/SVG/blob/master/Source/SvgElement.cs/#L1276" class="contribution-link">View Source</a>
204204
</li>
205205
</ul>
206206
</div>

api/Svg.ChildAddedEventArgs.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ <h5>Inherited Members</h5>
102102
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.eventargs.empty#system-eventargs-empty">EventArgs.Empty</a>
103103
</div>
104104
<div>
105-
<span class="xref">System.Object.Equals(System.Object)</span>
105+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">Object.Equals(Object)</a>
106106
</div>
107107
<div>
108108
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)">Object.Equals(Object, Object)</a>
@@ -114,7 +114,7 @@ <h5>Inherited Members</h5>
114114
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gettype#system-object-gettype">Object.GetType()</a>
115115
</div>
116116
<div>
117-
<span class="xref">System.Object.MemberwiseClone()</span>
117+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone#system-object-memberwiseclone">Object.MemberwiseClone()</a>
118118
</div>
119119
<div>
120120
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.referenceequals#system-object-referenceequals(system-object-system-object)">Object.ReferenceEquals(Object, Object)</a>
@@ -136,7 +136,7 @@ <h3 id="fields">Fields
136136
<a href="https://github.com/svg-net/SVG/new/master/apiSpec/new?filename=Svg_ChildAddedEventArgs_BeforeSibling.md&amp;value=---%0Auid%3A%20Svg.ChildAddedEventArgs.BeforeSibling%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>
137137
</span>
138138
<span class="small pull-right mobile-hide">
139-
<a href="https://github.com/svg-net/SVG/blob/master/Source/SvgElement.cs/#L1285">View Source</a>
139+
<a href="https://github.com/svg-net/SVG/blob/master/Source/SvgElement.cs/#L1296">View Source</a>
140140
</span>
141141
<h4 id="Svg_ChildAddedEventArgs_BeforeSibling" data-uid="Svg.ChildAddedEventArgs.BeforeSibling">BeforeSibling</h4>
142142
<div class="markdown level1 summary"></div>
@@ -165,7 +165,7 @@ <h5 class="fieldValue">Field Value</h5>
165165
<a href="https://github.com/svg-net/SVG/new/master/apiSpec/new?filename=Svg_ChildAddedEventArgs_NewChild.md&amp;value=---%0Auid%3A%20Svg.ChildAddedEventArgs.NewChild%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>
166166
</span>
167167
<span class="small pull-right mobile-hide">
168-
<a href="https://github.com/svg-net/SVG/blob/master/Source/SvgElement.cs/#L1284">View Source</a>
168+
<a href="https://github.com/svg-net/SVG/blob/master/Source/SvgElement.cs/#L1295">View Source</a>
169169
</span>
170170
<h4 id="Svg_ChildAddedEventArgs_NewChild" data-uid="Svg.ChildAddedEventArgs.NewChild">NewChild</h4>
171171
<div class="markdown level1 summary"></div>
@@ -200,7 +200,7 @@ <h5 class="fieldValue">Field Value</h5>
200200
<a href="https://github.com/svg-net/SVG/new/master/apiSpec/new?filename=Svg_ChildAddedEventArgs.md&amp;value=---%0Auid%3A%20Svg.ChildAddedEventArgs%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" class="contribution-link">Improve this Doc</a>
201201
</li>
202202
<li>
203-
<a href="https://github.com/svg-net/SVG/blob/master/Source/SvgElement.cs/#L1282" class="contribution-link">View Source</a>
203+
<a href="https://github.com/svg-net/SVG/blob/master/Source/SvgElement.cs/#L1293" class="contribution-link">View Source</a>
204204
</li>
205205
</ul>
206206
</div>

api/Svg.ContentEventArgs.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ <h5>Inherited Members</h5>
102102
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.eventargs.empty#system-eventargs-empty">EventArgs.Empty</a>
103103
</div>
104104
<div>
105-
<span class="xref">System.Object.Equals(System.Object)</span>
105+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">Object.Equals(Object)</a>
106106
</div>
107107
<div>
108108
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)">Object.Equals(Object, Object)</a>
@@ -114,7 +114,7 @@ <h5>Inherited Members</h5>
114114
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gettype#system-object-gettype">Object.GetType()</a>
115115
</div>
116116
<div>
117-
<span class="xref">System.Object.MemberwiseClone()</span>
117+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone#system-object-memberwiseclone">Object.MemberwiseClone()</a>
118118
</div>
119119
<div>
120120
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.referenceequals#system-object-referenceequals(system-object-system-object)">Object.ReferenceEquals(Object, Object)</a>
@@ -136,7 +136,7 @@ <h3 id="fields">Fields
136136
<a href="https://github.com/svg-net/SVG/new/master/apiSpec/new?filename=Svg_ContentEventArgs_Content.md&amp;value=---%0Auid%3A%20Svg.ContentEventArgs.Content%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>
137137
</span>
138138
<span class="small pull-right mobile-hide">
139-
<a href="https://github.com/svg-net/SVG/blob/master/Source/SvgElement.cs/#L1276">View Source</a>
139+
<a href="https://github.com/svg-net/SVG/blob/master/Source/SvgElement.cs/#L1287">View Source</a>
140140
</span>
141141
<h4 id="Svg_ContentEventArgs_Content" data-uid="Svg.ContentEventArgs.Content">Content</h4>
142142
<div class="markdown level1 summary"></div>
@@ -171,7 +171,7 @@ <h5 class="fieldValue">Field Value</h5>
171171
<a href="https://github.com/svg-net/SVG/new/master/apiSpec/new?filename=Svg_ContentEventArgs.md&amp;value=---%0Auid%3A%20Svg.ContentEventArgs%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" class="contribution-link">Improve this Doc</a>
172172
</li>
173173
<li>
174-
<a href="https://github.com/svg-net/SVG/blob/master/Source/SvgElement.cs/#L1274" class="contribution-link">View Source</a>
174+
<a href="https://github.com/svg-net/SVG/blob/master/Source/SvgElement.cs/#L1285" class="contribution-link">View Source</a>
175175
</li>
176176
</ul>
177177
</div>

api/Svg.CoordinateParser.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ <h5>Inheritance</h5>
9393
<div class="inheritedMembers">
9494
<h5>Inherited Members</h5>
9595
<div>
96-
<span class="xref">System.Object.Equals(System.Object)</span>
96+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">Object.Equals(Object)</a>
9797
</div>
9898
<div>
9999
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)">Object.Equals(Object, Object)</a>
@@ -105,7 +105,7 @@ <h5>Inherited Members</h5>
105105
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gettype#system-object-gettype">Object.GetType()</a>
106106
</div>
107107
<div>
108-
<span class="xref">System.Object.MemberwiseClone()</span>
108+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone#system-object-memberwiseclone">Object.MemberwiseClone()</a>
109109
</div>
110110
<div>
111111
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.referenceequals#system-object-referenceequals(system-object-system-object)">Object.ReferenceEquals(Object, Object)</a>

api/Svg.CoordinateParserState.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ <h5>Inherited Members</h5>
9191
<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>

api/Svg.DataTypes.SvgOrientConverter.html

+7-7
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ <h5>Inheritance</h5>
9494
<div class="inheritedMembers">
9595
<h5>Inherited Members</h5>
9696
<div>
97-
<span class="xref">System.ComponentModel.TypeConverter.CanConvertFrom(System.Type)</span>
97+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter.canconvertfrom#system-componentmodel-typeconverter-canconvertfrom(system-type)">TypeConverter.CanConvertFrom(Type)</a>
9898
</div>
9999
<div>
100100
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter.canconvertto#system-componentmodel-typeconverter-canconvertto(system-type)">TypeConverter.CanConvertTo(Type)</a>
@@ -136,7 +136,7 @@ <h5>Inherited Members</h5>
136136
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter.converttostring#system-componentmodel-typeconverter-converttostring(system-object)">TypeConverter.ConvertToString(Object)</a>
137137
</div>
138138
<div>
139-
<span class="xref">System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary)</span>
139+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter.createinstance#system-componentmodel-typeconverter-createinstance(system-collections-idictionary)">TypeConverter.CreateInstance(IDictionary)</a>
140140
</div>
141141
<div>
142142
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter.createinstance#system-componentmodel-typeconverter-createinstance(system-componentmodel-itypedescriptorcontext-system-collections-idictionary)">TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary)</a>
@@ -190,13 +190,13 @@ <h5>Inherited Members</h5>
190190
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter.isvalid#system-componentmodel-typeconverter-isvalid(system-componentmodel-itypedescriptorcontext-system-object)">TypeConverter.IsValid(ITypeDescriptorContext, Object)</a>
191191
</div>
192192
<div>
193-
<span class="xref">System.ComponentModel.TypeConverter.IsValid(System.Object)</span>
193+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter.isvalid#system-componentmodel-typeconverter-isvalid(system-object)">TypeConverter.IsValid(Object)</a>
194194
</div>
195195
<div>
196196
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter.sortproperties#system-componentmodel-typeconverter-sortproperties(system-componentmodel-propertydescriptorcollection-system-string())">TypeConverter.SortProperties(PropertyDescriptorCollection, String[])</a>
197197
</div>
198198
<div>
199-
<span class="xref">System.Object.Equals(System.Object)</span>
199+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">Object.Equals(Object)</a>
200200
</div>
201201
<div>
202202
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)">Object.Equals(Object, Object)</a>
@@ -208,7 +208,7 @@ <h5>Inherited Members</h5>
208208
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gettype#system-object-gettype">Object.GetType()</a>
209209
</div>
210210
<div>
211-
<span class="xref">System.Object.MemberwiseClone()</span>
211+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone#system-object-memberwiseclone">Object.MemberwiseClone()</a>
212212
</div>
213213
<div>
214214
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.referenceequals#system-object-referenceequals(system-object-system-object)">Object.ReferenceEquals(Object, Object)</a>
@@ -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>
@@ -332,7 +332,7 @@ <h5 class="returns">Returns</h5>
332332
</tbody>
333333
</table>
334334
<h5 class="overrides">Overrides</h5>
335-
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter.canconvertto#system-componentmodel-typeconverter-canconvertto(system-componentmodel-itypedescriptorcontext-system-type)">TypeConverter.CanConvertTo(ITypeDescriptorContext, Type)</a></div>
335+
<div><span class="xref">System.ComponentModel.TypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext, System.Type)</span></div>
336336
<span class="small pull-right mobile-hide">
337337
<span class="divider">|</span>
338338
<a href="https://github.com/svg-net/SVG/new/master/apiSpec/new?filename=Svg_DataTypes_SvgOrientConverter_ConvertFrom_System_ComponentModel_ITypeDescriptorContext_System_Globalization_CultureInfo_System_Object_.md&amp;value=---%0Auid%3A%20Svg.DataTypes.SvgOrientConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext%2CSystem.Globalization.CultureInfo%2CSystem.Object)%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>

0 commit comments

Comments
 (0)