Steve Dunn

Results 242 comments of Steve Dunn

@dmitriyse - this will be in the next release, likely later this week. Thanks again for your feedback

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 enums.

@arteny - how are you getting on with Intellenum? I've closed this one, but let me know if you need any help.

@arteny @fbestfriends - I've created a feature request in Intellenum: https://github.com/SteveDunn/Intellenum/issues/127

Hi, thanks for the feedback and suggestion, much appreciated! First impressions look like it'd be quite a major change, but I can see how such a feature would be useful...

This would be quite a big feature to implement. I think maybe the first step would be to consider adding just the `TryFrom` method. Then, maybe in the future, a...

Hi @AthenaAzuraeaX - it is now possible to create factories. The [documentation ](https://stevedunn.github.io/Vogen/working-with-ids.html) describes how to use it for sequential GUIDs, but the concept is the same for your case.

@AthenaAzuraeaX - `From` is still present in the value objects. The factory, although static in the example, can be constructed any way you like and injected with interfaces of other...

Hi - thanks for the feature suggestion. I think it'd make an excellent suggestion! I'm not very familiar with this stuff though, so I'll do a bit of research and...

Interesting! Many thanks, I'll take a look at those.