Alexey
Alexey
btw I found workaround adding this method to all of my ValueObject's: ` public static MyValueObject Parse(string value) => From(value);`
Yes, waiting for this feature, it is correlates with my feature request issue about asp.net
> Hi @arteny - an interesting proposal. This looks like it might be better as an enum though. I spawned off '[Intellenum](https://github.com/SteveDunn/Intellenum)' due to the similarities between Vogen 'insances' and...
Same issue, only restart helps. Is it going to be fixed?
only GetBalance I saw, and I mean when it hangs, it hangs forever, not with 10 sec limit I specified
Howerver I found that using EnumGenerators instead of Intellenum is good enough for my purposes for int values.