Steve Dunn
Steve Dunn
Hi @squideyes - many thanks for the bug report. ~~The problem looks like it's due to missing a reference to `System.Text.Json` (STJ).~~ **UPDATE** - it's not - the source generator...
Oh, that's not good. Thanks for providing the repo project. I've been looking at the problem and have updated the documentation. Because you're not use the 'SDK Style' project, source...
Relevant thread: https://discord.com/channels/732297728826277939/735233259763400715/963539625186590772
That's a great idea - thank you! I'm assuming we can conditionally compile/generate these?
Thanks for the report @Blackclaws , and thanks for describing the fix @CheloXL . The documentation is a lacking at the moment, but it's something I'm hoping to get around...
@Blackclaws - let us know if you're happy with suggestion by @CheloXL. If so, I'll close this Issue.
These are interesting concepts and it would be nice to have a central (searchable) repository. There's probably such a central repository for regexes, which I think is one layer below...
[Vogen](https://github.com/SteveDunn/Vogen) is similar to this but it has certain opinions/constraints on safety (for instance, not being able to create default instances of value objects). It's also focused on speed; there's...
Records on their own are not a complete answer to Value Objects. Take a look at Vogen to see if it fits your needs. It has additional constraints on the...
I started something similar to this library a few years back and recently put it on [GitHub](https://github.com/SteveDunn/StringlyTyped) and NuGet. It started out life with a few key differences, namely: *...