File tree Expand file tree Collapse file tree 4 files changed +13
-7
lines changed
Expand file tree Collapse file tree 4 files changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -214,6 +214,9 @@ dotnet_diagnostic.IDE0017.severity = silent
214214# IDE0045: 'if' statement can be simplified
215215dotnet_diagnostic.IDE0045.severity = silent
216216
217+ # IDE0031: Null check can be simplified
218+ dotnet_diagnostic.IDE0031.severity = silent
219+
217220# IDE0046: 'if' statement can be simplified
218221dotnet_diagnostic.IDE0046.severity = silent
219222
@@ -230,6 +233,9 @@ dotnet_diagnostic.IDE0065.severity = silent
230233# IDE0072: Populate switch
231234dotnet_diagnostic.IDE0072.severity = silent
232235
236+ # IDE0074: Use compound assignment
237+ dotnet_diagnostic.IDE0074.severity = silent
238+
233239# IDE0083: Use pattern matching
234240dotnet_diagnostic.IDE0083.severity = silent
235241
Original file line number Diff line number Diff line change 1616 <PropertyGroup >
1717 <VersionPrefix >3.3.4</VersionPrefix >
1818 <PreReleaseVersionLabel >beta1</PreReleaseVersionLabel >
19- <NetAnalyzersVersionPrefix >7.0.1 </NetAnalyzersVersionPrefix >
19+ <NetAnalyzersVersionPrefix >7.0.2 </NetAnalyzersVersionPrefix >
2020 <NetAnalyzersPreReleaseVersionLabel >preview1</NetAnalyzersPreReleaseVersionLabel >
2121 <AnalyzerUtilitiesVersionPrefix >$(VersionPrefix)</AnalyzerUtilitiesVersionPrefix >
2222 <!--
3939 <!-- Use the correct compiler version -->
4040 <UsingToolMicrosoftNetCompilers >true</UsingToolMicrosoftNetCompilers >
4141 <!-- Dependencies from https://github.com/dotnet/roslyn -->
42- <MicrosoftNETCoreCompilersPackageVersion >4.3.0-2.final </MicrosoftNETCoreCompilersPackageVersion >
42+ <MicrosoftNETCoreCompilersPackageVersion >4.4.0 </MicrosoftNETCoreCompilersPackageVersion >
4343 <MicrosoftNetCompilersToolsetVersion >$(MicrosoftNETCoreCompilersPackageVersion)</MicrosoftNetCompilersToolsetVersion >
4444 <CodeStyleAnalyersVersion >$(MicrosoftNETCoreCompilersPackageVersion)</CodeStyleAnalyersVersion >
4545 <!-- Roslyn -->
Original file line number Diff line number Diff line change 11{
22 "tools" : {
3- "dotnet" : " 7.0.100-rc.1.22431.12 " ,
3+ "dotnet" : " 7.0.202 " ,
44 "runtimes" : {
55 "dotnet" : [
66 " 3.1.7"
1212 "xcopy-msbuild" : " 16.10.0-preview2"
1313 },
1414 "sdk" : {
15- "version" : " 7.0.100-rc.1.22431.12 " ,
15+ "version" : " 7.0.202 " ,
1616 "allowPrerelease" : true ,
1717 "rollForward" : " patch"
1818 },
Original file line number Diff line number Diff line change 55 {
66 "tool" : {
77 "name" : " Microsoft.CodeAnalysis.CSharp.NetAnalyzers" ,
8- "version" : " 7.0.1 " ,
8+ "version" : " 7.0.2 " ,
99 "language" : " en-US"
1010 },
1111 "rules" : {
538538 {
539539 "tool" : {
540540 "name" : " Microsoft.CodeAnalysis.NetAnalyzers" ,
541- "version" : " 7.0.1 " ,
541+ "version" : " 7.0.2 " ,
542542 "language" : " en-US"
543543 },
544544 "rules" : {
58155815 {
58165816 "tool" : {
58175817 "name" : " Microsoft.CodeAnalysis.VisualBasic.NetAnalyzers" ,
5818- "version" : " 7.0.1 " ,
5818+ "version" : " 7.0.2 " ,
58195819 "language" : " en-US"
58205820 },
58215821 "rules" : {
You can’t perform that action at this time.
0 commit comments