Commit e8282e7
File tree
Expand file treeCollapse file tree
13 files changed
+35
-32
lines changedFilter options
- src
- System.CommandLine.DragonFruit.Tests
- System.CommandLine.Generator.Tests
- System.CommandLine.Hosting.Tests
- System.CommandLine.NamingConventionBinder.Tests
- System.CommandLine.Suggest.Tests
- System.CommandLine.Tests
- Binding
- Utility
Expand file treeCollapse file tree
13 files changed
+35
-32
lines changed+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
23 |
| - |
| 23 | + |
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
|
src/System.CommandLine.DragonFruit.Tests/ConfigureFromMethodTests.cs
Copy file name to clipboardExpand all lines: src/System.CommandLine.DragonFruit.Tests/ConfigureFromMethodTests.cs+4-4Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
31 |
| - |
| 31 | + |
32 | 32 |
|
33 | 33 |
|
34 | 34 |
|
| ||
47 | 47 |
|
48 | 48 |
|
49 | 49 |
|
50 |
| - |
| 50 | + |
51 | 51 |
|
52 | 52 |
|
53 | 53 |
|
| ||
220 | 220 |
|
221 | 221 |
|
222 | 222 |
|
223 |
| - |
| 223 | + |
224 | 224 |
|
225 | 225 |
|
226 | 226 |
|
| ||
231 | 231 |
|
232 | 232 |
|
233 | 233 |
|
234 |
| - |
| 234 | + |
235 | 235 |
|
236 | 236 |
|
237 | 237 |
|
|
src/System.CommandLine.DragonFruit.Tests/System.CommandLine.DragonFruit.Tests.csproj
Copy file name to clipboardExpand all lines: src/System.CommandLine.DragonFruit.Tests/System.CommandLine.DragonFruit.Tests.csproj+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
15 |
| - |
| 15 | + |
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
|
src/System.CommandLine.Generator.Tests/System.CommandLine.Generator.Tests.csproj
Copy file name to clipboardExpand all lines: src/System.CommandLine.Generator.Tests/System.CommandLine.Generator.Tests.csproj+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
18 |
| - |
| 18 | + |
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
|
src/System.CommandLine.Hosting.Tests/System.CommandLine.Hosting.Tests.csproj
Copy file name to clipboardExpand all lines: src/System.CommandLine.Hosting.Tests/System.CommandLine.Hosting.Tests.csproj+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
9 |
| - |
| 9 | + |
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
|
src/System.CommandLine.NamingConventionBinder.Tests/System.CommandLine.NamingConventionBinder.Tests.csproj
Copy file name to clipboardExpand all lines: src/System.CommandLine.NamingConventionBinder.Tests/System.CommandLine.NamingConventionBinder.Tests.csproj+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
22 |
| - |
| 22 | + |
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
|
src/System.CommandLine.Suggest.Tests/GlobalToolsSuggestionRegistrationTests.cs
Copy file name to clipboardExpand all lines: src/System.CommandLine.Suggest.Tests/GlobalToolsSuggestionRegistrationTests.cs+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
50 | 50 |
|
51 | 51 |
|
52 | 52 |
|
53 |
| - |
| 53 | + |
54 | 54 |
|
55 | 55 |
|
56 | 56 |
|
57 |
| - |
| 57 | + |
58 | 58 |
|
59 | 59 |
|
60 | 60 |
|
src/System.CommandLine.Suggest.Tests/dotnet-suggest.Tests.csproj
Copy file name to clipboardExpand all lines: src/System.CommandLine.Suggest.Tests/dotnet-suggest.Tests.csproj+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
13 |
| - |
| 13 | + |
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
|
src/System.CommandLine.Tests/Binding/TypeConversionTests.cs
Copy file name to clipboardExpand all lines: src/System.CommandLine.Tests/Binding/TypeConversionTests.cs+4-4Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
689 | 689 |
|
690 | 690 |
|
691 | 691 |
|
692 |
| - |
| 692 | + |
693 | 693 |
|
694 | 694 |
|
695 | 695 |
|
| ||
734 | 734 |
|
735 | 735 |
|
736 | 736 |
|
737 |
| - |
| 737 | + |
738 | 738 |
|
739 | 739 |
|
740 | 740 |
|
741 |
| - |
| 741 | + |
742 | 742 |
|
743 | 743 |
|
744 | 744 |
|
| ||
826 | 826 |
|
827 | 827 |
|
828 | 828 |
|
829 |
| - |
| 829 | + |
830 | 830 |
|
831 | 831 |
|
src/System.CommandLine.Tests/CompletionTests.cs
Copy file name to clipboardExpand all lines: src/System.CommandLine.Tests/CompletionTests.cs+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
311 | 311 |
|
312 | 312 |
|
313 | 313 |
|
| 314 | + |
314 | 315 |
|
315 | 316 |
|
316 | 317 |
|
| ||
381 | 382 |
|
382 | 383 |
|
383 | 384 |
|
| 385 | + |
384 | 386 |
|
385 | 387 |
|
386 | 388 |
|
|
src/System.CommandLine.Tests/ParserTests.cs
Copy file name to clipboardExpand all lines: src/System.CommandLine.Tests/ParserTests.cs+14-14Lines changed: 14 additions & 14 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1030 | 1030 |
|
1031 | 1031 |
|
1032 | 1032 |
|
1033 |
| - |
| 1033 | + |
1034 | 1034 |
|
1035 | 1035 |
|
1036 | 1036 |
|
1037 | 1037 |
|
1038 |
| - |
| 1038 | + |
1039 | 1039 |
|
1040 | 1040 |
|
1041 | 1041 |
|
| ||
1398 | 1398 |
|
1399 | 1399 |
|
1400 | 1400 |
|
1401 |
| - |
| 1401 | + |
1402 | 1402 |
|
1403 | 1403 |
|
1404 |
| - |
| 1404 | + |
1405 | 1405 |
|
1406 | 1406 |
|
1407 | 1407 |
|
| ||
1420 | 1420 |
|
1421 | 1421 |
|
1422 | 1422 |
|
1423 |
| - |
| 1423 | + |
1424 | 1424 |
|
1425 | 1425 |
|
1426 |
| - |
| 1426 | + |
1427 | 1427 |
|
1428 | 1428 |
|
1429 | 1429 |
|
1430 | 1430 |
|
1431 |
| - |
| 1431 | + |
1432 | 1432 |
|
1433 | 1433 |
|
1434 | 1434 |
|
1435 | 1435 |
|
1436 |
| - |
| 1436 | + |
1437 | 1437 |
|
1438 | 1438 |
|
1439 | 1439 |
|
| ||
1489 | 1489 |
|
1490 | 1490 |
|
1491 | 1491 |
|
1492 |
| - |
| 1492 | + |
1493 | 1493 |
|
1494 | 1494 |
|
1495 |
| - |
| 1495 | + |
1496 | 1496 |
|
1497 | 1497 |
|
1498 | 1498 |
|
| ||
1509 | 1509 |
|
1510 | 1510 |
|
1511 | 1511 |
|
1512 |
| - |
| 1512 | + |
1513 | 1513 |
|
1514 | 1514 |
|
1515 |
| - |
| 1515 | + |
1516 | 1516 |
|
1517 | 1517 |
|
1518 | 1518 |
|
1519 | 1519 |
|
1520 |
| - |
| 1520 | + |
1521 | 1521 |
|
1522 | 1522 |
|
1523 | 1523 |
|
1524 | 1524 |
|
1525 |
| - |
| 1525 | + |
1526 | 1526 |
|
1527 | 1527 |
|
1528 | 1528 |
|
|
src/System.CommandLine.Tests/System.CommandLine.Tests.csproj
Copy file name to clipboardExpand all lines: src/System.CommandLine.Tests/System.CommandLine.Tests.csproj+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
25 | 25 |
|
26 | 26 |
|
27 | 27 |
|
28 |
| - |
| 28 | + |
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
|
src/System.CommandLine.Tests/Utility/AssertionExtensions.cs
Copy file name to clipboardExpand all lines: src/System.CommandLine.Tests/Utility/AssertionExtensions.cs+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 | 3 |
|
| 4 | + |
4 | 5 |
|
5 | 6 |
|
6 | 7 |
|
| ||
38 | 39 |
|
39 | 40 |
|
40 | 41 |
|
41 |
| - |
| 42 | + |
42 | 43 |
|
43 | 44 |
|
44 | 45 |
|
|
0 commit comments