Skip to content

Commit 6873581

Browse files
committed
Fixed the generated suppressions file
1 parent b4a47d0 commit 6873581

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/Mvc/Mvc.Core/src/Microsoft.AspNetCore.Mvc.Core.WarningSuppressions.xml

+7-7
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<argument>ILLink</argument>
1818
<argument>IL2026</argument>
1919
<property name="Scope">member</property>
20-
<property name="Target">M:Microsoft.AspNetCore.Builder.MvcApplicationBuilderExtensions.&lt;&gt;c.{UseMvcWithDefaultRoute}b__1_0(Microsoft.AspNetCore.Routing.IRouteBuilder)</property>
20+
<property name="Target">M:Microsoft.AspNetCore.Builder.MvcApplicationBuilderExtensions.&lt;&gt;c.&lt;UseMvcWithDefaultRoute&gt;b__1_0(Microsoft.AspNetCore.Routing.IRouteBuilder)</property>
2121
</attribute>
2222
<attribute fullname="System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute">
2323
<argument>ILLink</argument>
@@ -41,7 +41,7 @@
4141
<argument>ILLink</argument>
4242
<argument>IL2026</argument>
4343
<property name="Scope">member</property>
44-
<property name="Target">M:Microsoft.AspNetCore.Mvc.ApplicationModels.DefaultApplicationModelProvider.AddReturnTypeMetadata(System.Collections.Generic.IList{Microsoft.AspNetCore.Mvc.ApplicationModels.SelectorModel},System.Reflection.MethodInfo)</property>
44+
<property name="Target">M:Microsoft.AspNetCore.Mvc.ApplicationModels.DefaultApplicationModelProvider.AddReturnTypeMetadata(System.Collections.Generic.IList&lt;Microsoft.AspNetCore.Mvc.ApplicationModels.SelectorModel&gt;,System.Reflection.MethodInfo)</property>
4545
</attribute>
4646
<attribute fullname="System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute">
4747
<argument>ILLink</argument>
@@ -527,7 +527,7 @@
527527
<argument>ILLink</argument>
528528
<argument>IL2060</argument>
529529
<property name="Scope">member</property>
530-
<property name="Target">M:Microsoft.AspNetCore.Mvc.ApplicationModels.DefaultApplicationModelProvider.AddReturnTypeMetadata(System.Collections.Generic.IList{Microsoft.AspNetCore.Mvc.ApplicationModels.SelectorModel},System.Reflection.MethodInfo)</property>
530+
<property name="Target">M:Microsoft.AspNetCore.Mvc.ApplicationModels.DefaultApplicationModelProvider.AddReturnTypeMetadata(System.Collections.Generic.IList&lt;Microsoft.AspNetCore.Mvc.ApplicationModels.SelectorModel&gt;,System.Reflection.MethodInfo)</property>
531531
</attribute>
532532
<attribute fullname="System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute">
533533
<argument>ILLink</argument>
@@ -545,7 +545,7 @@
545545
<argument>ILLink</argument>
546546
<argument>IL2060</argument>
547547
<property name="Scope">member</property>
548-
<property name="Target">M:Microsoft.AspNetCore.Mvc.ModelBinding.Validation.DefaultCollectionValidationStrategy.&lt;&gt;c.{GetEnumeratorForElementType}b__5_0(System.Type)</property>
548+
<property name="Target">M:Microsoft.AspNetCore.Mvc.ModelBinding.Validation.DefaultCollectionValidationStrategy.&lt;&gt;c.&lt;GetEnumeratorForElementType&gt;b__5_0(System.Type)</property>
549549
</attribute>
550550
<attribute fullname="System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute">
551551
<argument>ILLink</argument>
@@ -569,7 +569,7 @@
569569
<argument>ILLink</argument>
570570
<argument>IL2067</argument>
571571
<property name="Scope">member</property>
572-
<property name="Target">M:Microsoft.AspNetCore.Mvc.Infrastructure.TypeActivatorCache.&lt;&gt;c.{#ctor}b__3_0(System.Type)</property>
572+
<property name="Target">M:Microsoft.AspNetCore.Mvc.Infrastructure.TypeActivatorCache.&lt;&gt;c.&lt;#ctor&gt;b__3_0(System.Type)</property>
573573
</attribute>
574574
<attribute fullname="System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute">
575575
<argument>ILLink</argument>
@@ -641,7 +641,7 @@
641641
<argument>ILLink</argument>
642642
<argument>IL2070</argument>
643643
<property name="Scope">member</property>
644-
<property name="Target">M:Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.DefaultBindingMetadataProvider.{GetRecordTypeConstructor}g__IsRecordType|2_0(System.Type)</property>
644+
<property name="Target">M:Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.DefaultBindingMetadataProvider.&lt;GetRecordTypeConstructor&gt;g__IsRecordType|2_0(System.Type)</property>
645645
</attribute>
646646
<attribute fullname="System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute">
647647
<argument>ILLink</argument>
@@ -653,7 +653,7 @@
653653
<argument>ILLink</argument>
654654
<argument>IL2072</argument>
655655
<property name="Scope">member</property>
656-
<property name="Target">M:Microsoft.AspNetCore.Mvc.ApplicationModels.DefaultApplicationModelProvider.AddReturnTypeMetadata(System.Collections.Generic.IList{Microsoft.AspNetCore.Mvc.ApplicationModels.SelectorModel},System.Reflection.MethodInfo)</property>
656+
<property name="Target">M:Microsoft.AspNetCore.Mvc.ApplicationModels.DefaultApplicationModelProvider.AddReturnTypeMetadata(System.Collections.Generic.IList&lt;Microsoft.AspNetCore.Mvc.ApplicationModels.SelectorModel&gt;,System.Reflection.MethodInfo)</property>
657657
</attribute>
658658
<attribute fullname="System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute">
659659
<argument>ILLink</argument>

0 commit comments

Comments
 (0)