Skip to content

Commit 0fcf92d

Browse files
Continuous Integration Publish: b09869c
Bump xunit.runner.visualstudio from 2.5.1 to 2.5.3 (#306) Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.1 to 2.5.3. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](xunit/visualstudio.xunit@2.5.1...2.5.3) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 83a9bdf commit 0fcf92d

File tree

11 files changed

+73
-73
lines changed

11 files changed

+73
-73
lines changed

api/oehen.arguard.Between/ArgumentIntBetweenGuard/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ <h1>Argument<wbr>Int<wbr>Between<wbr>Guard <small>Class</small></h1>
161161

162162
<h1 id="Summary">Summary</h1>
163163
<div class="lead">
164-
<code class="cs"><a href="/arguard">int</a></code> argument between validator.
164+
<code class="cs">System.Int32</code> argument between validator.
165165
</div>
166166

167167
<div class="panel panel-default">

api/oehen.arguard.Between/ArgumentLongBetweenGuard/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ <h1>Argument<wbr>Long<wbr>Between<wbr>Guard <small>Class</small></h1>
161161

162162
<h1 id="Summary">Summary</h1>
163163
<div class="lead">
164-
<code class="cs"><a href="/arguard">long</a></code> argument between validator.
164+
<code class="cs">System.Int64</code> argument between validator.
165165
</div>
166166

167167
<div class="panel panel-default">

api/oehen.arguard.Between/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,13 +183,13 @@ <h1 id="ClassTypes">Class Types</h1>
183183
<tr>
184184
<td><a href="/arguard/api/oehen.arguard.Between/ArgumentIntBetweenGuard">Argument<wbr>Int<wbr>Between<wbr>Guard</a></td>
185185
<td>
186-
<code class="cs"><a href="/arguard">int</a></code> argument between validator.
186+
<code class="cs">System.Int32</code> argument between validator.
187187
</td>
188188
</tr>
189189
<tr>
190190
<td><a href="/arguard/api/oehen.arguard.Between/ArgumentLongBetweenGuard">Argument<wbr>Long<wbr>Between<wbr>Guard</a></td>
191191
<td>
192-
<code class="cs"><a href="/arguard">long</a></code> argument between validator.
192+
<code class="cs">System.Int64</code> argument between validator.
193193
</td>
194194
</tr>
195195
</tbody></table>

api/oehen.arguard.LessThan/ArgumentLongLessThanGuard/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ <h1>Argument<wbr>Long<wbr>Less<wbr>Than<wbr>Guard <small>Class</small></h1>
161161

162162
<h1 id="Summary">Summary</h1>
163163
<div class="lead">
164-
<code class="cs"><a href="/arguard">long</a></code> argument validator.
164+
<code class="cs">System.Int64</code> argument validator.
165165
</div>
166166

167167
<div class="panel panel-default">

api/oehen.arguard.LessThan/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ <h1 id="ClassTypes">Class Types</h1>
189189
<tr>
190190
<td><a href="/arguard/api/oehen.arguard.LessThan/ArgumentLongLessThanGuard">Argument<wbr>Long<wbr>Less<wbr>Than<wbr>Guard</a></td>
191191
<td>
192-
<code class="cs"><a href="/arguard">long</a></code> argument validator.
192+
<code class="cs">System.Int64</code> argument validator.
193193
</td>
194194
</tr>
195195
</tbody></table>

api/oehen.arguard/ArgumentBooleanGuard/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ <h1>ArgumentBooleanGuard <small>Class</small></h1>
166166

167167
<h1 id="Summary">Summary</h1>
168168
<div class="lead">
169-
Argument <code class="cs"><a href="/arguard">bool</a></code> validator.
169+
Argument <code class="cs">System.Boolean</code> validator.
170170
</div>
171171

172172
<div class="panel panel-default">

api/oehen.arguard/ArgumentNullGuard/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ <h1>ArgumentNullGuard <small>Class</small></h1>
166166

167167
<h1 id="Summary">Summary</h1>
168168
<div class="lead">
169-
<code class="cs"><a href="/arguard">object</a></code> argument null validator.
169+
<code class="cs">System.Object</code> argument null validator.
170170
</div>
171171

172172
<div class="panel panel-default">

api/oehen.arguard/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ <h1 id="ClassTypes">Class Types</h1>
178178
<tbody><tr>
179179
<td><a href="/arguard/api/oehen.arguard/ArgumentBooleanGuard">ArgumentBooleanGuard</a></td>
180180
<td>
181-
Argument <code class="cs"><a href="/arguard">bool</a></code> validator.
181+
Argument <code class="cs">System.Boolean</code> validator.
182182
</td>
183183
</tr>
184184
<tr>
@@ -214,7 +214,7 @@ <h1 id="ClassTypes">Class Types</h1>
214214
<tr>
215215
<td><a href="/arguard/api/oehen.arguard/ArgumentNullGuard">ArgumentNullGuard</a></td>
216216
<td>
217-
<code class="cs"><a href="/arguard">object</a></code> argument null validator.
217+
<code class="cs">System.Object</code> argument null validator.
218218
</td>
219219
</tr>
220220
<tr>

assets/js/searchIndex.js

Lines changed: 60 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -39,28 +39,28 @@ var searchModule = function() {
3939
a(
4040
{
4141
id:0,
42-
title:"ArgumentEqualGuard",
43-
content:"ArgumentEqualGuard",
42+
title:"ArgumentEnumerableGuard",
43+
content:"ArgumentEnumerableGuard",
4444
description:'',
4545
tags:''
4646
},
4747
{
48-
url:'/arguard/api/oehen.arguard/ArgumentEqualGuard',
49-
title:"ArgumentEqualGuard",
48+
url:'/arguard/api/oehen.arguard/ArgumentEnumerableGuard',
49+
title:"ArgumentEnumerableGuard",
5050
description:""
5151
}
5252
);
5353
a(
5454
{
5555
id:1,
56-
title:"ArgumentDecimalBetweenGuard",
57-
content:"ArgumentDecimalBetweenGuard",
56+
title:"ArgumentNullGuard",
57+
content:"ArgumentNullGuard",
5858
description:'',
5959
tags:''
6060
},
6161
{
62-
url:'/arguard/api/oehen.arguard.Between/ArgumentDecimalBetweenGuard',
63-
title:"ArgumentDecimalBetweenGuard",
62+
url:'/arguard/api/oehen.arguard/ArgumentNullGuard',
63+
title:"ArgumentNullGuard",
6464
description:""
6565
}
6666
);
@@ -81,182 +81,182 @@ var searchModule = function() {
8181
a(
8282
{
8383
id:3,
84-
title:"ArgumentDateTimeTodayGuard",
85-
content:"ArgumentDateTimeTodayGuard",
84+
title:"ArgumentEqualGuard",
85+
content:"ArgumentEqualGuard",
8686
description:'',
8787
tags:''
8888
},
8989
{
90-
url:'/arguard/api/oehen.arguard/ArgumentDateTimeTodayGuard',
91-
title:"ArgumentDateTimeTodayGuard",
90+
url:'/arguard/api/oehen.arguard/ArgumentEqualGuard',
91+
title:"ArgumentEqualGuard",
9292
description:""
9393
}
9494
);
9595
a(
9696
{
9797
id:4,
98-
title:"ArgumentIntBetweenGuard",
99-
content:"ArgumentIntBetweenGuard",
98+
title:"ArgumentDecimalLessThanGuard",
99+
content:"ArgumentDecimalLessThanGuard",
100100
description:'',
101101
tags:''
102102
},
103103
{
104-
url:'/arguard/api/oehen.arguard.Between/ArgumentIntBetweenGuard',
105-
title:"ArgumentIntBetweenGuard",
104+
url:'/arguard/api/oehen.arguard.LessThan/ArgumentDecimalLessThanGuard',
105+
title:"ArgumentDecimalLessThanGuard",
106106
description:""
107107
}
108108
);
109109
a(
110110
{
111111
id:5,
112-
title:"ArgumentLongLessThanGuard",
113-
content:"ArgumentLongLessThanGuard",
112+
title:"ArgumentDateTimeNowGuard",
113+
content:"ArgumentDateTimeNowGuard",
114114
description:'',
115115
tags:''
116116
},
117117
{
118-
url:'/arguard/api/oehen.arguard.LessThan/ArgumentLongLessThanGuard',
119-
title:"ArgumentLongLessThanGuard",
118+
url:'/arguard/api/oehen.arguard/ArgumentDateTimeNowGuard',
119+
title:"ArgumentDateTimeNowGuard",
120120
description:""
121121
}
122122
);
123123
a(
124124
{
125125
id:6,
126-
title:"ArgumentDateTimeNowGuard",
127-
content:"ArgumentDateTimeNowGuard",
126+
title:"ArgumentEmtpyGuard",
127+
content:"ArgumentEmtpyGuard",
128128
description:'',
129129
tags:''
130130
},
131131
{
132-
url:'/arguard/api/oehen.arguard/ArgumentDateTimeNowGuard',
133-
title:"ArgumentDateTimeNowGuard",
132+
url:'/arguard/api/oehen.arguard/ArgumentEmtpyGuard',
133+
title:"ArgumentEmtpyGuard",
134134
description:""
135135
}
136136
);
137137
a(
138138
{
139139
id:7,
140-
title:"ArgumentDirectoryPathGuard",
141-
content:"ArgumentDirectoryPathGuard",
140+
title:"ArgumentLongLessThanGuard",
141+
content:"ArgumentLongLessThanGuard",
142142
description:'',
143143
tags:''
144144
},
145145
{
146-
url:'/arguard/api/oehen.arguard.Filesystem/ArgumentDirectoryPathGuard',
147-
title:"ArgumentDirectoryPathGuard",
146+
url:'/arguard/api/oehen.arguard.LessThan/ArgumentLongLessThanGuard',
147+
title:"ArgumentLongLessThanGuard",
148148
description:""
149149
}
150150
);
151151
a(
152152
{
153153
id:8,
154-
title:"ArgumentFilePathGuard",
155-
content:"ArgumentFilePathGuard",
154+
title:"ArgumentDateTimeTodayGuard",
155+
content:"ArgumentDateTimeTodayGuard",
156156
description:'',
157157
tags:''
158158
},
159159
{
160-
url:'/arguard/api/oehen.arguard.Filesystem/ArgumentFilePathGuard',
161-
title:"ArgumentFilePathGuard",
160+
url:'/arguard/api/oehen.arguard/ArgumentDateTimeTodayGuard',
161+
title:"ArgumentDateTimeTodayGuard",
162162
description:""
163163
}
164164
);
165165
a(
166166
{
167167
id:9,
168-
title:"ArgumentLongBetweenGuard",
169-
content:"ArgumentLongBetweenGuard",
168+
title:"ArgumentDirectoryPathGuard",
169+
content:"ArgumentDirectoryPathGuard",
170170
description:'',
171171
tags:''
172172
},
173173
{
174-
url:'/arguard/api/oehen.arguard.Between/ArgumentLongBetweenGuard',
175-
title:"ArgumentLongBetweenGuard",
174+
url:'/arguard/api/oehen.arguard.Filesystem/ArgumentDirectoryPathGuard',
175+
title:"ArgumentDirectoryPathGuard",
176176
description:""
177177
}
178178
);
179179
a(
180180
{
181181
id:10,
182-
title:"ArgumentNullGuard",
183-
content:"ArgumentNullGuard",
182+
title:"ArgumentDecimalBetweenGuard",
183+
content:"ArgumentDecimalBetweenGuard",
184184
description:'',
185185
tags:''
186186
},
187187
{
188-
url:'/arguard/api/oehen.arguard/ArgumentNullGuard',
189-
title:"ArgumentNullGuard",
188+
url:'/arguard/api/oehen.arguard.Between/ArgumentDecimalBetweenGuard',
189+
title:"ArgumentDecimalBetweenGuard",
190190
description:""
191191
}
192192
);
193193
a(
194194
{
195195
id:11,
196-
title:"ArgumentIntLessThanGuard",
197-
content:"ArgumentIntLessThanGuard",
196+
title:"ArgumentTypeGuard",
197+
content:"ArgumentTypeGuard",
198198
description:'',
199199
tags:''
200200
},
201201
{
202-
url:'/arguard/api/oehen.arguard.LessThan/ArgumentIntLessThanGuard',
203-
title:"ArgumentIntLessThanGuard",
202+
url:'/arguard/api/oehen.arguard/ArgumentTypeGuard',
203+
title:"ArgumentTypeGuard",
204204
description:""
205205
}
206206
);
207207
a(
208208
{
209209
id:12,
210-
title:"ArgumentEmtpyGuard",
211-
content:"ArgumentEmtpyGuard",
210+
title:"ArgumentIntBetweenGuard",
211+
content:"ArgumentIntBetweenGuard",
212212
description:'',
213213
tags:''
214214
},
215215
{
216-
url:'/arguard/api/oehen.arguard/ArgumentEmtpyGuard',
217-
title:"ArgumentEmtpyGuard",
216+
url:'/arguard/api/oehen.arguard.Between/ArgumentIntBetweenGuard',
217+
title:"ArgumentIntBetweenGuard",
218218
description:""
219219
}
220220
);
221221
a(
222222
{
223223
id:13,
224-
title:"ArgumentDecimalLessThanGuard",
225-
content:"ArgumentDecimalLessThanGuard",
224+
title:"ArgumentLongBetweenGuard",
225+
content:"ArgumentLongBetweenGuard",
226226
description:'',
227227
tags:''
228228
},
229229
{
230-
url:'/arguard/api/oehen.arguard.LessThan/ArgumentDecimalLessThanGuard',
231-
title:"ArgumentDecimalLessThanGuard",
230+
url:'/arguard/api/oehen.arguard.Between/ArgumentLongBetweenGuard',
231+
title:"ArgumentLongBetweenGuard",
232232
description:""
233233
}
234234
);
235235
a(
236236
{
237237
id:14,
238-
title:"ArgumentTypeGuard",
239-
content:"ArgumentTypeGuard",
238+
title:"ArgumentFilePathGuard",
239+
content:"ArgumentFilePathGuard",
240240
description:'',
241241
tags:''
242242
},
243243
{
244-
url:'/arguard/api/oehen.arguard/ArgumentTypeGuard',
245-
title:"ArgumentTypeGuard",
244+
url:'/arguard/api/oehen.arguard.Filesystem/ArgumentFilePathGuard',
245+
title:"ArgumentFilePathGuard",
246246
description:""
247247
}
248248
);
249249
a(
250250
{
251251
id:15,
252-
title:"ArgumentEnumerableGuard",
253-
content:"ArgumentEnumerableGuard",
252+
title:"ArgumentIntLessThanGuard",
253+
content:"ArgumentIntLessThanGuard",
254254
description:'',
255255
tags:''
256256
},
257257
{
258-
url:'/arguard/api/oehen.arguard/ArgumentEnumerableGuard',
259-
title:"ArgumentEnumerableGuard",
258+
url:'/arguard/api/oehen.arguard.LessThan/ArgumentIntLessThanGuard',
259+
title:"ArgumentIntLessThanGuard",
260260
description:""
261261
}
262262
);

feed.atom

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
<title>oehen.arguard</title>
55
<link rel="self" href="http://eoehen.github.io/arguard" />
66
<rights>2023</rights>
7-
<updated>2023-09-18T09:31:17Z</updated>
7+
<updated>2023-11-03T10:11:39Z</updated>
88
</feed>

feed.rss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<link>http://eoehen.github.io/arguard</link>
66
<description />
77
<copyright>2023</copyright>
8-
<pubDate>Mon, 18 Sep 2023 09:31:17 GMT</pubDate>
9-
<lastBuildDate>Mon, 18 Sep 2023 09:31:17 GMT</lastBuildDate>
8+
<pubDate>Fri, 03 Nov 2023 10:11:39 GMT</pubDate>
9+
<lastBuildDate>Fri, 03 Nov 2023 10:11:39 GMT</lastBuildDate>
1010
</channel>
1111
</rss>

0 commit comments

Comments
 (0)