ValueObject icon indicating copy to clipboard operation
ValueObject copied to clipboard

A micro library for easily creating C# classes with value semantics. No need to override Equals, GetHashCode, et all.

Results 4 ValueObject issues
Sort by recently updated
recently updated
newest added

Hi, SonarQube is giving out the warning with the following explanation: > When a class implements the IEquatable interface, it enters a contract that states, "I know how to compare...

我使用了微软的Orleans,默认需要在类加上 [Serializable] 的attribute , 但是如果我的类继承了: Value.ValueObject,就报错 Value.ValueObject 没有添加 [Serializable] 的attribute I use Microsoft's Orleans. By default, I need to add [Serializable] attribute to the class. But if my class inherits:...

Do you think this enhancement maybe usefull for cases, when same properties refer to different collections, but these collections contain same values?

Hello! Add some info to readme. For example, link to nuget :)