Skip to content

Commit 73eda15

Browse files
CI BuildCI Build
authored andcommitted
Performance optimization for SvgPath.Path() (#1022) BuildProcessTemplates CONTRIBUTING.md Generators Nuget README.md Samples Source Tests doc docfx.json index.md license.txt cache path before iterating over it BuildProcessTemplates CONTRIBUTING.md Generators Nuget README.md Samples Source Tests doc docfx.json index.md license.txt fixes #1018 and #1013
1 parent ffc5636 commit 73eda15

File tree

195 files changed

+2886
-2882
lines changed

Some content is hidden

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

195 files changed

+2886
-2882
lines changed

api/Svg.AttributeEventArgs.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ <h1 id="Svg_AttributeEventArgs" data-uid="Svg.AttributeEventArgs" class="text-br
8888
<div class="markdown level0 conceptual"></div>
8989
<div class="inheritance">
9090
<h5>Inheritance</h5>
91-
<div class="level0"><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object">Object</a></div>
92-
<div class="level1"><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.eventargs">EventArgs</a></div>
91+
<div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">Object</a></div>
92+
<div class="level1"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.eventargs">EventArgs</a></div>
9393
<div class="level2"><a class="xref" href="Svg.SVGArg.html">SVGArg</a></div>
9494
<div class="level3"><span class="xref">AttributeEventArgs</span></div>
9595
</div>
@@ -99,28 +99,28 @@ <h5>Inherited Members</h5>
9999
<a class="xref" href="Svg.SVGArg.html#Svg_SVGArg_SessionID">SVGArg.SessionID</a>
100100
</div>
101101
<div>
102-
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.eventargs.empty">EventArgs.Empty</a>
102+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.eventargs.empty">EventArgs.Empty</a>
103103
</div>
104104
<div>
105-
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.tostring#system-object-tostring">Object.ToString()</a>
105+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.tostring#system-object-tostring">Object.ToString()</a>
106106
</div>
107107
<div>
108-
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">Object.Equals(Object)</a>
108+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">Object.Equals(Object)</a>
109109
</div>
110110
<div>
111-
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)">Object.Equals(Object, Object)</a>
111+
<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>
112112
</div>
113113
<div>
114-
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.referenceequals#system-object-referenceequals(system-object-system-object)">Object.ReferenceEquals(Object, Object)</a>
114+
<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>
115115
</div>
116116
<div>
117-
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.gethashcode#system-object-gethashcode">Object.GetHashCode()</a>
117+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gethashcode#system-object-gethashcode">Object.GetHashCode()</a>
118118
</div>
119119
<div>
120-
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.gettype#system-object-gettype">Object.GetType()</a>
120+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gettype#system-object-gettype">Object.GetType()</a>
121121
</div>
122122
<div>
123-
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.memberwiseclone#system-object-memberwiseclone">Object.MemberwiseClone()</a>
123+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone#system-object-memberwiseclone">Object.MemberwiseClone()</a>
124124
</div>
125125
</div>
126126
<h6><strong>Namespace</strong>: <a class="xref" href="Svg.html">Svg</a></h6>
@@ -150,7 +150,7 @@ <h5 class="fieldValue">Field Value</h5>
150150
</thead>
151151
<tbody>
152152
<tr>
153-
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.string">String</a></td>
153+
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">String</a></td>
154154
<td></td>
155155
</tr>
156156
</tbody>
@@ -174,7 +174,7 @@ <h5 class="fieldValue">Field Value</h5>
174174
</thead>
175175
<tbody>
176176
<tr>
177-
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object">Object</a></td>
177+
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">Object</a></td>
178178
<td></td>
179179
</tr>
180180
</tbody>

api/Svg.ChildAddedEventArgs.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ <h1 id="Svg_ChildAddedEventArgs" data-uid="Svg.ChildAddedEventArgs" class="text-
8888
<div class="markdown level0 conceptual"></div>
8989
<div class="inheritance">
9090
<h5>Inheritance</h5>
91-
<div class="level0"><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object">Object</a></div>
92-
<div class="level1"><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.eventargs">EventArgs</a></div>
91+
<div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">Object</a></div>
92+
<div class="level1"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.eventargs">EventArgs</a></div>
9393
<div class="level2"><a class="xref" href="Svg.SVGArg.html">SVGArg</a></div>
9494
<div class="level3"><span class="xref">ChildAddedEventArgs</span></div>
9595
</div>
@@ -99,28 +99,28 @@ <h5>Inherited Members</h5>
9999
<a class="xref" href="Svg.SVGArg.html#Svg_SVGArg_SessionID">SVGArg.SessionID</a>
100100
</div>
101101
<div>
102-
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.eventargs.empty">EventArgs.Empty</a>
102+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.eventargs.empty">EventArgs.Empty</a>
103103
</div>
104104
<div>
105-
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.tostring#system-object-tostring">Object.ToString()</a>
105+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.tostring#system-object-tostring">Object.ToString()</a>
106106
</div>
107107
<div>
108-
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">Object.Equals(Object)</a>
108+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">Object.Equals(Object)</a>
109109
</div>
110110
<div>
111-
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)">Object.Equals(Object, Object)</a>
111+
<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>
112112
</div>
113113
<div>
114-
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.referenceequals#system-object-referenceequals(system-object-system-object)">Object.ReferenceEquals(Object, Object)</a>
114+
<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>
115115
</div>
116116
<div>
117-
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.gethashcode#system-object-gethashcode">Object.GetHashCode()</a>
117+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gethashcode#system-object-gethashcode">Object.GetHashCode()</a>
118118
</div>
119119
<div>
120-
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.gettype#system-object-gettype">Object.GetType()</a>
120+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gettype#system-object-gettype">Object.GetType()</a>
121121
</div>
122122
<div>
123-
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.memberwiseclone#system-object-memberwiseclone">Object.MemberwiseClone()</a>
123+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone#system-object-memberwiseclone">Object.MemberwiseClone()</a>
124124
</div>
125125
</div>
126126
<h6><strong>Namespace</strong>: <a class="xref" href="Svg.html">Svg</a></h6>

api/Svg.ContentEventArgs.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ <h1 id="Svg_ContentEventArgs" data-uid="Svg.ContentEventArgs" class="text-break"
8888
<div class="markdown level0 conceptual"></div>
8989
<div class="inheritance">
9090
<h5>Inheritance</h5>
91-
<div class="level0"><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object">Object</a></div>
92-
<div class="level1"><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.eventargs">EventArgs</a></div>
91+
<div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">Object</a></div>
92+
<div class="level1"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.eventargs">EventArgs</a></div>
9393
<div class="level2"><a class="xref" href="Svg.SVGArg.html">SVGArg</a></div>
9494
<div class="level3"><span class="xref">ContentEventArgs</span></div>
9595
</div>
@@ -99,28 +99,28 @@ <h5>Inherited Members</h5>
9999
<a class="xref" href="Svg.SVGArg.html#Svg_SVGArg_SessionID">SVGArg.SessionID</a>
100100
</div>
101101
<div>
102-
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.eventargs.empty">EventArgs.Empty</a>
102+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.eventargs.empty">EventArgs.Empty</a>
103103
</div>
104104
<div>
105-
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.tostring#system-object-tostring">Object.ToString()</a>
105+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.tostring#system-object-tostring">Object.ToString()</a>
106106
</div>
107107
<div>
108-
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">Object.Equals(Object)</a>
108+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">Object.Equals(Object)</a>
109109
</div>
110110
<div>
111-
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)">Object.Equals(Object, Object)</a>
111+
<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>
112112
</div>
113113
<div>
114-
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.referenceequals#system-object-referenceequals(system-object-system-object)">Object.ReferenceEquals(Object, Object)</a>
114+
<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>
115115
</div>
116116
<div>
117-
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.gethashcode#system-object-gethashcode">Object.GetHashCode()</a>
117+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gethashcode#system-object-gethashcode">Object.GetHashCode()</a>
118118
</div>
119119
<div>
120-
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.gettype#system-object-gettype">Object.GetType()</a>
120+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gettype#system-object-gettype">Object.GetType()</a>
121121
</div>
122122
<div>
123-
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.memberwiseclone#system-object-memberwiseclone">Object.MemberwiseClone()</a>
123+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone#system-object-memberwiseclone">Object.MemberwiseClone()</a>
124124
</div>
125125
</div>
126126
<h6><strong>Namespace</strong>: <a class="xref" href="Svg.html">Svg</a></h6>
@@ -150,7 +150,7 @@ <h5 class="fieldValue">Field Value</h5>
150150
</thead>
151151
<tbody>
152152
<tr>
153-
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.string">String</a></td>
153+
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">String</a></td>
154154
<td></td>
155155
</tr>
156156
</tbody>

api/Svg.CoordinateParser.html

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -87,31 +87,31 @@ <h1 id="Svg_CoordinateParser" data-uid="Svg.CoordinateParser" class="text-break"
8787
<div class="markdown level0 conceptual"></div>
8888
<div class="inheritance">
8989
<h5>Inheritance</h5>
90-
<div class="level0"><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object">Object</a></div>
90+
<div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">Object</a></div>
9191
<div class="level1"><span class="xref">CoordinateParser</span></div>
9292
</div>
9393
<div class="inheritedMembers">
9494
<h5>Inherited Members</h5>
9595
<div>
96-
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.tostring#system-object-tostring">Object.ToString()</a>
96+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.tostring#system-object-tostring">Object.ToString()</a>
9797
</div>
9898
<div>
99-
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">Object.Equals(Object)</a>
99+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">Object.Equals(Object)</a>
100100
</div>
101101
<div>
102-
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)">Object.Equals(Object, Object)</a>
102+
<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>
103103
</div>
104104
<div>
105-
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.referenceequals#system-object-referenceequals(system-object-system-object)">Object.ReferenceEquals(Object, Object)</a>
105+
<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>
106106
</div>
107107
<div>
108-
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.gethashcode#system-object-gethashcode">Object.GetHashCode()</a>
108+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gethashcode#system-object-gethashcode">Object.GetHashCode()</a>
109109
</div>
110110
<div>
111-
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.gettype#system-object-gettype">Object.GetType()</a>
111+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gettype#system-object-gettype">Object.GetType()</a>
112112
</div>
113113
<div>
114-
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.memberwiseclone#system-object-memberwiseclone">Object.MemberwiseClone()</a>
114+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone#system-object-memberwiseclone">Object.MemberwiseClone()</a>
115115
</div>
116116
</div>
117117
<h6><strong>Namespace</strong>: <a class="xref" href="Svg.html">Svg</a></h6>
@@ -143,12 +143,12 @@ <h5 class="parameters">Parameters</h5>
143143
</thead>
144144
<tbody>
145145
<tr>
146-
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.boolean">Boolean</a></td>
146+
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">Boolean</a></td>
147147
<td><span class="parametername">result</span></td>
148148
<td></td>
149149
</tr>
150150
<tr>
151-
<td><span class="xref">ReadOnlySpan</span>&lt;<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.char">Char</a>&gt;</td>
151+
<td><span class="xref">ReadOnlySpan</span>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.char">Char</a>&gt;</td>
152152
<td><span class="parametername">chars</span></td>
153153
<td></td>
154154
</tr>
@@ -169,7 +169,7 @@ <h5 class="returns">Returns</h5>
169169
</thead>
170170
<tbody>
171171
<tr>
172-
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.boolean">Boolean</a></td>
172+
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">Boolean</a></td>
173173
<td></td>
174174
</tr>
175175
</tbody>
@@ -195,12 +195,12 @@ <h5 class="parameters">Parameters</h5>
195195
</thead>
196196
<tbody>
197197
<tr>
198-
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.single">Single</a></td>
198+
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">Single</a></td>
199199
<td><span class="parametername">result</span></td>
200200
<td></td>
201201
</tr>
202202
<tr>
203-
<td><span class="xref">ReadOnlySpan</span>&lt;<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.char">Char</a>&gt;</td>
203+
<td><span class="xref">ReadOnlySpan</span>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.char">Char</a>&gt;</td>
204204
<td><span class="parametername">chars</span></td>
205205
<td></td>
206206
</tr>
@@ -221,7 +221,7 @@ <h5 class="returns">Returns</h5>
221221
</thead>
222222
<tbody>
223223
<tr>
224-
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.boolean">Boolean</a></td>
224+
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">Boolean</a></td>
225225
<td></td>
226226
</tr>
227227
</tbody>

0 commit comments

Comments
 (0)