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)
91throw new NotSupportedException(Resources.TestServerNotSupportedWhenUsingKestrel); 177throw new InvalidOperationException(Resources.UseKestrelCanBeCalledBeforeInitialization); 303throw new InvalidOperationException(Resources.FormatMissingBuilderMethod( 522throw new InvalidOperationException(Resources.FormatInvalidAssemblyEntryPoint(typeof(TEntryPoint).Name)); 529throw new InvalidOperationException(Resources.FormatMissingDepsFile( 674throw new InvalidOperationException(Resources.ServerNotInitialized); 709throw new InvalidOperationException(Resources.ServerNotInitialized); 727throw new InvalidOperationException(Resources.ServerNotInitialized);