We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61c8a3d commit b93e4eaCopy full SHA for b93e4ea
src/Middleware/Diagnostics/test/UnitTests/ExceptionHandlerMiddlewareTest.cs
@@ -215,7 +215,7 @@ public async Task IExceptionHandlers_SuppressDiagnostics_TestLogs(bool? suppress
215
var metricsTagsFeature = new TestHttpMetricsTagsFeature();
216
httpContext.Features.Set<IHttpMetricsTagsFeature>(metricsTagsFeature);
217
218
- Func<ExceptionHandlerSuppressDiagnosticsContext, bool>? suppressDiagnosticsCallback = null;
+ Func<ExceptionHandlerSuppressDiagnosticsContext, bool> suppressDiagnosticsCallback = null;
219
if (suppressDiagnostics != null)
220
{
221
suppressDiagnosticsCallback = c => suppressDiagnostics.Value;
0 commit comments