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.. ///