Skip to content

Commit d546fca

Browse files
authored
Merge pull request #6547 from dotnet/mavasani-patch-2
Update Versions.props
2 parents 6cf3e8b + 69cc456 commit d546fca

File tree

4 files changed

+13
-7
lines changed

4 files changed

+13
-7
lines changed

.editorconfig

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,9 @@ dotnet_diagnostic.IDE0017.severity = silent
214214
# IDE0045: 'if' statement can be simplified
215215
dotnet_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
218221
dotnet_diagnostic.IDE0046.severity = silent
219222

@@ -230,6 +233,9 @@ dotnet_diagnostic.IDE0065.severity = silent
230233
# IDE0072: Populate switch
231234
dotnet_diagnostic.IDE0072.severity = silent
232235

236+
# IDE0074: Use compound assignment
237+
dotnet_diagnostic.IDE0074.severity = silent
238+
233239
# IDE0083: Use pattern matching
234240
dotnet_diagnostic.IDE0083.severity = silent
235241

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
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
<!--
@@ -39,7 +39,7 @@
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 -->

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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"
@@ -12,7 +12,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
},

src/NetAnalyzers/Microsoft.CodeAnalysis.NetAnalyzers.sarif

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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": {
@@ -538,7 +538,7 @@
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": {
@@ -5815,7 +5815,7 @@
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": {

0 commit comments

Comments
 (0)