File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 1111 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
1212 <EnforceCodeStyleInBuild >false</EnforceCodeStyleInBuild >
1313 <ImplicitUsings >enable</ImplicitUsings >
14+ <Nullable >disable</Nullable >
1415
1516 <NeutralLanguage >en-US</NeutralLanguage >
1617 <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
2425 <AnalysisLevel >latest</AnalysisLevel >
2526 <AnalysisMode >recommended</AnalysisMode >
2627 <AnalysisModeStyle >default</AnalysisModeStyle >
27-
28- <TestingPlatformShowTestsFailure >true</TestingPlatformShowTestsFailure >
29- <TestingPlatformDotnetTestSupport >true</TestingPlatformDotnetTestSupport >
30- <EnableMSTestRunner >true</EnableMSTestRunner >
3128 </PropertyGroup >
3229
3330 <PropertyGroup Condition =" '$(GITHUB_ACTIONS)' == 'true'" >
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
5- <DebugType >Full</DebugType >
65 <IsPackable >false</IsPackable >
76 </PropertyGroup >
87
You can’t perform that action at this time.
0 commit comments