68 references to CommandLineApplication
Microsoft.AspNetCore.Shared.Tests (68)
CommandLineApplicationTests.cs (67)
19
var app = new
CommandLineApplication
();
40
var app = new
CommandLineApplication
();
61
var app = new
CommandLineApplication
();
81
var app = new
CommandLineApplication
();
102
var app = new
CommandLineApplication
();
121
var app = new
CommandLineApplication
();
141
var app = new
CommandLineApplication
();
161
var app = new
CommandLineApplication
();
175
var app = new
CommandLineApplication
();
195
var app = new
CommandLineApplication
();
214
var app = new
CommandLineApplication
();
235
var app = new
CommandLineApplication
();
254
var app = new
CommandLineApplication
();
269
var app = new
CommandLineApplication
();
286
var app = new
CommandLineApplication
();
299
var app = new
CommandLineApplication
();
312
var app = new
CommandLineApplication
();
325
var app = new
CommandLineApplication
();
339
var app = new
CommandLineApplication
(throwOnUnexpectedArg: false);
353
var app = new
CommandLineApplication
(throwOnUnexpectedArg: false, continueAfterUnexpectedArg: true);
368
var app = new
CommandLineApplication
(throwOnUnexpectedArg: false);
383
var app = new
CommandLineApplication
(throwOnUnexpectedArg: false);
396
var app = new
CommandLineApplication
(throwOnUnexpectedArg: false, continueAfterUnexpectedArg: true);
411
var app = new
CommandLineApplication
(throwOnUnexpectedArg: false);
426
var app = new
CommandLineApplication
();
441
var app = new
CommandLineApplication
();
459
var app = new
CommandLineApplication
(throwOnUnexpectedArg: false);
472
var app = new
CommandLineApplication
(throwOnUnexpectedArg: false, continueAfterUnexpectedArg: true);
487
var app = new
CommandLineApplication
(throwOnUnexpectedArg: false);
502
var app = new
CommandLineApplication
(throwOnUnexpectedArg: false);
515
var app = new
CommandLineApplication
(throwOnUnexpectedArg: false, continueAfterUnexpectedArg: true);
530
var app = new
CommandLineApplication
(throwOnUnexpectedArg: false);
545
var app = new
CommandLineApplication
(throwOnUnexpectedArg: false);
559
var app = new
CommandLineApplication
(throwOnUnexpectedArg: false, continueAfterUnexpectedArg: true);
574
var app = new
CommandLineApplication
(throwOnUnexpectedArg: false);
589
var app = new
CommandLineApplication
(throwOnUnexpectedArg: false);
605
var app = new
CommandLineApplication
(throwOnUnexpectedArg: false, continueAfterUnexpectedArg: true);
622
var app = new
CommandLineApplication
(throwOnUnexpectedArg: false);
636
var app = new
CommandLineApplication
();
651
var app = new
CommandLineApplication
();
669
var app = new
CommandLineApplication
();
684
var app = new
CommandLineApplication
();
703
var app = new
CommandLineApplication
();
719
var app = new
CommandLineApplication
();
741
var app = new
CommandLineApplication
();
763
var app = new
CommandLineApplication
(throwOnUnexpectedArg: false);
778
var app = new
CommandLineApplication
(throwOnUnexpectedArg: false, continueAfterUnexpectedArg: true);
793
var app = new
CommandLineApplication
();
822
var app = new
CommandLineApplication
();
835
var app = new
CommandLineApplication
();
859
var app = new
CommandLineApplication
();
912
var app = new
CommandLineApplication
(throwOnUnexpectedArg: false)
942
var app = new
CommandLineApplication
(throwOnUnexpectedArg: false);
969
var app = new
CommandLineApplication
(throwOnUnexpectedArg: false);
996
var app = new
CommandLineApplication
(throwOnUnexpectedArg: false, continueAfterUnexpectedArg: true);
1015
var app = new
CommandLineApplication
()
1042
var app = new
CommandLineApplication
1055
var app = new
CommandLineApplication
(throwOnUnexpectedArg: false)
1067
var app = new
CommandLineApplication
()
1090
var app = new
CommandLineApplication
{ Out = outWriter };
1114
var app = new
CommandLineApplication
();
1127
var app = new
CommandLineApplication
();
1140
var app = new
CommandLineApplication
();
1152
var app = new
CommandLineApplication
();
1163
var app = new
CommandLineApplication
();
1184
var app = new
CommandLineApplication
(treatUnmatchedOptionsAsArguments: true);
1212
var app = new
CommandLineApplication
(treatUnmatchedOptionsAsArguments: false);
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (1)
83
var command = new
CommandLineApplication
(throwOnUnexpectedArg) { Name = name, Parent = this };