oocx / acme.net

A .net implementation of ACME (Automatic Certificate Management Environment)
MIT License
89 stars 19 forks source link

.net 461 Parameter parsing fails #23

Closed FrankPfattheicher closed 4 months ago

FrankPfattheicher commented 7 years ago

The parameter IEnumerable Domains could not be parsed.

Type conversion error :-(

iamcarbon commented 7 years ago

Is this using the NuGet package or from this branch?

Can you provide a stack trace?

FrankPfattheicher commented 7 years ago

To reproduce use the following command line arguments: -d domain1.com -v Verbose -p 123456 -a -i iis -w domain1 -m mailto:info@domain1.de –j Just start debugging Oocx.ACME.Console using VS2017 The following line will fail parser.ParseArguments(args, options); System.InvalidCastException: 'Ungültige Umwandlung von "System.String" in "System.Collections.Generic.IEnumerable`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]".' (Sorry for german message text)

Need more ?

FrankPfattheicher commented 4 months ago

obsolete