Updated StringArgumentValue.ConvertTo to let the class not found exce… #67
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
…ption go
I lost a full afternoon looking for documentation or on stackoverflow to find out how to set an object instance to a method's "Args" in my appsettings.json file (same thing applies to the web.config I guess).
If I had recieved the correct exception, I would have known right away how to format the class name by looking at the stack trace and into the
Type.GetType
documentation.I ran all unit tests and everything works fine with that change.
Hope it helps and you'll accept my pull request...
See my stackoverflow question here for some more background.