We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39668c7 commit 049ed69Copy full SHA for 049ed69
test/TestBuildingBlocks/ServiceCollectionExtensions.cs
@@ -10,6 +10,7 @@ internal static class ServiceCollectionExtensions
10
public static void ReplaceControllers(this IServiceCollection services, TestControllerProvider provider)
11
{
12
ArgumentNullException.ThrowIfNull(services);
13
+ ArgumentNullException.ThrowIfNull(provider);
14
15
services.AddMvcCore().ConfigureApplicationPartManager(manager =>
16
0 commit comments