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
Hi, i have tried to fork your project for make a PR but since you have used the new 2017 VS format i'm not able to do that.
So i ask you, if possible to add support to guid type simply adding a single line of code to the file
Hi, i have tried to fork your project for make a PR but since you have used the new 2017 VS format i'm not able to do that.
So i ask you, if possible to add support to guid type simply adding a single line of code to the file
ValueArgument.cs
On method
protected virtual TValue DefaultConvert(string stringValue)
you have a lot of "if" statement for manage the native type and if you add this line of code
just below the last if all works fine.
Thanks in advance
The text was updated successfully, but these errors were encountered: