9 references to ExcludePathStartsWith
Microsoft.AspNetCore.Diagnostics.Middleware (4)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\Validators.g.cs (1)
142
if (!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)
46
BindSet(_section.GetSection(nameof(LoggingRedactionOptions.
ExcludePathStartsWith
)), options.
ExcludePathStartsWith
);
Microsoft.AspNetCore.Diagnostics.Middleware.Tests (5)
Logging\AcceptanceTests.cs (1)
782
x.
ExcludePathStartsWith
.Add(excludedPath);
Logging\HttpLoggingServiceExtensionsTests.cs (4)
52
Assert.Contains("/path0toexclude", options.
ExcludePathStartsWith
);
53
Assert.Contains("/path1toexclude", options.
ExcludePathStartsWith
);
89
Assert.Contains("/probe/live", options.
ExcludePathStartsWith
);
153
Assert.Empty(options.
ExcludePathStartsWith
);