-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ValueOf vs Records #18
Comments
Records are only 'officially' available in .NET 5 and higher, not from .NET Framework or Core. |
Records don't work in VB.NET whereas this package works great. |
VB.NET is dead where as C# is not dead. |
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 usage and creation of value objects - in the form of compilation errors and runtime checks. |
Now that we have records in C#, what's the benefit of using this library over them? Have you considered deprecating this and redirecting potential users to use records?
The text was updated successfully, but these errors were encountered: