2 writes to IncludeUnmatchedRoutes
Microsoft.AspNetCore.Diagnostics.Middleware (1)
Logging\Internal\LoggingRedactionOptionsConfigureOptions.cs (1)
47BindValue(_section, nameof(LoggingRedactionOptions.IncludeUnmatchedRoutes), bool.Parse, value => options.IncludeUnmatchedRoutes = value);
Microsoft.AspNetCore.Diagnostics.Middleware.Tests (1)
Logging\AcceptanceTests.cs (1)
324}).AddHttpLoggingRedaction(options => options.IncludeUnmatchedRoutes = true),
5 references to IncludeUnmatchedRoutes
Microsoft.AspNetCore.Diagnostics.Middleware (2)
Logging\HttpLoggingRedactionInterceptor.cs (1)
63_includeUnmatchedRoutes = optionsValue.IncludeUnmatchedRoutes;
Logging\Internal\LoggingRedactionOptionsConfigureOptions.cs (1)
47BindValue(_section, nameof(LoggingRedactionOptions.IncludeUnmatchedRoutes), bool.Parse, value => options.IncludeUnmatchedRoutes = value);
Microsoft.AspNetCore.Diagnostics.Middleware.Tests (3)
Logging\HttpLoggingServiceExtensionsTests.cs (3)
88Assert.True(options.IncludeUnmatchedRoutes); 154Assert.Equal(defaults.IncludeUnmatchedRoutes, options.IncludeUnmatchedRoutes);