6 references to CustomContextBehavior
Microsoft.AspNetCore.Http.Extensions.Tests (6)
ProblemDetailsServiceCollectionExtensionsTest.cs (6)
136[InlineData(CustomContextBehavior.Prepend)] 137[InlineData(CustomContextBehavior.Append)] 138[InlineData(CustomContextBehavior.Replace)] 139public void AddProblemDetails_CombinesProblemDetailsContext_WhenAddingCustomContext(CustomContextBehavior behavior) 145if (behavior == CustomContextBehavior.Prepend) 149else if (behavior == CustomContextBehavior.Append)