You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/Strongly.Attributes/StronglyDefaultsAttribute.cs
+1-1
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ public sealed class StronglyDefaultsAttribute : Attribute
17
17
/// <param name="converters">JSON library used to serialize/deserialize strongly-typed ID value.
18
18
/// Defaults to <see cref="StronglyConverter.SystemTextJson"/> and <see cref="StronglyConverter.TypeConverter"/></param>
19
19
/// <param name="implementations">Interfaces and patterns the strongly typed id should implement
20
-
/// Defaults to <see cref="StronglyImplementations.IEquatable"/> and <see cref="StronglyImplementations.IComparable"/></param>
20
+
/// Defaults to <see cref="StronglyImplementations.Parsable"/>,<see cref="StronglyImplementations.IEquatable"/> and <see cref="StronglyImplementations.IComparable"/></param>
0 commit comments