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 9a7fced commit 31faa9fCopy full SHA for 31faa9f
src/Servers/Kestrel/Core/src/Internal/KestrelServerImpl.cs
@@ -39,7 +39,7 @@ public KestrelServerImpl(
39
IEnumerable<IMultiplexedConnectionListenerFactory> multiplexedFactories,
40
IHttpsConfigurationService httpsConfigurationService,
41
ILoggerFactory loggerFactory,
42
- DiagnosticSource diagnosticSource,
+ DiagnosticSource? diagnosticSource,
43
KestrelMetrics metrics)
44
: this(transportFactories, multiplexedFactories, httpsConfigurationService, CreateServiceContext(options, loggerFactory, diagnosticSource, metrics))
45
{
0 commit comments