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
Unhandled exception. System.NullReferenceException: Object reference not set to an instance of an object. at CasCap.Commands.GenerateCommand.OnExecuteAsync() in //src/CasCap.DevOpsYamlizrCli/Commands/GenerateCommand.cs:line 131 at McMaster.Extensions.CommandLineUtils.Conventions.ExecuteMethodConvention.InvokeAsync(MethodInfo method, Object instance, Object[] arguments) at McMaster.Extensions.CommandLineUtils.Conventions.ExecuteMethodConvention.OnExecute(ConventionContext context, CancellationToken cancellationToken) at McMaster.Extensions.CommandLineUtils.Conventions.ExecuteMethodConvention.<>c__DisplayClass0_0.<b__0>d.MoveNext() --- End of stack trace from previous location --- at McMaster.Extensions.CommandLineUtils.CommandLineApplication.ExecuteAsync(String[] args, CancellationToken cancellationToken) at CasCap.Program.Main(String[] args) in //src/CasCap.DevOpsYamlizrCli/Program.cs:line 33 at CasCap.Program.
(String[] args)
To Reproduce
See above, we couldn't get 2.0 working.
Expected behavior
Export of YAML, which is not happening
Screenshots
Desktop (please complete the following information):
OS: Windows
.NET 7.0 SDK
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Key
Release 2.0 breaks the exporting of YAML for us, version 1.0.21 works, same command only adding full URI when using 2.0.
Command for 1.0.21 - WORKS:
yamlizr generate -pat ********* -org ***** -proj ***** -out c:/temp/yamlizer --filter "*****"
Command for 2.0 - ERROR:
yamlizr generate -pat ********* -org https://dev.azure.com/***** -proj ***** -out c:/temp/yamlizer --filter "*****"
Describe the bug
Error returned by tool:
Unhandled exception. System.NullReferenceException: Object reference not set to an instance of an object. at CasCap.Commands.GenerateCommand.OnExecuteAsync() in //src/CasCap.DevOpsYamlizrCli/Commands/GenerateCommand.cs:line 131 at McMaster.Extensions.CommandLineUtils.Conventions.ExecuteMethodConvention.InvokeAsync(MethodInfo method, Object instance, Object[] arguments) at McMaster.Extensions.CommandLineUtils.Conventions.ExecuteMethodConvention.OnExecute(ConventionContext context, CancellationToken cancellationToken) at McMaster.Extensions.CommandLineUtils.Conventions.ExecuteMethodConvention.<>c__DisplayClass0_0.<b__0>d.MoveNext() --- End of stack trace from previous location --- at McMaster.Extensions.CommandLineUtils.CommandLineApplication.ExecuteAsync(String[] args, CancellationToken cancellationToken) at CasCap.Program.Main(String[] args) in //src/CasCap.DevOpsYamlizrCli/Program.cs:line 33 at CasCap.Program.
(String[] args)To Reproduce
See above, we couldn't get 2.0 working.
Expected behavior
Export of YAML, which is not happening
Screenshots
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: