Skip to content

Commit

Permalink
React to breaking change latest API Check detects
Browse files Browse the repository at this point in the history
  • Loading branch information
dougbu committed May 25, 2017
1 parent 47130aa commit 85f34b6
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/EFCore.Relational/breakingchanges.netcore.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
]

0 comments on commit 85f34b6

Please sign in to comment.