Skip to content

Commit 136903d

Browse files
authored
Apply suggestions from code review
1 parent 645af5e commit 136903d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Http/Http.Abstractions/src/Routing/RouteValueDictionary.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ public RouteValueDictionary()
9595
/// property names are keys, and property values are the values, and copied into the dictionary.
9696
/// Only public instance non-index properties are considered.
9797
/// </remarks>
98-
[RequiresUnreferencedCode("RouteValueDictionary uses reflection to generate the route values.")]
9998
public RouteValueDictionary(object? values)
10099
{
101100
if (values is RouteValueDictionary dictionary)
@@ -745,7 +744,6 @@ internal class PropertyStorage
745744
public readonly object Value;
746745
public readonly PropertyHelper[] Properties;
747746

748-
[RequiresUnreferencedCode("PropertyStorage uses reflection to get property values.")]
749747
public PropertyStorage(object value)
750748
{
751749
Debug.Assert(value != null);

0 commit comments

Comments
 (0)