You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -189,6 +167,7 @@ public Arguments ParseArguments(List<string> commandLineArguments)
189
167
{
190
168
arguments.Diag=true;
191
169
}
170
+
192
171
continue;
193
172
}
194
173
@@ -267,6 +246,7 @@ public Arguments ParseArguments(List<string> commandLineArguments)
267
246
{
268
247
arguments.ShowConfig=true;
269
248
}
249
+
270
250
continue;
271
251
}
272
252
@@ -312,6 +292,7 @@ public Arguments ParseArguments(List<string> commandLineArguments)
312
292
{
313
293
thrownewWarningException("Can't specify multiple assembly info files when using /ensureassemblyinfo switch, either use a single assembly info file or do not specify /ensureassemblyinfo and create assembly info files manually");
314
294
}
295
+
315
296
continue;
316
297
}
317
298
@@ -370,6 +351,7 @@ public Arguments ParseArguments(List<string> commandLineArguments)
370
351
{
371
352
thrownewWarningException($"Could not parse Verbosity value '{value}'");
372
353
}
354
+
373
355
continue;
374
356
}
375
357
@@ -416,15 +398,15 @@ public Arguments ParseArguments(List<string> commandLineArguments)
0 commit comments