From 762fb8b9c925f39dbbc2ff18c7786e5bf3fd5d45 Mon Sep 17 00:00:00 2001 From: "Robert McLaws (Microsoft MVP)" Date: Sat, 24 Dec 2016 14:34:33 -0500 Subject: [PATCH] =?UTF-8?q?Updating=C2=A0Resources,=20Part=201?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Properties/Resources.Designer.cs | 20 ++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/src/Microsoft.Restier.Providers.EntityFramework/Properties/Resources.Designer.cs b/src/Microsoft.Restier.Providers.EntityFramework/Properties/Resources.Designer.cs index d05c1dc1..39fc17eb 100644 --- a/src/Microsoft.Restier.Providers.EntityFramework/Properties/Resources.Designer.cs +++ b/src/Microsoft.Restier.Providers.EntityFramework/Properties/Resources.Designer.cs @@ -1,4 +1,4 @@ -//------------------------------------------------------------------------------ +//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.42000 @@ -69,6 +69,15 @@ internal static string DataModificationMustBeCUD { } } + /// + /// Looks up a localized string similar to Could not find the correct DbContext instance for this EntityFrameworkApi. \r\n The Context name was '{0}' but the Container expects '{1}'.. + /// + internal static string DbContextCouldNotBeFoundException { + get { + return ResourceManager.GetString("DbContextCouldNotBeFoundException", resourceCulture); + } + } + /// /// Looks up a localized string similar to Need 'LineString type', while input is {0}.. /// @@ -87,6 +96,15 @@ internal static string InvalidPointGeographyType { } } + /// + /// Looks up a localized string similar to This project has multiple EntityFrameworkApis using different DbContexts, and the correct context could not be loaded. \r\n The contexts available are '{0}' but the Container expects '{1}'.. + /// + internal static string MultipleDbContextsExpectedException { + get { + return ResourceManager.GetString("MultipleDbContextsExpectedException", resourceCulture); + } + } + /// /// Looks up a localized string similar to The precondition check for request {0} on resource {1} is failed.. ///