Steve Dunn
Steve Dunn
Thanks - an interesting idea. I'll take a look into that. Did you know that there is _some_ support for parsing in Vogen; if the underlying type has a `TryParse`...
Understood. I'll take a look when time permits, hopefully soon. Thanks again for the feedback
I'm taking a look at this now. As we know, Vogen already has `TryParse`, but only where the wrapper pimitive type is a **value type**. I can't remember exactly why...
Thanks for the feedback @dgg . I'm finishing up this bit of work now and will be releasing it soon. I would say that the exception when using an unitialized...
Almost there. By default, `Parse` and `TryParse` methods are hoisted up from the underlying primitive. >  Also, if the underlying primitive is a `string`, then `IParsable` is generated >...
@CheloXL - `TryParse` does call a `Validate` method if there is one. However, beginning with the next version, it _doesn't_ throw an exception; the `out` parameter is set to `null`...
This is implemented in v4.0.0 which should be available later today.
Hi @cmeyertons - adding MongoDB Bson support would be a fantastic addition! It would be great if you'd like to contribute this.
Hi again @cmeyertons - is there any help you need in getting this working?
Hi, yes I completely agree that the developer experience is a pain due to all of the snapshot tests. The biggest and slowest culprit of these are the ones that...