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
214
214
# IDE0045: 'if' statement can be simplified
215
215
dotnet_diagnostic.IDE0045.severity = silent
216
216
217
+ # IDE0031: Null check can be simplified
218
+ dotnet_diagnostic.IDE0031.severity = silent
219
+
217
220
# IDE0046: 'if' statement can be simplified
218
221
dotnet_diagnostic.IDE0046.severity = silent
219
222
@@ -230,6 +233,9 @@ dotnet_diagnostic.IDE0065.severity = silent
230
233
# IDE0072: Populate switch
231
234
dotnet_diagnostic.IDE0072.severity = silent
232
235
236
+ # IDE0074: Use compound assignment
237
+ dotnet_diagnostic.IDE0074.severity = silent
238
+
233
239
# IDE0083: Use pattern matching
234
240
dotnet_diagnostic.IDE0083.severity = silent
235
241
Original file line number Diff line number Diff line change 16
16
<PropertyGroup >
17
17
<VersionPrefix >3.3.4</VersionPrefix >
18
18
<PreReleaseVersionLabel >beta1</PreReleaseVersionLabel >
19
- <NetAnalyzersVersionPrefix >7.0.1 </NetAnalyzersVersionPrefix >
19
+ <NetAnalyzersVersionPrefix >7.0.2 </NetAnalyzersVersionPrefix >
20
20
<NetAnalyzersPreReleaseVersionLabel >preview1</NetAnalyzersPreReleaseVersionLabel >
21
21
<AnalyzerUtilitiesVersionPrefix >$(VersionPrefix)</AnalyzerUtilitiesVersionPrefix >
22
22
<!--
39
39
<!-- Use the correct compiler version -->
40
40
<UsingToolMicrosoftNetCompilers >true</UsingToolMicrosoftNetCompilers >
41
41
<!-- Dependencies from https://github.com/dotnet/roslyn -->
42
- <MicrosoftNETCoreCompilersPackageVersion >4.3.0-2.final </MicrosoftNETCoreCompilersPackageVersion >
42
+ <MicrosoftNETCoreCompilersPackageVersion >4.4.0 </MicrosoftNETCoreCompilersPackageVersion >
43
43
<MicrosoftNetCompilersToolsetVersion >$(MicrosoftNETCoreCompilersPackageVersion)</MicrosoftNetCompilersToolsetVersion >
44
44
<CodeStyleAnalyersVersion >$(MicrosoftNETCoreCompilersPackageVersion)</CodeStyleAnalyersVersion >
45
45
<!-- Roslyn -->
Original file line number Diff line number Diff line change 1
1
{
2
2
"tools" : {
3
- "dotnet" : " 7.0.100-rc.1.22431.12 " ,
3
+ "dotnet" : " 7.0.202 " ,
4
4
"runtimes" : {
5
5
"dotnet" : [
6
6
" 3.1.7"
12
12
"xcopy-msbuild" : " 16.10.0-preview2"
13
13
},
14
14
"sdk" : {
15
- "version" : " 7.0.100-rc.1.22431.12 " ,
15
+ "version" : " 7.0.202 " ,
16
16
"allowPrerelease" : true ,
17
17
"rollForward" : " patch"
18
18
},
Original file line number Diff line number Diff line change 5
5
{
6
6
"tool" : {
7
7
"name" : " Microsoft.CodeAnalysis.CSharp.NetAnalyzers" ,
8
- "version" : " 7.0.1 " ,
8
+ "version" : " 7.0.2 " ,
9
9
"language" : " en-US"
10
10
},
11
11
"rules" : {
538
538
{
539
539
"tool" : {
540
540
"name" : " Microsoft.CodeAnalysis.NetAnalyzers" ,
541
- "version" : " 7.0.1 " ,
541
+ "version" : " 7.0.2 " ,
542
542
"language" : " en-US"
543
543
},
544
544
"rules" : {
5815
5815
{
5816
5816
"tool" : {
5817
5817
"name" : " Microsoft.CodeAnalysis.VisualBasic.NetAnalyzers" ,
5818
- "version" : " 7.0.1 " ,
5818
+ "version" : " 7.0.2 " ,
5819
5819
"language" : " en-US"
5820
5820
},
5821
5821
"rules" : {
You can’t perform that action at this time.
0 commit comments