From 85f34b66105855bdffb45d8a401e0d1c317bdd6b Mon Sep 17 00:00:00 2001 From: Doug Bunting Date: Wed, 24 May 2017 20:58:19 -0700 Subject: [PATCH] React to breaking change latest API Check detects - see PR aspnet/BuildTools#259 and issue aspnet/BuildTools#146 --- src/EFCore.Relational/breakingchanges.netcore.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/EFCore.Relational/breakingchanges.netcore.json b/src/EFCore.Relational/breakingchanges.netcore.json index 4f82a356b7d..4f9a683da61 100644 --- a/src/EFCore.Relational/breakingchanges.netcore.json +++ b/src/EFCore.Relational/breakingchanges.netcore.json @@ -1347,5 +1347,15 @@ "TypeId": "public interface Microsoft.EntityFrameworkCore.Storage.ISqlGenerationHelper", "MemberId": "System.Void GenerateLiteral(System.Text.StringBuilder builder, System.Object value, Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping typeMapping = null)", "Kind": "Removal" + }, + { + "TypeId": "public abstract class Microsoft.EntityFrameworkCore.Infrastructure.RelationalOptionsExtension : Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptionsExtension", + "MemberId": "protected abstract Microsoft.EntityFrameworkCore.Infrastructure.RelationalOptionsExtension Clone()", + "Kind": "Addition" + }, + { + "TypeId": "public abstract class Microsoft.EntityFrameworkCore.Infrastructure.RelationalOptionsExtension : Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptionsExtension", + "MemberId": "public abstract System.Boolean ApplyServices(Microsoft.Extensions.DependencyInjection.IServiceCollection services)", + "Kind": "Addition" } -] + ] \ No newline at end of file