9 references to ExcludePathStartsWith
Microsoft.AspNetCore.Diagnostics.Middleware (4)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\Validators.g.cs (1)
142if (!global::System.ComponentModel.DataAnnotations.Validator.TryValidateValue(options.ExcludePathStartsWith, context, validationResults, validationAttributes))
Logging\HttpLoggingRedactionInterceptor.cs (1)
62_excludePathStartsWith = optionsValue.ExcludePathStartsWith.ToArray();
Logging\Internal\LoggingRedactionOptionsConfigureOptions.cs (2)
46BindSet(_section.GetSection(nameof(LoggingRedactionOptions.ExcludePathStartsWith)), options.ExcludePathStartsWith);
Microsoft.AspNetCore.Diagnostics.Middleware.Tests (5)
Logging\AcceptanceTests.cs (1)
782x.ExcludePathStartsWith.Add(excludedPath);
Logging\HttpLoggingServiceExtensionsTests.cs (4)
52Assert.Contains("/path0toexclude", options.ExcludePathStartsWith); 53Assert.Contains("/path1toexclude", options.ExcludePathStartsWith); 89Assert.Contains("/probe/live", options.ExcludePathStartsWith); 153Assert.Empty(options.ExcludePathStartsWith);