Skip to content

Commit 818ea1e

Browse files
perf: remove ReadOnlyDictionary wrapper (#4531)
1 parent 708b25b commit 818ea1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TUnit.Core/Helpers/AttributeDictionaryHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public static IReadOnlyDictionary<Type, IReadOnlyList<Attribute>> ToAttributeDic
4545
}
4646
}
4747

48-
return new ReadOnlyDictionary<Type, IReadOnlyList<Attribute>>(result);
48+
return result;
4949
}
5050

5151
/// <summary>

0 commit comments

Comments
 (0)