From 1a294b8d5318dddb1dc5fd66b804ff3b05832b04 Mon Sep 17 00:00:00 2001 From: Doug Bunting Date: Wed, 24 May 2017 22:09:24 -0700 Subject: [PATCH] React to breaking change latest API Check detects - see PR aspnet/BuildTools#259 and issue aspnet/BuildTools#146 - relates to 014a786b45 --- .../breakingchanges.netcore.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/Microsoft.AspNetCore.Mvc.Abstractions/breakingchanges.netcore.json b/src/Microsoft.AspNetCore.Mvc.Abstractions/breakingchanges.netcore.json index 528bb7f5fb..d9e5d8d5e7 100644 --- a/src/Microsoft.AspNetCore.Mvc.Abstractions/breakingchanges.netcore.json +++ b/src/Microsoft.AspNetCore.Mvc.Abstractions/breakingchanges.netcore.json @@ -7,5 +7,10 @@ "TypeId": "public abstract class Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata : System.IEquatable", "MemberId": "public abstract Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.IModelBindingMessageProvider get_ModelBindingMessageProvider()", "Kind": "Removal" + }, + { + "TypeId": "public abstract class Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata : System.IEquatable, Microsoft.AspNetCore.Mvc.ModelBinding.IModelMetadataProvider", + "MemberId": "public abstract Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.ModelBindingMessageProvider get_ModelBindingMessageProvider()", + "Kind": "Addition" } ] \ No newline at end of file