33 references to Strings
Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore (33)
artifacts\obj\Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore\Release\net11.0\Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.Strings.cs (1)
10internal static global::System.Resources.ResourceManager ResourceManager => s_resourceManager ?? (s_resourceManager = new global::System.Resources.ResourceManager(typeof(Strings)));
MigrationsEndPointMiddleware.cs (3)
86var message = Strings.FormatMigrationsEndPointMiddleware_Exception(dbName) + ex; 104await WriteErrorToResponse(context.Response, Strings.MigrationsEndPointMiddleware_NoContextType); 117var message = Strings.FormatMigrationsEndPointMiddleware_ContextNotRegistered(contextTypeName);
Views\DatabaseErrorPage.Designer.cs (29)
143Write(Strings.DatabaseErrorPage_Title); 195Write(Strings.DatabaseErrorPage_NoDbOrMigrationsTitle); 203Write(Strings.DatabaseErrorPage_NoDbOrMigrationsInfo); 236Write(Strings.DatabaseErrorPage_NoDbOrMigrationsInfoPMC); 244Write(Strings.DatabaseErrorPage_AddMigrationCommandPMC); 252Write(Strings.DatabaseErrorPage_ApplyMigrationsCommandPMC); 260Write(Strings.DatabaseErrorPage_NoDbOrMigrationsInfoCLI); 268Write(Strings.DatabaseErrorPage_AddMigrationCommandCLI); 276Write(Strings.DatabaseErrorPage_ApplyMigrationsCommandCLI); 296Write(Strings.DatabaseErrorPage_PendingMigrationsTitle); 304Write(Strings.DatabaseErrorPage_PendingMigrationsInfo); 363Write(Strings.DatabaseErrorPage_ApplyMigrationsButton); 379Write(JavaScriptEncode(Strings.DatabaseErrorPage_ApplyMigrationsButtonRunning)); 387Write(JavaScriptEncode(Strings.DatabaseErrorPage_ApplyMigrationsButtonDone)); 395Write(JavaScriptEncode(Strings.DatabaseErrorPage_MigrationsAppliedRefresh)); 428Write(JavaScriptEncode(Strings.DatabaseErrorPage_ApplyMigrationsButton)); 436Write(JavaScriptEncode(Strings.DatabaseErrorPage_ApplyMigrationsFailed)); 444Write(Strings.DatabaseErrorPage_HowToApplyFromPMC); 452Write(Strings.DatabaseErrorPage_ApplyMigrationsCommandPMC); 460Write(Strings.DatabaseErrorPage_HowToApplyFromCLI); 468Write(Strings.DatabaseErrorPage_ApplyMigrationsCommandCLI); 488Write(Strings.DatabaseErrorPage_PendingChangesTitle); 496Write(Strings.DatabaseErrorPage_PendingChangesInfo); 529Write(Strings.DatabaseErrorPage_PendingChangesInfoPMC); 537Write(Strings.DatabaseErrorPage_AddMigrationCommandPMC); 545Write(Strings.DatabaseErrorPage_ApplyMigrationsCommandPMC); 553Write(Strings.DatabaseErrorPage_PendingChangesInfoCLI); 561Write(Strings.DatabaseErrorPage_AddMigrationCommandCLI); 569Write(Strings.DatabaseErrorPage_ApplyMigrationsCommandCLI);