Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / akamsteeg/AtleX.CommandLineArguments issues and pull requests
#70 - Properties from base Arguments classes are not parsed or displayed in help
Issue -
State: closed - Opened by akamsteeg over 3 years ago
Labels: bug
#69 - Remove dependency on System.ValueTuple when it's part of the framework
Issue -
State: closed - Opened by akamsteeg over 4 years ago
Labels: enhancement
#68 - Update release notes and version for 3.1
Issue -
State: closed - Opened by akamsteeg over 4 years ago
Labels: Release
#67 - KeyValueStyleParser.TryFindRawArgumentValue(string[], string, out string) allocates a lot of memory
Issue -
State: closed - Opened by akamsteeg over 4 years ago
- 3 comments
Labels: performance
#66 - Enable deterministic builds
Issue -
State: open - Opened by akamsteeg over 4 years ago
- 1 comment
Labels: enhancement
#65 - Update System.ComponentModel.Annotations dependency to the latest version
Issue -
State: closed - Opened by akamsteeg over 4 years ago
Labels: enhancement
#64 - In PrefixedKeyParser.TryFindRawArgumentValue() there's a lot of branching and duplicate looks at the same item
Issue -
State: closed - Opened by akamsteeg over 4 years ago
- 1 comment
Labels: code quality, performance
#63 - Run benchmarks for all parsers.
Issue -
State: closed - Opened by akamsteeg over 4 years ago
Labels: enhancement
#62 - Nulling a property of CommandLineArgumentsConfiguration between assigning it to CommandLineArguments.Configuration and calling CommandLineArguments.TryParse() or .DisplayHelp() results in NullReferenceExceptions
Issue -
State: closed - Opened by akamsteeg over 4 years ago
Labels: bug
#61 - AutoDetectConfiguration contains out of date compiler directives
Issue -
State: closed - Opened by akamsteeg over 4 years ago
Labels: bug
#60 - Use <inheritdoc /> in XML Documentation
Issue -
State: closed - Opened by akamsteeg almost 5 years ago
Labels: enhancement
#59 - Replace NET45 with .NET 4.6.1
Issue -
State: closed - Opened by akamsteeg about 5 years ago
Labels: enhancement
#58 - ParseResult.IsValid is re-evaluated for each call
Issue -
State: closed - Opened by akamsteeg about 5 years ago
Labels: enhancement, performance
#57 - Update System.ComponentModel.Annotations dependency to 4.5.0
Issue -
State: closed - Opened by akamsteeg almost 6 years ago
Labels: enhancement
#56 - Mark Write<T>() methods in built-in abstract HelpWriter classes as virtual
Issue -
State: closed - Opened by akamsteeg almost 6 years ago
- 1 comment
Labels: enhancement, wontfix
#55 - Mark Parse<T>() methods in built-in abstract parser classes as virtual
Issue -
State: closed - Opened by akamsteeg almost 6 years ago
Labels: enhancement
#54 - PrefixedKeyParser is abstract but shouldn't be
Issue -
State: closed - Opened by akamsteeg about 6 years ago
Labels: enhancement, code quality
#53 - Add .AddRange() methods for ITypeParser and IArgumentValidator to CommandLineArgumentsConfiguration
Issue -
State: closed - Opened by akamsteeg about 6 years ago
Labels: enhancement, code quality
#52 - Add constructor overrides to CommandLineArgumentConfiguration to accept custom ITypeParser and/or IArgumentValidator arguments
Issue -
State: closed - Opened by akamsteeg about 6 years ago
Labels: enhancement, code quality
#51 - Remove cached types from HelpWriter
Issue -
State: closed - Opened by akamsteeg about 6 years ago
Labels: enhancement, code quality
#50 - Add ITypeParser interface
Issue -
State: closed - Opened by akamsteeg about 6 years ago
Labels: enhancement, code quality
#49 - Add IArgumentValidator interface
Issue -
State: closed - Opened by akamsteeg about 6 years ago
Labels: enhancement, code quality
#48 - Simplify ArgumentPropertiesHelper.TryFillCustomType<T>()
Issue -
State: closed - Opened by akamsteeg about 6 years ago
Labels: code quality
#47 - Move configuration to parameter on CommandLineArguments.TryParse()
Issue -
State: closed - Opened by akamsteeg about 6 years ago
- 1 comment
Labels: enhancement, wontfix
#46 - Release 2.1.0
Issue -
State: closed - Opened by akamsteeg about 6 years ago
- 1 comment
Labels: Release
#45 - PrefixedKeyConsoleHelpWriter is abstract but shouldn't be
Issue -
State: closed - Opened by akamsteeg about 6 years ago
Labels: code quality
#44 - Restructure repo to enable hotfixes and stable release path
Issue -
State: closed - Opened by akamsteeg about 6 years ago
- 3 comments
#43 - Remove TypeParser<T>?
Issue -
State: closed - Opened by akamsteeg about 6 years ago
- 1 comment
Labels: enhancement, question, wontfix
#42 - Method CreateBuiltInValidators() in CommandLineArgumentsConfiguration can be static but is an instance method
Issue -
State: closed - Opened by akamsteeg about 6 years ago
Labels: code quality
#41 - General code cleanup
Issue -
State: closed - Opened by akamsteeg about 6 years ago
Labels: code quality
#40 - Enable SourceLink
Issue -
State: closed - Opened by akamsteeg about 6 years ago
- 4 comments
Labels: enhancement, feature
#39 - ArgumentPropertiesHelper and ValidationHelper can easily be static, but aren't
Issue -
State: closed - Opened by akamsteeg over 6 years ago
Labels: enhancement, performance
#38 - Replace .NET Standard 1.5 with .NET Standard 2.0
Issue -
State: closed - Opened by akamsteeg over 6 years ago
- 1 comment
Labels: question
#37 - Argument validation should be moved out from the argument parsers
Issue -
State: open - Opened by akamsteeg over 6 years ago
- 2 comments
Labels: enhancement
#36 - Arguments should be validated after all arguments are parsed, not during parsing
Issue -
State: open - Opened by akamsteeg over 6 years ago
Labels: bug, enhancement
#35 - Update System.ComponentModel.Annotations dependency to latest
Issue -
State: closed - Opened by akamsteeg over 6 years ago
#34 - A new List<ValidationError> is always created, even when the validation succeeds
Issue -
State: closed - Opened by akamsteeg over 6 years ago
Labels: code quality, performance
#33 - ArgumentPropertiesHelper.FillProperty() iterates over all properties to find the one to set the value for, but the correct property is already known outside the method
Issue -
State: closed - Opened by akamsteeg over 6 years ago
Labels: enhancement, code quality, performance
#32 - Add ThrowHelper to remove throwing exceptions from the hot path
Issue -
State: closed - Opened by akamsteeg over 6 years ago
- 1 comment
Labels: enhancement, question
#31 - CommandLineArgument.Configuration.set_Configuration() throws the wrong error
Issue -
State: closed - Opened by akamsteeg over 6 years ago
Labels: bug
#30 - Set explicit sizes for collections of built-in validators and type parsers
Issue -
State: closed - Opened by akamsteeg over 6 years ago
- 1 comment
Labels: performance
#29 - A new instance of AutoDetectConfiguration is always created, even when the user supplies their own configuration
Issue -
State: closed - Opened by akamsteeg over 6 years ago
Labels: performance
#28 - Release v2.0.0-beta1
Issue -
State: closed - Opened by akamsteeg over 6 years ago
- 1 comment
Labels: Release
#27 - Mark type parsers and validators that don't need to be public, internal
Issue -
State: closed - Opened by akamsteeg over 6 years ago
Labels: enhancement, code quality
#26 - Update version 1.9 as update to v1.* to mark changed/removed things in v2 as obsolete/other
Issue -
State: closed - Opened by akamsteeg over 6 years ago
Labels: Release
#25 - Increase version to 2.0.0 and update release notes
Issue -
State: closed - Opened by akamsteeg over 6 years ago
Labels: Release
#24 - Remove System.ComponentModel.Annotations package reference from NETFX build
Issue -
State: closed - Opened by akamsteeg over 6 years ago
Labels: enhancement
#23 - Simplify naming of classes
Issue -
State: closed - Opened by akamsteeg over 6 years ago
Labels: enhancement, code quality
#22 - Run tests on NETSTANDARD
Issue -
State: closed - Opened by akamsteeg over 6 years ago
Labels: enhancement, feature
#21 - ConsoleHelpWriter wrongly formats help for non-required arguments
Issue -
State: closed - Opened by akamsteeg almost 7 years ago
Labels: bug
#20 - Add GNU-style (--option) commandline parameter support
Issue -
State: closed - Opened by akamsteeg almost 7 years ago
Labels: feature
#19 - Add IEEE/Posix-style (-option) commandline parameter support
Issue -
State: closed - Opened by akamsteeg almost 7 years ago
- 1 comment
Labels: feature
#18 - Run benchmarks on .NET Core too
Issue -
State: closed - Opened by akamsteeg about 7 years ago
Labels: enhancement, feature
#17 - Replace temporary out variable with discard in CommandLineArguments. TryParse<T>(string[], out T)
Issue -
State: closed - Opened by akamsteeg about 7 years ago
Labels: code quality
#16 - Remove unused usings from built-in TypeParsers
Issue -
State: closed - Opened by akamsteeg about 7 years ago
Labels: code quality
#15 - Add unit tests for the built-in TypeParsers
Issue -
State: closed - Opened by akamsteeg about 7 years ago
Labels: enhancement
#14 - Removed obsolete comment from ArgumentPropertiesHelper
Issue -
State: closed - Opened by akamsteeg about 7 years ago
Labels: code quality
#13 - Name of the IsRequired parameter to the ArgumentHelpDetails constructor is not according to the naming guidelines
Issue -
State: closed - Opened by akamsteeg about 7 years ago
Labels: code quality
#12 - Simplify HelpWriter to make implementing it less confusing
Issue -
State: closed - Opened by akamsteeg about 7 years ago
- 1 comment
Labels: enhancement, code quality
#11 - Introduce an interface for HelpWriter
Issue -
State: closed - Opened by akamsteeg about 7 years ago
Labels: enhancement
#10 - Investigate which TFM's we want to support in 2.0.0
Issue -
State: closed - Opened by akamsteeg about 7 years ago
- 1 comment
Labels: enhancement, question
#9 - Improve/rewrite the configuration system
Issue -
State: closed - Opened by akamsteeg about 7 years ago
- 3 comments
Labels: enhancement
#8 - Introduce an interface for CommandLineArgumentsParser
Issue -
State: closed - Opened by akamsteeg about 7 years ago
- 1 comment
Labels: enhancement
#7 - The internal class ArgumentPropertiesHelper is not sealed, but it was supposed to be
Issue -
State: closed - Opened by akamsteeg about 7 years ago
Labels: code quality
#6 - Change argument parsing to a pluggable thing so we can support custom types
Issue -
State: closed - Opened by akamsteeg over 7 years ago
Labels: enhancement
#5 - Replace out params with out variables in ArgumentPropertiesHelper
Issue -
State: closed - Opened by akamsteeg over 7 years ago
Labels: enhancement
#4 - Parsing to an enum no longer works in v1.0.0
Issue -
State: closed - Opened by akamsteeg over 7 years ago
Labels: bug
#3 - Generate documentation for release build too
Issue -
State: closed - Opened by akamsteeg over 7 years ago
Labels: bug
#2 - WindowsStyleCommandLineArgumentsParser is case-sensitive but all parsers should be case-insensitive
Issue -
State: closed - Opened by akamsteeg over 7 years ago
Labels: bug
#1 - Requesting help is not always correctly handled by the built-in parsers
Issue -
State: closed - Opened by akamsteeg over 7 years ago
Labels: enhancement