This repository was archived by the owner on Sep 20, 2022. It is now read-only.
This repository was archived by the owner on Sep 20, 2022. It is now read-only.
GitReleaseNotes.exe /OutputFile CHANGELOG.md throws exception #95
Open
Description
When I try to run this command from within my repo, I get the following error:
Unhandled Exception: System.InvalidOperationException: Number of ordinal arguments must at least {0}.
at Args.ModelBindingDefinition`1.EnsureCorrectNumberOfOrdinalArguments(IEnumerable`1 ordinalArgs)
at Args.ModelBindingDefinition`1.BindModel(TModel model, IEnumerable`1 args)
at Args.ModelBindingDefinition`1.CreateAndBind(IEnumerable`1 args)
at GitReleaseNotes.Program.Main(String[] args) in C:\projects\gitreleasenotes\src\GitReleaseNotes\Program.cs:line 32
When I try to run the tool specifying the WorkingDirectory (of "."), I get nothing. When I specify /Verbose, I can't find where a logfile might be created and there is no verbose logging emitted to the console (Powershell).
What might I be doing wrong?
Metadata
Metadata
Assignees
Labels
No labels