Skip to content

Commit 9175347

Browse files
committed
PR feedback
1 parent 3de17af commit 9175347

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -793,9 +793,6 @@ public bool MoveNext()
793793
[UnconditionalSuppressMessage("Trimming", "IL2026",
794794
Justification = "The constructor that would result in _propertyStorage being non-null is annotated with RequiresUnreferencedCodeAttribute. " +
795795
"We do not need to additionally produce an error in this method since it is shared by trimmer friendly code paths.")]
796-
[UnconditionalSuppressMessage("AOT", "IL3050",
797-
Justification = "The constructor that would result in _propertyStorage being non-null is annotated with RequiresDynamicCodeAttribute. " +
798-
"We do not need to additionally produce an error in this method since it is shared by AOT friendly code paths.")]
799796
private bool MoveNextRare()
800797
{
801798
var dictionary = _dictionary;

0 commit comments

Comments
 (0)