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