File tree 1 file changed +0
-3
lines changed
src/Http/Http.Abstractions/src/Routing 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -793,9 +793,6 @@ public bool MoveNext()
793
793
[ UnconditionalSuppressMessage ( "Trimming" , "IL2026" ,
794
794
Justification = "The constructor that would result in _propertyStorage being non-null is annotated with RequiresUnreferencedCodeAttribute. " +
795
795
"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." ) ]
799
796
private bool MoveNextRare ( )
800
797
{
801
798
var dictionary = _dictionary ;
You can’t perform that action at this time.
0 commit comments