File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1515 <PropertyGroup >
1616 <MicrosoftBuildVersion >17.3.0-preview-22302-02</MicrosoftBuildVersion >
1717 <MicrosoftCodeAnalysisAnalyzersVersion >3.3.3</MicrosoftCodeAnalysisAnalyzersVersion >
18- <MicrosoftExtensionsDependencyInjectionVersion >7.0.0-preview.2.22152.2 </MicrosoftExtensionsDependencyInjectionVersion >
18+ <MicrosoftExtensionsDependencyInjectionVersion >7.0.0-rc.1.22426.10 </MicrosoftExtensionsDependencyInjectionVersion >
1919 <!-- Dependencies from https://github.com/dotnet/roslyn -->
2020 <MicrosoftNetCompilersToolsetPackageVersion >4.4.0-3.22510.10</MicrosoftNetCompilersToolsetPackageVersion >
2121 <!-- Dependencies from https://github.com/dotnet/command-line-api -->
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ public bool IsEnabled(LogLevel logLevel)
6464 return ( int ) logLevel >= ( int ) _minimalLogLevel ;
6565 }
6666
67- public IDisposable BeginScope < TState > ( TState state )
67+ public IDisposable ? BeginScope < TState > ( TState state ) where TState : notnull
6868 {
6969 return NullScope . Instance ;
7070 }
You can’t perform that action at this time.
0 commit comments