-
Notifications
You must be signed in to change notification settings - Fork 416
Comparing changes
Open a pull request
base repository: dotnet/command-line-api
base: 02fe27cd6a
head repository: dotnet/command-line-api
compare: a045dd54a4
- 17 commits
- 93 files changed
- 8 contributors
Commits on Jun 8, 2023
-
Separate
CliActioninto synchronous and asynchronous types (#2205)* split CliAction into sync and async types * minor cleanups * Move typo corrections into ParseErrorAction, make it public This also adds properties to the ParseErrorAction to allow toggling help and typo suggestions when there's a parse error. * rename test class * bring back (internal) anonymous CliAction types * generalize precedence of directive actions over option actions * split into separate files, add XML doc comments * rename DiagramAction to ParseDiagramAction * split CompletionAction into a separate file * exclude benchmarks project from .sln * Address PR comments * support non-terminating option actions * reuse IsBoolean() method * update API baseline
Configuration menu - View commit details
-
Copy full SHA for 104bb34 - Browse repository at this point
Copy the full SHA 104bb34View commit details -
[main] Update dependencies from dotnet/source-build-reference-packages (
#2180) * Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20230421.1 Microsoft.SourceBuild.Intermediate.source-build-reference-packages From Version 8.0.0-alpha.1.23217.1 -> To Version 8.0.0-alpha.1.23221.1 * Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20230428.2 Microsoft.SourceBuild.Intermediate.source-build-reference-packages From Version 8.0.0-alpha.1.23217.1 -> To Version 8.0.0-alpha.1.23228.2 * Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20230503.2 Microsoft.SourceBuild.Intermediate.source-build-reference-packages From Version 8.0.0-alpha.1.23217.1 -> To Version 8.0.0-alpha.1.23253.2 * Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20230512.1 Microsoft.SourceBuild.Intermediate.source-build-reference-packages From Version 8.0.0-alpha.1.23217.1 -> To Version 8.0.0-alpha.1.23262.1 * Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20230519.1 Microsoft.SourceBuild.Intermediate.source-build-reference-packages From Version 8.0.0-alpha.1.23217.1 -> To Version 8.0.0-alpha.1.23269.1 * Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20230524.2 Microsoft.SourceBuild.Intermediate.source-build-reference-packages From Version 8.0.0-alpha.1.23217.1 -> To Version 8.0.0-alpha.1.23274.2 * Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20230602.3 Microsoft.SourceBuild.Intermediate.source-build-reference-packages From Version 8.0.0-alpha.1.23217.1 -> To Version 8.0.0-alpha.1.23302.3 --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 96a8130 - Browse repository at this point
Copy the full SHA 96a8130View commit details
Commits on Jun 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ebb192b - Browse repository at this point
Copy the full SHA ebb192bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 44cba4d - Browse repository at this point
Copy the full SHA 44cba4dView commit details -
Update dependencies from https://github.com/dotnet/source-build-refer…
…ence-packages build 20230609.1 Microsoft.SourceBuild.Intermediate.source-build-reference-packages From Version 8.0.0-alpha.1.23302.3 -> To Version 8.0.0-alpha.1.23309.1
Configuration menu - View commit details
-
Copy full SHA for 8f2ada7 - Browse repository at this point
Copy the full SHA 8f2ada7View commit details
Commits on Jun 15, 2023
-
Move directives to
CliRootCommand(#2224)* some test refactoring * move directives from CliConfiguration to CliRootCommand * skip two tests added to track #2223 * remove a FIX comment
Configuration menu - View commit details
-
Copy full SHA for 6b9b8c8 - Browse repository at this point
Copy the full SHA 6b9b8c8View commit details
Commits on Jun 19, 2023
-
Update dependencies from https://github.com/dotnet/source-build-refer…
…ence-packages build 20230616.2 (#2225) Microsoft.SourceBuild.Intermediate.source-build-reference-packages From Version 8.0.0-alpha.1.23309.1 -> To Version 8.0.0-alpha.1.23316.2 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6daed85 - Browse repository at this point
Copy the full SHA 6daed85View commit details
Commits on Jun 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f6ff2f1 - Browse repository at this point
Copy the full SHA f6ff2f1View commit details
Commits on Jul 10, 2023
-
Update dependencies from https://github.com/dotnet/source-build-refer…
…ence-packages build 20230623.1 Microsoft.SourceBuild.Intermediate.source-build-reference-packages From Version 8.0.0-alpha.1.23316.2 -> To Version 8.0.0-alpha.1.23323.1
Configuration menu - View commit details
-
Copy full SHA for 13bdf0e - Browse repository at this point
Copy the full SHA 13bdf0eView commit details -
Update dependencies from https://github.com/dotnet/source-build-refer…
…ence-packages build 20230630.2 Microsoft.SourceBuild.Intermediate.source-build-reference-packages From Version 8.0.0-alpha.1.23316.2 -> To Version 8.0.0-alpha.1.23330.2
Configuration menu - View commit details
-
Copy full SHA for b57b055 - Browse repository at this point
Copy the full SHA b57b055View commit details -
Update dependencies from https://github.com/dotnet/source-build-refer…
…ence-packages build 20230706.4 Microsoft.SourceBuild.Intermediate.source-build-reference-packages From Version 8.0.0-alpha.1.23316.2 -> To Version 8.0.0-alpha.1.23356.4
Configuration menu - View commit details
-
Copy full SHA for 2c8df73 - Browse repository at this point
Copy the full SHA 2c8df73View commit details
Commits on Jul 17, 2023
-
Update dependencies from https://github.com/dotnet/source-build-refer…
…ence-packages build 20230712.3 Microsoft.SourceBuild.Intermediate.source-build-reference-packages From Version 8.0.0-alpha.1.23356.4 -> To Version 8.0.0-alpha.1.23362.3
Configuration menu - View commit details
-
Copy full SHA for 9a4a20c - Browse repository at this point
Copy the full SHA 9a4a20cView commit details
Commits on Jul 19, 2023
-
Improve help sections layout...
- get rid of the `HelpContext.WasSectionSkipped' mutable property. - normalize space between sections. - adapt unit tests and approvals.
Configuration menu - View commit details
-
Copy full SHA for 6b7d915 - Browse repository at this point
Copy the full SHA 6b7d915View commit details
Commits on Jul 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6c8c9b0 - Browse repository at this point
Copy the full SHA 6c8c9b0View commit details
Commits on Jul 27, 2023
-
* fix #2226 * file scoped namespaces and minor cleanup * use code simplification suggested by KalleOlaviNiemitalo * ensure help is not shown when help option is not present * correctly look up HelpAction on ancestor commands' help options
Configuration menu - View commit details
-
Copy full SHA for b4bbdd2 - Browse repository at this point
Copy the full SHA b4bbdd2View commit details
Commits on Jul 31, 2023
-
Update dependencies from https://github.com/dotnet/source-build-refer…
…ence-packages build 20230721.1 (#2245) Microsoft.SourceBuild.Intermediate.source-build-reference-packages From Version 8.0.0-alpha.1.23362.3 -> To Version 8.0.0-alpha.1.23371.1 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 67df30a - Browse repository at this point
Copy the full SHA 67df30aView commit details
Commits on Aug 7, 2023
-
Name based lookup fixes (#2255)
* fix parent lookups for GetValue(string), add GetResult(string) * remove dead code and other cleanups * split out CustomParsingTests * make CliCommand IEnumerable, not IEnumerable<T> * remove EditorBrowsable(Never) from CliCommand.Add overloads * add custom parsing tests to cover SymbolResult.GetResult by name
Configuration menu - View commit details
-
Copy full SHA for a045dd5 - Browse repository at this point
Copy the full SHA a045dd5View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 02fe27cd6a...a045dd54a4