Skip to content

Commit

Permalink
Merge pull request #6547 from dotnet/mavasani-patch-2
Browse files Browse the repository at this point in the history
Update Versions.props
  • Loading branch information
mavasani authored Mar 28, 2023
2 parents 6cf3e8b + 69cc456 commit d546fca
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,9 @@ dotnet_diagnostic.IDE0017.severity = silent
# IDE0045: 'if' statement can be simplified
dotnet_diagnostic.IDE0045.severity = silent

# IDE0031: Null check can be simplified
dotnet_diagnostic.IDE0031.severity = silent

# IDE0046: 'if' statement can be simplified
dotnet_diagnostic.IDE0046.severity = silent

Expand All @@ -230,6 +233,9 @@ dotnet_diagnostic.IDE0065.severity = silent
# IDE0072: Populate switch
dotnet_diagnostic.IDE0072.severity = silent

# IDE0074: Use compound assignment
dotnet_diagnostic.IDE0074.severity = silent

# IDE0083: Use pattern matching
dotnet_diagnostic.IDE0083.severity = silent

Expand Down
4 changes: 2 additions & 2 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<PropertyGroup>
<VersionPrefix>3.3.4</VersionPrefix>
<PreReleaseVersionLabel>beta1</PreReleaseVersionLabel>
<NetAnalyzersVersionPrefix>7.0.1</NetAnalyzersVersionPrefix>
<NetAnalyzersVersionPrefix>7.0.2</NetAnalyzersVersionPrefix>
<NetAnalyzersPreReleaseVersionLabel>preview1</NetAnalyzersPreReleaseVersionLabel>
<AnalyzerUtilitiesVersionPrefix>$(VersionPrefix)</AnalyzerUtilitiesVersionPrefix>
<!--
Expand All @@ -39,7 +39,7 @@
<!-- Use the correct compiler version -->
<UsingToolMicrosoftNetCompilers>true</UsingToolMicrosoftNetCompilers>
<!-- Dependencies from https://github.com/dotnet/roslyn -->
<MicrosoftNETCoreCompilersPackageVersion>4.3.0-2.final</MicrosoftNETCoreCompilersPackageVersion>
<MicrosoftNETCoreCompilersPackageVersion>4.4.0</MicrosoftNETCoreCompilersPackageVersion>
<MicrosoftNetCompilersToolsetVersion>$(MicrosoftNETCoreCompilersPackageVersion)</MicrosoftNetCompilersToolsetVersion>
<CodeStyleAnalyersVersion>$(MicrosoftNETCoreCompilersPackageVersion)</CodeStyleAnalyersVersion>
<!-- Roslyn -->
Expand Down
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"tools": {
"dotnet": "7.0.100-rc.1.22431.12",
"dotnet": "7.0.202",
"runtimes": {
"dotnet": [
"3.1.7"
Expand All @@ -12,7 +12,7 @@
"xcopy-msbuild": "16.10.0-preview2"
},
"sdk": {
"version": "7.0.100-rc.1.22431.12",
"version": "7.0.202",
"allowPrerelease": true,
"rollForward": "patch"
},
Expand Down
6 changes: 3 additions & 3 deletions src/NetAnalyzers/Microsoft.CodeAnalysis.NetAnalyzers.sarif
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{
"tool": {
"name": "Microsoft.CodeAnalysis.CSharp.NetAnalyzers",
"version": "7.0.1",
"version": "7.0.2",
"language": "en-US"
},
"rules": {
Expand Down Expand Up @@ -538,7 +538,7 @@
{
"tool": {
"name": "Microsoft.CodeAnalysis.NetAnalyzers",
"version": "7.0.1",
"version": "7.0.2",
"language": "en-US"
},
"rules": {
Expand Down Expand Up @@ -5815,7 +5815,7 @@
{
"tool": {
"name": "Microsoft.CodeAnalysis.VisualBasic.NetAnalyzers",
"version": "7.0.1",
"version": "7.0.2",
"language": "en-US"
},
"rules": {
Expand Down

0 comments on commit d546fca

Please sign in to comment.