-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Running TcmTemplateSync.exe with the --extensions parameter but wihtout values for that parameter will crash the application.
To reproduce run: TcmTemplateSync.exe --extensions
Error:
Unhandled Exception: System.NullReferenceException: Object reference not set to
an instance of an object.
at Tridion.Extensions.Deployment.TemplateUpload.Program.<>c__DisplayClassa.b__4(String v)
at Mono.Options.Option.Invoke(OptionContext c)
at Mono.Options.OptionSet.ParseValue(String option, OptionContext c)
at Mono.Options.OptionSet.Parse(String argument, OptionContext c)
at Mono.Options.OptionSet.Parse(IEnumerable`1 arguments)
at Tridion.Extensions.Deployment.TemplateUpload.Program.Main(String[] args)
Probably simple to fix, low prio so I am not going to fix it right away.