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/ReactiveUI.SourceGenerators/Core/Helpers/HashCode.cs
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@ public readonly int ToHashCode()
73
73
74
74
return(int)hash;
75
75
}
76
-
76
+
#pragma warning disable CA1065
77
77
/// <inheritdoc/>
78
78
[Obsolete("HashCode is a mutable struct and should not be compared with other HashCodes. Use ToHashCode to retrieve the computed hash code.",error:true)]
79
79
[EditorBrowsable(EditorBrowsableState.Never)]
@@ -83,6 +83,7 @@ public readonly int ToHashCode()
83
83
[Obsolete("HashCode is a mutable struct and should not be compared with other HashCodes.",error:true)]
0 commit comments