Commit b751c2e
XML docs, refactoring, a couple of renames (#1339)
* R: GetValueOrDefault from extension methods to members
* R: use some C# 9, clean up
* rename ValidateSymbol to ValidateSymbolResult
* rename Option.HasAliasIgnorePrefix to HasAliasIgnoringPrefix
* add XML comments
* R: cleanup
* disable documentation warnings
* langword instead of c
* R: or instead of ||
* more XML docs, remove dotnet-suggest error loc strings
* Update src/System.CommandLine/ArgumentExtensions.cs
Co-authored-by: Kevin B <[email protected]>
* Update src/System.CommandLine/Collections/ISymbolSet.cs
Co-authored-by: Kevin B <[email protected]>
* Update src/System.CommandLine/Option.cs
Co-authored-by: Kevin B <[email protected]>
* Update src/System.CommandLine/Resources.cs
Co-authored-by: Kevin B <[email protected]>
* Update src/System.CommandLine/Resources.cs
Co-authored-by: Kevin B <[email protected]>
* Update src/System.CommandLine/Parsing/OptionResult.cs
Co-authored-by: Kevin B <[email protected]>
* Update src/System.CommandLine/Resources.cs
Co-authored-by: Kevin B <[email protected]>
* Update src/System.CommandLine/Option.cs
Co-authored-by: Kevin B <[email protected]>
* Update src/System.CommandLine/CommandExtensions.cs
Co-authored-by: Kevin B <[email protected]>
* Update src/System.CommandLine/OptionExtensions.cs
Co-authored-by: Kevin B <[email protected]>
* Update src/System.CommandLine/OptionExtensions.cs
Co-authored-by: Kevin B <[email protected]>
* Update src/System.CommandLine/OptionExtensions.cs
Co-authored-by: Kevin B <[email protected]>
* Update src/System.CommandLine/Parsing/CommandResult.cs
Co-authored-by: Kevin B <[email protected]>
* PR comments
Co-authored-by: Kevin B <[email protected]>1 parent e99b4ee commit b751c2e
File tree
65 files changed
+475
-471
lines changed- src
- System.CommandLine.DragonFruit
- System.CommandLine.Tests
- Binding
- Help
- Invocation
- Utility
- System.CommandLine
- Binding
- Builder
- Collections
- Help
- IO
- Parsing
- Properties
- xlf
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
65 files changed
+475
-471
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
218 | | - | |
| 218 | + | |
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
418 | 418 | | |
419 | 419 | | |
420 | 420 | | |
421 | | - | |
| 421 | + | |
422 | 422 | | |
423 | 423 | | |
424 | 424 | | |
| |||
470 | 470 | | |
471 | 471 | | |
472 | 472 | | |
473 | | - | |
| 473 | + | |
474 | 474 | | |
475 | 475 | | |
476 | 476 | | |
| |||
515 | 515 | | |
516 | 516 | | |
517 | 517 | | |
518 | | - | |
| 518 | + | |
519 | 519 | | |
520 | 520 | | |
521 | 521 | | |
| |||
Lines changed: 0 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
| |||
644 | 643 | | |
645 | 644 | | |
646 | 645 | | |
647 | | - | |
648 | | - | |
649 | | - | |
650 | | - | |
651 | | - | |
652 | | - | |
653 | | - | |
654 | | - | |
655 | | - | |
656 | 646 | | |
657 | 647 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | 12 | | |
15 | | - | |
16 | 13 | | |
17 | 14 | | |
18 | 15 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
0 commit comments