Steve Dunn
Steve Dunn
Hi @prlcutting - the way I see it is, the attribute acts as an abstraction over infrastructure concerns. Your domain _ideas_ (types) are still domain specific, and have no _intimate_...
I experienced the same problem. For me, the problem stemmed from the fact that I changed a lot of projects from PCL (.shproj) to libraries (.csproj). Unless the project type...
For this, we need a new global config parameter, a new build error message, and then, when building the 'work items', it should check this setting if a type isn't...
Implemented in 4.0.6
Hi - thanks for the feedback - I'll take a look at this when time permits.
I'm glad you've found a workaround. Apologies for the delay in fixing this.
Hi @arteny - could you check the latest version of Vogen? It should fix this issue as it now generates `Parse` itself
@arteny - I just checked myself. It seems that primitive numers such as `int` etc. are support, however, `string` is not. I think I need to generate a static constructor...
It looks like it calls any method that is `public static X Parse(string s)`. This works, by default, with types like `int` because they already have that method and it...
This has now been implemented and will be in the next release.