0
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected about 21 hours ago.
Aug 11, 2025 — Aug 11, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'develop' into ViktorHofer-netstandard20 More... almost 8 years ago
Merge branch 'develop' of github.com:commandlineparser/commandline into develop More... almost 8 years ago
Merge branch 'netstandard20' of https://github.com/ViktorHofer/commandline into ViktorHofer-netstandard20 More... almost 8 years ago
Merge pull request #289 from PerthHackers/develop More... almost 8 years ago
Merge pull request #280 from ElijahReva/usage-fix More... almost 8 years ago
Merge pull request #201 from Fumblesneeze/patch-1 More... almost 8 years ago
Merge pull request #231 from niklaskarl/master More... almost 8 years ago
Merge pull request #304 from matthewjberger/patch-3 More... almost 8 years ago
Merge pull request #286 from e673/issue283 More... almost 8 years ago
Merge branch 'develop' of github.com:commandlineparser/commandline into develop More... almost 8 years ago
Merge pull request #312 from tynar/master More... about 8 years ago
Check if assembly title ends with '.dll' then just remove '.dll' part. More... about 8 years ago
add preprocessor for HeadingInfo to show correct Heading for .NET Framework it's from AssemblyInfo, for .NET Standard file without extension. More... about 8 years ago
add strong name signing More... about 8 years ago
Disable faulty tests and enable testing in CI More... about 8 years ago
Move to NS2.0 More... about 8 years ago
Fix typo More... about 8 years ago
paket updates More... over 8 years ago
removed project.json: https://blogs.msdn.microsoft.com/dotnet/2016/05/23/changes-to-project-json/ More... over 8 years ago
Merge pull request #278 from Oddley/user/Oddley/improveTestsWithConsoleWidth More... over 8 years ago
Merge pull request #279 from Oddley/user/Oddley/fixMonoConsoleWidthSupport More... over 8 years ago
Merge branch 'develop' of https://github.com/PerthHackers/commandline into develop More... over 8 years ago
Revert changes to CommandLine.csproj More... over 8 years ago
Add a test for property throwing an exception More... over 8 years ago
Include the value that has caused an exception to SetValueExceptionError class More... over 8 years ago
Issue #283: Add NameInfo information to SetValueExceptionError More... over 8 years ago
Issue #283: report exceptions in property.SetValue as parsing errors ToDo: add tests and nameinfo More... over 8 years ago
Fix HelpText.AutoBuild Usage spacing More... over 8 years ago
ParserSettings and HelpText assume that Console.WindowWidth throws for 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. More... over 8 years ago
Explicitly passing MaximumDisplayWidth = 80 to tests that fail unless your Maximum Display Width is 80 More... over 8 years ago