You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 20, 2022. It is now read-only.
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).