Skip to content

Commit b67e05a

Browse files
Continuous Integration Publish: c35efe9
Bump Microsoft.CodeAnalysis.NetAnalyzers from 7.0.4 to 8.0.0 (#312) Bumps [Microsoft.CodeAnalysis.NetAnalyzers](https://github.com/dotnet/roslyn-analyzers) from 7.0.4 to 8.0.0. - [Release notes](https://github.com/dotnet/roslyn-analyzers/releases) - [Changelog](https://github.com/dotnet/roslyn-analyzers/blob/main/PostReleaseActivities.md) - [Commits](https://github.com/dotnet/roslyn-analyzers/commits) --- updated-dependencies: - dependency-name: Microsoft.CodeAnalysis.NetAnalyzers dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a2bd894 commit b67e05a

File tree

11 files changed

+73
-73
lines changed

11 files changed

+73
-73
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ <h1>Argument<wbr>Decimal<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">decimal</a></code> argument between validator.
164+
<code class="cs">System.Decimal</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">System.Int64</code> argument between validator.
164+
<code class="cs"><a href="/arguard">long</a></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
@@ -177,7 +177,7 @@ <h1 id="ClassTypes">Class Types</h1>
177177
<tbody><tr>
178178
<td><a href="/arguard/api/oehen.arguard.Between/ArgumentDecimalBetweenGuard">Argument<wbr>Decimal<wbr>Between<wbr>Guard</a></td>
179179
<td>
180-
<code class="cs"><a href="/arguard">decimal</a></code> argument between validator.
180+
<code class="cs">System.Decimal</code> argument between validator.
181181
</td>
182182
</tr>
183183
<tr>
@@ -189,7 +189,7 @@ <h1 id="ClassTypes">Class Types</h1>
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">System.Int64</code> argument between validator.
192+
<code class="cs"><a href="/arguard">long</a></code> argument between validator.
193193
</td>
194194
</tr>
195195
</tbody></table>

api/oehen.arguard.LessThan/ArgumentIntLessThanGuard/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>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">int</a></code> argument validator.
164+
<code class="cs">System.Int32</code> argument validator.
165165
</div>
166166

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

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: 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.LessThan/ArgumentIntLessThanGuard">Argument<wbr>Int<wbr>Less<wbr>Than<wbr>Guard</a></td>
185185
<td>
186-
<code class="cs"><a href="/arguard">int</a></code> argument validator.
186+
<code class="cs">System.Int32</code> argument validator.
187187
</td>
188188
</tr>
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/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">System.Object</code> argument null validator.
169+
<code class="cs"><a href="/arguard">object</a></code> argument null validator.
170170
</div>
171171

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

api/oehen.arguard/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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">System.Object</code> argument null validator.
217+
<code class="cs"><a href="/arguard">object</a></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,56 +39,56 @@ var searchModule = function() {
3939
a(
4040
{
4141
id:0,
42-
title:"ArgumentLongBetweenGuard",
43-
content:"ArgumentLongBetweenGuard",
42+
title:"ArgumentDateTimeNowGuard",
43+
content:"ArgumentDateTimeNowGuard",
4444
description:'',
4545
tags:''
4646
},
4747
{
48-
url:'/arguard/api/oehen.arguard.Between/ArgumentLongBetweenGuard',
49-
title:"ArgumentLongBetweenGuard",
48+
url:'/arguard/api/oehen.arguard/ArgumentDateTimeNowGuard',
49+
title:"ArgumentDateTimeNowGuard",
5050
description:""
5151
}
5252
);
5353
a(
5454
{
5555
id:1,
56-
title:"ArgumentEnumerableGuard",
57-
content:"ArgumentEnumerableGuard",
56+
title:"ArgumentDecimalLessThanGuard",
57+
content:"ArgumentDecimalLessThanGuard",
5858
description:'',
5959
tags:''
6060
},
6161
{
62-
url:'/arguard/api/oehen.arguard/ArgumentEnumerableGuard',
63-
title:"ArgumentEnumerableGuard",
62+
url:'/arguard/api/oehen.arguard.LessThan/ArgumentDecimalLessThanGuard',
63+
title:"ArgumentDecimalLessThanGuard",
6464
description:""
6565
}
6666
);
6767
a(
6868
{
6969
id:2,
70-
title:"ArgumentEmtpyGuard",
71-
content:"ArgumentEmtpyGuard",
70+
title:"ArgumentDecimalBetweenGuard",
71+
content:"ArgumentDecimalBetweenGuard",
7272
description:'',
7373
tags:''
7474
},
7575
{
76-
url:'/arguard/api/oehen.arguard/ArgumentEmtpyGuard',
77-
title:"ArgumentEmtpyGuard",
76+
url:'/arguard/api/oehen.arguard.Between/ArgumentDecimalBetweenGuard',
77+
title:"ArgumentDecimalBetweenGuard",
7878
description:""
7979
}
8080
);
8181
a(
8282
{
8383
id:3,
84-
title:"ArgumentBooleanGuard",
85-
content:"ArgumentBooleanGuard",
84+
title:"ArgumentDateTimeTodayGuard",
85+
content:"ArgumentDateTimeTodayGuard",
8686
description:'',
8787
tags:''
8888
},
8989
{
90-
url:'/arguard/api/oehen.arguard/ArgumentBooleanGuard',
91-
title:"ArgumentBooleanGuard",
90+
url:'/arguard/api/oehen.arguard/ArgumentDateTimeTodayGuard',
91+
title:"ArgumentDateTimeTodayGuard",
9292
description:""
9393
}
9494
);
@@ -109,154 +109,154 @@ var searchModule = function() {
109109
a(
110110
{
111111
id:5,
112-
title:"ArgumentIntBetweenGuard",
113-
content:"ArgumentIntBetweenGuard",
112+
title:"ArgumentNullGuard",
113+
content:"ArgumentNullGuard",
114114
description:'',
115115
tags:''
116116
},
117117
{
118-
url:'/arguard/api/oehen.arguard.Between/ArgumentIntBetweenGuard',
119-
title:"ArgumentIntBetweenGuard",
118+
url:'/arguard/api/oehen.arguard/ArgumentNullGuard',
119+
title:"ArgumentNullGuard",
120120
description:""
121121
}
122122
);
123123
a(
124124
{
125125
id:6,
126-
title:"ArgumentFilePathGuard",
127-
content:"ArgumentFilePathGuard",
126+
title:"ArgumentLongLessThanGuard",
127+
content:"ArgumentLongLessThanGuard",
128128
description:'',
129129
tags:''
130130
},
131131
{
132-
url:'/arguard/api/oehen.arguard.Filesystem/ArgumentFilePathGuard',
133-
title:"ArgumentFilePathGuard",
132+
url:'/arguard/api/oehen.arguard.LessThan/ArgumentLongLessThanGuard',
133+
title:"ArgumentLongLessThanGuard",
134134
description:""
135135
}
136136
);
137137
a(
138138
{
139139
id:7,
140-
title:"ArgumentLongLessThanGuard",
141-
content:"ArgumentLongLessThanGuard",
140+
title:"ArgumentEqualGuard",
141+
content:"ArgumentEqualGuard",
142142
description:'',
143143
tags:''
144144
},
145145
{
146-
url:'/arguard/api/oehen.arguard.LessThan/ArgumentLongLessThanGuard',
147-
title:"ArgumentLongLessThanGuard",
146+
url:'/arguard/api/oehen.arguard/ArgumentEqualGuard',
147+
title:"ArgumentEqualGuard",
148148
description:""
149149
}
150150
);
151151
a(
152152
{
153153
id:8,
154-
title:"ArgumentDecimalLessThanGuard",
155-
content:"ArgumentDecimalLessThanGuard",
154+
title:"ArgumentEmtpyGuard",
155+
content:"ArgumentEmtpyGuard",
156156
description:'',
157157
tags:''
158158
},
159159
{
160-
url:'/arguard/api/oehen.arguard.LessThan/ArgumentDecimalLessThanGuard',
161-
title:"ArgumentDecimalLessThanGuard",
160+
url:'/arguard/api/oehen.arguard/ArgumentEmtpyGuard',
161+
title:"ArgumentEmtpyGuard",
162162
description:""
163163
}
164164
);
165165
a(
166166
{
167167
id:9,
168-
title:"ArgumentNullGuard",
169-
content:"ArgumentNullGuard",
168+
title:"ArgumentBooleanGuard",
169+
content:"ArgumentBooleanGuard",
170170
description:'',
171171
tags:''
172172
},
173173
{
174-
url:'/arguard/api/oehen.arguard/ArgumentNullGuard',
175-
title:"ArgumentNullGuard",
174+
url:'/arguard/api/oehen.arguard/ArgumentBooleanGuard',
175+
title:"ArgumentBooleanGuard",
176176
description:""
177177
}
178178
);
179179
a(
180180
{
181181
id:10,
182-
title:"ArgumentDateTimeNowGuard",
183-
content:"ArgumentDateTimeNowGuard",
182+
title:"ArgumentFilePathGuard",
183+
content:"ArgumentFilePathGuard",
184184
description:'',
185185
tags:''
186186
},
187187
{
188-
url:'/arguard/api/oehen.arguard/ArgumentDateTimeNowGuard',
189-
title:"ArgumentDateTimeNowGuard",
188+
url:'/arguard/api/oehen.arguard.Filesystem/ArgumentFilePathGuard',
189+
title:"ArgumentFilePathGuard",
190190
description:""
191191
}
192192
);
193193
a(
194194
{
195195
id:11,
196-
title:"ArgumentTypeGuard",
197-
content:"ArgumentTypeGuard",
196+
title:"ArgumentDirectoryPathGuard",
197+
content:"ArgumentDirectoryPathGuard",
198198
description:'',
199199
tags:''
200200
},
201201
{
202-
url:'/arguard/api/oehen.arguard/ArgumentTypeGuard',
203-
title:"ArgumentTypeGuard",
202+
url:'/arguard/api/oehen.arguard.Filesystem/ArgumentDirectoryPathGuard',
203+
title:"ArgumentDirectoryPathGuard",
204204
description:""
205205
}
206206
);
207207
a(
208208
{
209209
id:12,
210-
title:"ArgumentDecimalBetweenGuard",
211-
content:"ArgumentDecimalBetweenGuard",
210+
title:"ArgumentEnumerableGuard",
211+
content:"ArgumentEnumerableGuard",
212212
description:'',
213213
tags:''
214214
},
215215
{
216-
url:'/arguard/api/oehen.arguard.Between/ArgumentDecimalBetweenGuard',
217-
title:"ArgumentDecimalBetweenGuard",
216+
url:'/arguard/api/oehen.arguard/ArgumentEnumerableGuard',
217+
title:"ArgumentEnumerableGuard",
218218
description:""
219219
}
220220
);
221221
a(
222222
{
223223
id:13,
224-
title:"ArgumentEqualGuard",
225-
content:"ArgumentEqualGuard",
224+
title:"ArgumentLongBetweenGuard",
225+
content:"ArgumentLongBetweenGuard",
226226
description:'',
227227
tags:''
228228
},
229229
{
230-
url:'/arguard/api/oehen.arguard/ArgumentEqualGuard',
231-
title:"ArgumentEqualGuard",
230+
url:'/arguard/api/oehen.arguard.Between/ArgumentLongBetweenGuard',
231+
title:"ArgumentLongBetweenGuard",
232232
description:""
233233
}
234234
);
235235
a(
236236
{
237237
id:14,
238-
title:"ArgumentDirectoryPathGuard",
239-
content:"ArgumentDirectoryPathGuard",
238+
title:"ArgumentTypeGuard",
239+
content:"ArgumentTypeGuard",
240240
description:'',
241241
tags:''
242242
},
243243
{
244-
url:'/arguard/api/oehen.arguard.Filesystem/ArgumentDirectoryPathGuard',
245-
title:"ArgumentDirectoryPathGuard",
244+
url:'/arguard/api/oehen.arguard/ArgumentTypeGuard',
245+
title:"ArgumentTypeGuard",
246246
description:""
247247
}
248248
);
249249
a(
250250
{
251251
id:15,
252-
title:"ArgumentDateTimeTodayGuard",
253-
content:"ArgumentDateTimeTodayGuard",
252+
title:"ArgumentIntBetweenGuard",
253+
content:"ArgumentIntBetweenGuard",
254254
description:'',
255255
tags:''
256256
},
257257
{
258-
url:'/arguard/api/oehen.arguard/ArgumentDateTimeTodayGuard',
259-
title:"ArgumentDateTimeTodayGuard",
258+
url:'/arguard/api/oehen.arguard.Between/ArgumentIntBetweenGuard',
259+
title:"ArgumentIntBetweenGuard",
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-11-20T10:02:33Z</updated>
7+
<updated>2023-11-20T10:16:50Z</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, 20 Nov 2023 10:02:33 GMT</pubDate>
9-
<lastBuildDate>Mon, 20 Nov 2023 10:02:33 GMT</lastBuildDate>
8+
<pubDate>Mon, 20 Nov 2023 10:16:50 GMT</pubDate>
9+
<lastBuildDate>Mon, 20 Nov 2023 10:16:50 GMT</lastBuildDate>
1010
</channel>
1111
</rss>

0 commit comments

Comments
 (0)