Skip to content
This repository was archived by the owner on Dec 14, 2018. It is now read-only.

Commit bc4328d

Browse files
committed
Add entry to breakingchanges.json
1 parent 948982e commit bc4328d

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

src/Microsoft.AspNetCore.Mvc.Core/breakingchanges.netcore.json

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,5 +145,30 @@
145145
"TypeId": "public class Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.DefaultModelMetadata : Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata",
146146
"MemberId": "public override Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.IModelBindingMessageProvider get_ModelBindingMessageProvider()",
147147
"Kind": "Removal"
148+
},
149+
{
150+
"TypeId": "public class Microsoft.AspNetCore.Mvc.MvcOptions",
151+
"MemberId": "public System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.ApplicationModels.IApplicationModelConvention> get_Conventions()",
152+
"Kind": "Removal"
153+
},
154+
{
155+
"TypeId": "public class Microsoft.AspNetCore.Mvc.MvcOptions",
156+
"MemberId": "public System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.ModelBinding.IModelBinderProvider> get_ModelBinderProviders()",
157+
"Kind": "Removal"
158+
},
159+
{
160+
"TypeId": "public class Microsoft.AspNetCore.Mvc.MvcOptions",
161+
"MemberId": "public System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.ModelBinding.IValueProviderFactory> get_ValueProviderFactories()",
162+
"Kind": "Removal"
163+
},
164+
{
165+
"TypeId": "public class Microsoft.AspNetCore.Mvc.MvcOptions",
166+
"MemberId": "public System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.IMetadataDetailsProvider> get_ModelMetadataDetailsProviders()",
167+
"Kind": "Removal"
168+
},
169+
{
170+
"TypeId": "public class Microsoft.AspNetCore.Mvc.MvcOptions",
171+
"MemberId": "public System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.ModelBinding.Validation.IModelValidatorProvider> get_ModelValidatorProviders()",
172+
"Kind": "Removal"
148173
}
149-
]
174+
]

0 commit comments

Comments
 (0)