Skip to content

Commit 31faa9f

Browse files
committed
null
1 parent 9a7fced commit 31faa9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Servers/Kestrel/Core/src/Internal/KestrelServerImpl.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public KestrelServerImpl(
3939
IEnumerable<IMultiplexedConnectionListenerFactory> multiplexedFactories,
4040
IHttpsConfigurationService httpsConfigurationService,
4141
ILoggerFactory loggerFactory,
42-
DiagnosticSource diagnosticSource,
42+
DiagnosticSource? diagnosticSource,
4343
KestrelMetrics metrics)
4444
: this(transportFactories, multiplexedFactories, httpsConfigurationService, CreateServiceContext(options, loggerFactory, diagnosticSource, metrics))
4545
{

0 commit comments

Comments
 (0)