We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7803b8b commit 044711aCopy full SHA for 044711a
samples/Thinktecture.Runtime.Extensions.Samples/ValueObjects/ProductName.cs
@@ -7,6 +7,7 @@ namespace Thinktecture.ValueObjects;
7
public sealed partial class ProductName
8
{
9
[ValueObjectMemberEqualityComparer<ComparerAccessors.StringOrdinalIgnoreCase, string>]
10
+ [ValueObjectMemberComparer<ComparerAccessors.StringOrdinalIgnoreCase, string>]
11
private string Value { get; }
12
13
static partial void ValidateFactoryArguments(ref ValidationResult? validationResult, ref string value)
0 commit comments