File tree
Expand file treeCollapse file tree
26 files changed
+170
-231
lines changedFilter options
- src
- System.CommandLine
- Binding
- Help
- Invocation
- Parsing
- System.CommandLine.DragonFruit
- System.CommandLine.DragonFruit.Tests
- System.CommandLine.Tests/Binding
Expand file treeCollapse file tree
26 files changed
+170
-231
lines changedsrc/System.CommandLine.DragonFruit.Tests/ConfigureFromMethodTests.cs
Copy file name to clipboardExpand all lines: src/System.CommandLine.DragonFruit.Tests/ConfigureFromMethodTests.cs+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
162 | 162 |
|
163 | 163 |
|
164 | 164 |
|
165 |
| - |
| 165 | + |
166 | 166 |
|
167 | 167 |
|
168 | 168 |
|
|
src/System.CommandLine.DragonFruit/CommandLine.cs
Copy file name to clipboardExpand all lines: src/System.CommandLine.DragonFruit/CommandLine.cs+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
279 | 279 |
|
280 | 280 |
|
281 | 281 |
|
282 |
| - |
| 282 | + |
283 | 283 |
|
284 | 284 |
|
285 | 285 |
|
| ||
291 | 291 |
|
292 | 292 |
|
293 | 293 |
|
294 |
| - |
| 294 | + |
295 | 295 |
|
296 | 296 |
|
297 | 297 |
|
|
src/System.CommandLine.Tests/Binding/HandlerDescriptorTests.cs
Copy file name to clipboardExpand all lines: src/System.CommandLine.Tests/Binding/HandlerDescriptorTests.cs+2-27Lines changed: 2 additions & 27 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
41 | 41 |
|
42 | 42 |
|
43 | 43 |
|
44 |
| - |
| 44 | + |
45 | 45 |
|
46 | 46 |
|
47 | 47 |
|
| ||
76 | 76 |
|
77 | 77 |
|
78 | 78 |
|
79 |
| - |
| 79 | + |
80 | 80 |
|
81 | 81 |
|
82 | 82 |
|
| ||
85 | 85 |
|
86 | 86 |
|
87 | 87 |
|
88 |
| - |
89 |
| - |
90 |
| - |
91 |
| - |
92 |
| - |
93 |
| - |
94 |
| - |
95 |
| - |
96 |
| - |
97 |
| - |
98 |
| - |
99 |
| - |
100 |
| - |
101 |
| - |
102 |
| - |
103 |
| - |
104 |
| - |
105 |
| - |
106 |
| - |
107 |
| - |
108 |
| - |
109 |
| - |
110 |
| - |
111 |
| - |
112 |
| - |
113 | 88 |
|
114 | 89 |
|
src/System.CommandLine.Tests/Binding/ModelBinderTests.cs
Copy file name to clipboardExpand all lines: src/System.CommandLine.Tests/Binding/ModelBinderTests.cs+66-4Lines changed: 66 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
| 5 | + |
| 6 | + |
5 | 7 |
|
6 | 8 |
|
7 | 9 |
|
| ||
523 | 525 |
|
524 | 526 |
|
525 | 527 |
|
526 |
| - |
527 |
| - |
| 528 | + |
| 529 | + |
| 530 | + |
| 531 | + |
528 | 532 |
|
529 | 533 |
|
530 | 534 |
|
| ||
545 | 549 |
|
546 | 550 |
|
547 | 551 |
|
548 |
| - |
549 |
| - |
| 552 | + |
| 553 | + |
| 554 | + |
| 555 | + |
550 | 556 |
|
551 | 557 |
|
552 | 558 |
|
553 | 559 |
|
554 | 560 |
|
555 | 561 |
|
556 | 562 |
|
| 563 | + |
| 564 | + |
| 565 | + |
| 566 | + |
| 567 | + |
| 568 | + |
| 569 | + |
| 570 | + |
| 571 | + |
| 572 | + |
| 573 | + |
| 574 | + |
| 575 | + |
| 576 | + |
| 577 | + |
| 578 | + |
| 579 | + |
| 580 | + |
| 581 | + |
| 582 | + |
| 583 | + |
| 584 | + |
| 585 | + |
| 586 | + |
| 587 | + |
| 588 | + |
| 589 | + |
| 590 | + |
| 591 | + |
| 592 | + |
| 593 | + |
| 594 | + |
| 595 | + |
| 596 | + |
| 597 | + |
| 598 | + |
| 599 | + |
| 600 | + |
| 601 | + |
| 602 | + |
| 603 | + |
| 604 | + |
| 605 | + |
| 606 | + |
| 607 | + |
| 608 | + |
| 609 | + |
| 610 | + |
| 611 | + |
| 612 | + |
| 613 | + |
| 614 | + |
| 615 | + |
| 616 | + |
| 617 | + |
| 618 | + |
557 | 619 |
|
558 | 620 |
|
src/System.CommandLine.Tests/Binding/TestModels.cs
Copy file name to clipboardExpand all lines: src/System.CommandLine.Tests/Binding/TestModels.cs-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 | 3 |
|
4 |
| - |
5 | 4 |
|
6 | 5 |
|
7 | 6 |
|
|
src/System.CommandLine/Argument.cs
Copy file name to clipboardExpand all lines: src/System.CommandLine/Argument.cs+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
217 | 217 |
|
218 | 218 |
|
219 | 219 |
|
220 |
| - |
| 220 | + |
221 | 221 |
|
222 | 222 |
|
src/System.CommandLine/Binding/BindingContext.cs
Copy file name to clipboardExpand all lines: src/System.CommandLine/Binding/BindingContext.cs+22-20Lines changed: 22 additions & 20 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 | 3 |
|
| 4 | + |
4 | 5 |
|
5 | 6 |
|
6 | 7 |
|
7 | 8 |
|
8 | 9 |
|
9 | 10 |
|
| 11 | + |
| 12 | + |
10 | 13 |
|
11 | 14 |
|
12 | 15 |
|
13 | 16 |
|
14 | 17 |
|
| 18 | + |
15 | 19 |
|
16 | 20 |
|
17 | 21 |
|
18 |
| - |
| 22 | + |
19 | 23 |
|
20 | 24 |
|
21 | 25 |
|
| ||
25 | 29 |
|
26 | 30 |
|
27 | 31 |
|
28 |
| - |
| 32 | + |
29 | 33 |
|
30 | 34 |
|
31 | 35 |
|
| ||
46 | 50 |
|
47 | 51 |
|
48 | 52 |
|
49 |
| - |
50 |
| - |
51 |
| - |
52 |
| - |
53 |
| - |
54 |
| - |
| 53 | + |
| 54 | + |
55 | 55 |
|
56 |
| - |
57 |
| - |
58 |
| - |
59 |
| - |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
60 | 60 |
|
| 61 | + |
| 62 | + |
61 | 63 |
|
62 | 64 |
|
63 | 65 |
|
| ||
68 | 70 |
|
69 | 71 |
|
70 | 72 |
|
71 |
| - |
| 73 | + |
72 | 74 |
|
73 | 75 |
|
74 | 76 |
|
75 | 77 |
|
76 |
| - |
| 78 | + |
77 | 79 |
|
78 |
| - |
| 80 | + |
79 | 81 |
|
80 | 82 |
|
81 | 83 |
|
82 | 84 |
|
83 | 85 |
|
84 |
| - |
| 86 | + |
85 | 87 |
|
86 | 88 |
|
87 | 89 |
|
88 | 90 |
|
89 | 91 |
|
90 | 92 |
|
91 |
| - |
| 93 | + |
92 | 94 |
|
93 | 95 |
|
94 | 96 |
|
95 |
| - |
| 97 | + |
96 | 98 |
|
97 | 99 |
|
98 | 100 |
|
| ||
101 | 103 |
|
102 | 104 |
|
103 | 105 |
|
104 |
| - |
| 106 | + |
105 | 107 |
|
106 | 108 |
|
107 | 109 |
|
| ||
112 | 114 |
|
113 | 115 |
|
114 | 116 |
|
115 |
| - |
| 117 | + |
116 | 118 |
|
117 | 119 |
|
118 | 120 |
|
|
src/System.CommandLine/Binding/BoundValue.cs
Copy file name to clipboardExpand all lines: src/System.CommandLine/Binding/BoundValue.cs+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
14 |
| - |
| 14 | + |
15 | 15 |
|
16 |
| - |
| 16 | + |
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
|
src/System.CommandLine/Binding/DelegateHandlerDescriptor.cs
Copy file name to clipboardExpand all lines: src/System.CommandLine/Binding/DelegateHandlerDescriptor.cs+1-5Lines changed: 1 addition & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
21 |
| - |
22 |
| - |
23 |
| - |
24 |
| - |
25 | 21 |
|
26 | 22 |
|
27 |
| - |
| 23 | + |
28 | 24 |
|
29 | 25 |
|
30 | 26 |
|
|
src/System.CommandLine/Binding/ExpressionHandlerDescriptor.cs
Copy file name to clipboardExpand all lines: src/System.CommandLine/Binding/ExpressionHandlerDescriptor.cs-60Lines changed: 0 additions & 60 deletions
This file was deleted.
0 commit comments