File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 <ImplicitUsings >enable</ImplicitUsings >
1919 <AnalysisMode >Recommended</AnalysisMode >
2020 <LangVersion >latest</LangVersion >
21- <!-- TODO Put a breakpoint and check if this is really correct, if so quite a few fixes are needed -->
22- <WarningsNotAsErrors >RS1039</WarningsNotAsErrors >
23-
2421 </PropertyGroup >
2522
2623 <PropertyGroup Condition =" '$(GITHUB_ACTIONS)' == 'true'" >
Original file line number Diff line number Diff line change 22 <PropertyGroup >
33 <AppendTargetFrameworkToOutputPath >false</AppendTargetFrameworkToOutputPath >
44 <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
5- <NoWarn >$(NoWarn);1998;NU5100</NoWarn >
5+ <NoWarn >$(NoWarn);1998;NU1510; NU5100</NoWarn >
66 <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
7- <WarningsNotAsErrors >$(WarningsNotAsErrors);NU1605;NU1701;NU1901;NU1902;NU1903;NU1904;NU1510;NU1903</WarningsNotAsErrors >
7+ <WarningsNotAsErrors >$(WarningsNotAsErrors);NU1605;NU1701;NU1901;NU1902;NU1903;NU1904;NU1510;NU1903;RS1039 </WarningsNotAsErrors >
88 <WarningLevel >4</WarningLevel >
99 <EnforceCodeStyleInBuild >true</EnforceCodeStyleInBuild >
1010 <LangVersion >10.0</LangVersion >
You can’t perform that action at this time.
0 commit comments