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
I am looking for a way to use this both as either a dependency or to pull in dependencies using IoC containers. Specifically I am using Unity at the present time. and I am trying to use the ArgActions attrbute with classes but I haven't been able to find any documentation on how to use ArgActions properly in your Readme file or instantiate with an IoC container or how to resolve these types of class based actions in general.
This is the first parser framework i have accross that supports custom type mappings and validation so i would really like to use this for my next project
The text was updated successfully, but these errors were encountered:
i have it partially figured out but i am getting stuck on how to plugin to the ArgActionResolver and use the created instance with the created Action classes
the only thing i have found is how to identify the types but i can't find anytwhere to plugin Unity Resolution functionality
I am looking for a way to use this both as either a dependency or to pull in dependencies using IoC containers. Specifically I am using Unity at the present time. and I am trying to use the ArgActions attrbute with classes but I haven't been able to find any documentation on how to use ArgActions properly in your Readme file or instantiate with an IoC container or how to resolve these types of class based actions in general.
This is the first parser framework i have accross that supports custom type mappings and validation so i would really like to use this for my next project
The text was updated successfully, but these errors were encountered: