5 references to ConfigureAll
Microsoft.AspNetCore.Http.Extensions.Tests (5)
ProblemDetailsServiceCollectionExtensionsTest.cs (5)
91collection.ConfigureAll<JsonOptions>(options => options.SerializerOptions.TypeInfoResolver = new TestExtensionsJsonContext()); 112collection.ConfigureAll<JsonOptions>(options => 177collection.ConfigureAll<JsonOptions>(options => options.SerializerOptions.TypeInfoResolver = null); 197collection.ConfigureAll<JsonOptions>(options => options.SerializerOptions.TypeInfoResolver = new DefaultJsonTypeInfoResolver()); 225collection.ConfigureAll<JsonOptions>(options => options.SerializerOptions.TypeInfoResolverChain.Insert(0, customProblemDetailsResolver));