Steve Dunn

Results 242 comments of Steve Dunn

> protobuf-net can be used with Vogen types very easily if adding dependency to protobuf-net is OK, but this information is not easy to find imho. I guess it's possible...

Thanks for another great suggestion. I think for this one too, we'll need a new NuGet package as wouldn't want the default package to take on extra dependencies (assuming aspnet...

Hi @Aragas - looking at this one, are you saying that you want Vogen to generate the implementation above (the class that you provided), or are you suggesting that it...

Implemented in 4.0.5

A great suggestion. I too use onion/clean architecture. I enforce constraints using the fantastic NsDepCop (https://github.com/realvizu/NsDepCop) which inspects namespace references for violations. Your suggested way should also be possible to...

Hi @xamir82 - I'm taking a look now, although it'll be a fairly big change, so might not arrive for a while

There are a few issues with implementing this: 1. It is difficult for source generators to share state between projects 2. Inner classes can't be implemented in other projects. Changing...

Thanks for the detailed description on how you do it @MithrilMan . One of the things that Vogen did was to throw exceptions in the `ValueConverter` if the value was...

> > This went against the primary goal of Vogen to not allow uninitialized instances. To facilitate this I added a private __Deserialize() method, meaning the converter can create uninitialized...

I should have a build ready over the weekend. The `[UnsafeAccessor]` stuff is really great for source generators!