-
Notifications
You must be signed in to change notification settings - Fork 480
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
merge Viktor hofer netstandard20 #386
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…it 'help' and 'version' options/verbs.
fixing grammar error in specification error message
… your Maximum Display Width is 80
…r non-Windows environments, but this is not true in more recent versions of Mono (returns 0 instead). This change will cause it to default to DefaultMaximumLength in the event that Console.WindowWidth returns 0.
ToDo: add tests and nameinfo
…pport Fixing DisplayWidth for newer Mono
…leWidth Fix to Display Width Tests
…mework it's from AssemblyInfo, for .NET Standard file without extension.
Fix not showing correct header info, issue #34
Implement new functionality suggested in Issue 283
Fix HelpText.AutoBuild Usage spacing
…dline into ViktorHofer-netstandard20
Conflicts: .paket/Paket.Restore.targets paket.lock src/CommandLine/CommandLine.csproj src/CommandLine/Core/ReflectionExtensions.cs tests/CommandLine.Tests.Properties/CommandLine.Tests.Properties.csproj tests/CommandLine.Tests/CommandLine.Tests.csproj tests/CommandLine.Tests/Unit/Core/InstanceBuilderTests.cs tests/CommandLine.Tests/Unit/Text/HelpTextTests.cs
Fix support for .NET 4.0 and .NET 4.5
Scenarios: * IEnumerable option with 9000 entries: 15+ hours -> 150ms * Options class w/20 string options all set on command line: 960ms -> 2.2ms The speedups were all achieved by memoizing IEnumerables that are enumerated multiple times.
I initially added .ToSet() to EnumerableExtensions.cs, not realizing it was a paket file and thus not directly editable in this repo.
Improve performance by more than 400X
…to Yiabiten-issue197
README: fix typo in C# Quick Start Example
…andLineParser into Athari-disable-auto-options
@ViktorHofer this was to fix some wierd conflicts, not sure if I did it 100% correctly but this should work. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.