Skip to content

Commit ba75ecb

Browse files
committed
Use less arbitrary number
1 parent 97c1ed9 commit ba75ecb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Funcky/Extensions/DictionaryExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public static Option<TValue> GetValueOrNone<TKey, TValue>(this IDictionary<TKey,
1717
: Option<TValue>.None;
1818

1919
[Pure]
20-
[OverloadResolutionPriority(10)]
20+
[OverloadResolutionPriority(1)]
2121
public static Option<TValue> GetValueOrNone<TKey, TValue>(this IReadOnlyDictionary<TKey, TValue> dictionary, TKey readOnlyKey)
2222
#if NETCOREAPP3_1
2323
// TKey was constraint to notnull when nullability annotations were originally added. It was later dropped again.

0 commit comments

Comments
 (0)