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 1111 <CheckEolTargetFramework >false</CheckEolTargetFramework >
1212 <Nullable >enable</Nullable >
1313 <ImplicitUsings >enable</ImplicitUsings >
14- <GenerateDocumentationFile >true</GenerateDocumentationFile >
14+ <GenerateDocumentationFile Condition = " !$(MSBuildProjectName.EndsWith('Tests')) " >true</GenerateDocumentationFile >
1515 <PublishRepositoryUrl >true</PublishRepositoryUrl >
1616 <EmbedUntrackedSources >true</EmbedUntrackedSources >
1717 <IncludeSymbols >true</IncludeSymbols >
Original file line number Diff line number Diff line change 2424
2525Console . WriteLine ( "Expecting one of the following arguments:{0}--sync-root-default{0}--sync-root-separate{0}--sync-root-same" , Environment . NewLine ) ;
2626
27- static void SystemConsoleSyncTest ( object syncRootForLogger1 , object syncRootForLogger2 )
27+ static void SystemConsoleSyncTest ( object ? syncRootForLogger1 , object ? syncRootForLogger2 )
2828{
2929 var logger1 = new LoggerConfiguration ( )
3030 . MinimumLevel . Verbose ( )
You can’t perform that action at this time.
0 commit comments