SteveDunn / Vogen

A semi-opinionated library which is a source generator and a code analyser. It Source generates Value Objects
Apache License 2.0
781 stars 45 forks source link

Add factory methods for `Guid`s #571

Closed SteveDunn closed 4 months ago

SteveDunn commented 4 months ago

Describe the feature

Value objects are commonly used as primary keys, so make it easy for users by generating a New() method when the underlying primitive is a Guid

SteveDunn commented 4 months ago

This is now implemented and released in version 4.0.1

drusellers commented 1 month ago

TY!