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)
10internal static global::System.Resources.ResourceManager ResourceManager => s_resourceManager ?? (s_resourceManager = new global::System.Resources.ResourceManager(typeof(Resources)));
WebApplicationFactory.cs (8)
88throw new NotSupportedException(Resources.TestServerNotSupportedWhenUsingKestrel); 169throw new InvalidOperationException(Resources.UseKestrelCanBeCalledBeforeInitialization); 293throw new InvalidOperationException(Resources.FormatMissingBuilderMethod( 507throw new InvalidOperationException(Resources.FormatInvalidAssemblyEntryPoint(typeof(TEntryPoint).Name)); 514throw new InvalidOperationException(Resources.FormatMissingDepsFile( 647throw new InvalidOperationException(Resources.ServerNotInitialized); 682throw new InvalidOperationException(Resources.ServerNotInitialized); 700throw new InvalidOperationException(Resources.ServerNotInitialized);