adamabdelhamed / PowerArgs

The ultimate .NET Standard command line argument parser
MIT License
569 stars 56 forks source link

support revivers in executing assembly #87

Closed ghowlett2020 closed 5 years ago

ghowlett2020 commented 9 years ago

If the reviver is not in the same assembly as the custom type we cannot find the reviver, its not always possible to update the assembly with the custom type, therefore also search the executing assembly.