9 references to Resources
Microsoft.AspNetCore.Mvc.Testing (9)
artifacts\obj\Microsoft.AspNetCore.Mvc.Testing\Release\net10.0\Microsoft.AspNetCore.Mvc.Testing.Resources.cs (1)
10
internal static global::System.Resources.ResourceManager ResourceManager => s_resourceManager ?? (s_resourceManager = new global::System.Resources.ResourceManager(typeof(
Resources
)));
WebApplicationFactory.cs (8)
88
throw new NotSupportedException(
Resources
.TestServerNotSupportedWhenUsingKestrel);
169
throw new InvalidOperationException(
Resources
.UseKestrelCanBeCalledBeforeInitialization);
293
throw new InvalidOperationException(
Resources
.FormatMissingBuilderMethod(
507
throw new InvalidOperationException(
Resources
.FormatInvalidAssemblyEntryPoint(typeof(TEntryPoint).Name));
514
throw new InvalidOperationException(
Resources
.FormatMissingDepsFile(
647
throw new InvalidOperationException(
Resources
.ServerNotInitialized);
682
throw new InvalidOperationException(
Resources
.ServerNotInitialized);
700
throw new InvalidOperationException(
Resources
.ServerNotInitialized);