Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Roslynator.CodeAnalysis.Analyzers from 4.6.1 to 4.6.4 #805

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 26, 2023

Bumps Roslynator.CodeAnalysis.Analyzers from 4.6.1 to 4.6.4.

Changelog

Sourced from Roslynator.CodeAnalysis.Analyzers's changelog.

[4.6.4] - 2023-11-24

[4.6.3] - 2023-11-23

Added

  • [CLI] Add command find-symbol (PR)
    • This command can be used not only to find symbols but also to find unused symbols and optionally remove them.
    • Example: roslynator find-symbol --symbol-kind type --visibility internal private --unused --remove

Changed

  • Bump Roslyn to 4.6.0 (PR).
  • [CLI] Add support for .NET 8 (PR).

Fixed

[4.6.2] - 2023-11-10

Added

  • [CLI] Add note to docs that Roslynator CLI does not contain any analyzers itself (PR)

Fixed

  • Fix RCS1234 (PR)
  • Fix refactoring Inline method (PR)
  • [CLI] Fix globbing (PR)
  • [CLI] Remove assembly resolving (PR)
  • Detect false positive from Unity code (RCS1169) (PR)
    • Introduce config option roslynator_unity_code_analysis.enabled = true|false
    • Make option roslynator_suppress_unity_script_methods obsolete
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added bot:robot: Action taken in an automated fashion dependabot Pull requests created by dependabot nuget Pull requests for NuGet packages updates labels Nov 26, 2023
Bumps [Roslynator.CodeAnalysis.Analyzers](https://github.com/dotnet/roslynator) from 4.6.1 to 4.6.4.
- [Release notes](https://github.com/dotnet/roslynator/releases)
- [Changelog](https://github.com/dotnet/roslynator/blob/main/ChangeLog.md)
- [Commits](dotnet/roslynator@v4.6.1...v4.6.4)

---
updated-dependencies:
- dependency-name: Roslynator.CodeAnalysis.Analyzers
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/nuget/Roslynator.CodeAnalysis.Analyzers-4.6.4 branch from fc5b398 to c4795f5 Compare November 26, 2023 20:14
Copy link

github-actions bot commented Nov 26, 2023

Test runs on ubuntu-latest for commit c4795f5

✔️ Pass - DotNet.Sdk.Extensions.Testing.Tests.dll on .NETCoreApp,Version=v6.0 ---- ## Run Summary

Overall Result: ✔️ Pass
Pass Rate: 100%
Total Tests: 145

Date: 2023-11-26 20:16:04 - 2023-11-26 20:16:14
Run Duration: 10s 108ms

GitHub Runner OS: ubuntu-latest
Operating System: Linux 6.2.0-1016-azure #16~22.04.1-Ubuntu SMP Tue Oct 10 17:11:51 UTC 2023
Framework: .NETCoreApp,Version=v6.0
Assembly: DotNet.Sdk.Extensions.Testing.Tests.dll

✔️ Passed ❌ Failed ⚠️ Skipped
145 0 0
100% 0% 0%
## Run Messages
Informational
 [xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v2.5.4.1+b9eacec401 (64-bit .NET 6.0.25) [xUnit.net 00:00:00.63]   Discovering: DotNet.Sdk.Extensions.Testing.Tests [xUnit.net 00:00:01.59]   Discovered:  DotNet.Sdk.Extensions.Testing.Tests [xUnit.net 00:00:01.59]   Starting:    DotNet.Sdk.Extensions.Testing.Tests [xUnit.net 00:00:03.86]   Finished:    DotNet.Sdk.Extensions.Testing.Tests 
----
✔️ Pass - DotNet.Sdk.Extensions.Tests.dll on .NETCoreApp,Version=v6.0 ---- ## Run Summary

Overall Result: ✔️ Pass
Pass Rate: 100%
Total Tests: 150

Date: 2023-11-26 20:16:14 - 2023-11-26 20:16:24
Run Duration: 9s 854ms

GitHub Runner OS: ubuntu-latest
Operating System: Linux 6.2.0-1016-azure #16~22.04.1-Ubuntu SMP Tue Oct 10 17:11:51 UTC 2023
Framework: .NETCoreApp,Version=v6.0
Assembly: DotNet.Sdk.Extensions.Tests.dll

✔️ Passed ❌ Failed ⚠️ Skipped
150 0 0
100% 0% 0%
## Run Messages
Informational
 [xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v2.5.4.1+b9eacec401 (64-bit .NET 6.0.25) [xUnit.net 00:00:00.14]   Discovering: DotNet.Sdk.Extensions.Tests [xUnit.net 00:00:00.26]   Discovered:  DotNet.Sdk.Extensions.Tests [xUnit.net 00:00:00.26]   Starting:    DotNet.Sdk.Extensions.Tests [xUnit.net 00:00:09.34]   Finished:    DotNet.Sdk.Extensions.Tests 
----
✔️ Pass - DotNet.Sdk.Extensions.Testing.Tests.dll on .NETCoreApp,Version=v7.0 ---- ## Run Summary

Overall Result: ✔️ Pass
Pass Rate: 100%
Total Tests: 145

Date: 2023-11-26 20:16:26 - 2023-11-26 20:16:34
Run Duration: 7s 997ms

GitHub Runner OS: ubuntu-latest
Operating System: Linux 6.2.0-1016-azure #16~22.04.1-Ubuntu SMP Tue Oct 10 17:11:51 UTC 2023
Framework: .NETCoreApp,Version=v7.0
Assembly: DotNet.Sdk.Extensions.Testing.Tests.dll

✔️ Passed ❌ Failed ⚠️ Skipped
145 0 0
100% 0% 0%
## Run Messages
Informational
 [xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v2.5.4.1+b9eacec401 (64-bit .NET 7.0.14) [xUnit.net 00:00:00.54]   Discovering: DotNet.Sdk.Extensions.Testing.Tests [xUnit.net 00:00:01.34]   Discovered:  DotNet.Sdk.Extensions.Testing.Tests [xUnit.net 00:00:01.35]   Starting:    DotNet.Sdk.Extensions.Testing.Tests [xUnit.net 00:00:03.33]   Finished:    DotNet.Sdk.Extensions.Testing.Tests 
----
✔️ Pass - DotNet.Sdk.Extensions.Tests.dll on .NETCoreApp,Version=v7.0 ---- ## Run Summary

Overall Result: ✔️ Pass
Pass Rate: 100%
Total Tests: 150

Date: 2023-11-26 20:16:35 - 2023-11-26 20:16:45
Run Duration: 9s 698ms

GitHub Runner OS: ubuntu-latest
Operating System: Linux 6.2.0-1016-azure #16~22.04.1-Ubuntu SMP Tue Oct 10 17:11:51 UTC 2023
Framework: .NETCoreApp,Version=v7.0
Assembly: DotNet.Sdk.Extensions.Tests.dll

✔️ Passed ❌ Failed ⚠️ Skipped
150 0 0
100% 0% 0%
## Run Messages
Informational
 [xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v2.5.4.1+b9eacec401 (64-bit .NET 7.0.14) [xUnit.net 00:00:00.10]   Discovering: DotNet.Sdk.Extensions.Tests [xUnit.net 00:00:00.20]   Discovered:  DotNet.Sdk.Extensions.Tests [xUnit.net 00:00:00.20]   Starting:    DotNet.Sdk.Extensions.Tests [xUnit.net 00:00:09.20]   Finished:    DotNet.Sdk.Extensions.Tests 
----

Copy link

github-actions bot commented Nov 26, 2023

Test runs on windows-latest for commit c4795f5

✔️ Pass - DotNet.Sdk.Extensions.Testing.Tests.dll on .NETCoreApp,Version=v6.0 ---- ## Run Summary

Overall Result: ✔️ Pass
Pass Rate: 100%
Total Tests: 145

Date: 2023-11-26 20:17:40 - 2023-11-26 20:17:58
Run Duration: 18s 245ms

GitHub Runner OS: windows-latest
Operating System: Microsoft Windows 10.0.20348
Framework: .NETCoreApp,Version=v6.0
Assembly: DotNet.Sdk.Extensions.Testing.Tests.dll

✔️ Passed ❌ Failed ⚠️ Skipped
145 0 0
100% 0% 0%
## Run Messages
Informational
 [xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v2.5.4.1+b9eacec401 (64-bit .NET 6.0.25) [xUnit.net 00:00:01.13]   Discovering: DotNet.Sdk.Extensions.Testing.Tests [xUnit.net 00:00:02.86]   Discovered:  DotNet.Sdk.Extensions.Testing.Tests [xUnit.net 00:00:02.86]   Starting:    DotNet.Sdk.Extensions.Testing.Tests [xUnit.net 00:00:08.62]   Finished:    DotNet.Sdk.Extensions.Testing.Tests 
----
✔️ Pass - DotNet.Sdk.Extensions.Tests.dll on .NETCoreApp,Version=v6.0 ---- ## Run Summary

Overall Result: ✔️ Pass
Pass Rate: 100%
Total Tests: 150

Date: 2023-11-26 20:17:59 - 2023-11-26 20:18:09
Run Duration: 10s 78ms

GitHub Runner OS: windows-latest
Operating System: Microsoft Windows 10.0.20348
Framework: .NETCoreApp,Version=v6.0
Assembly: DotNet.Sdk.Extensions.Tests.dll

✔️ Passed ❌ Failed ⚠️ Skipped
150 0 0
100% 0% 0%
## Run Messages
Informational
 [xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v2.5.4.1+b9eacec401 (64-bit .NET 6.0.25) [xUnit.net 00:00:00.12]   Discovering: DotNet.Sdk.Extensions.Tests [xUnit.net 00:00:00.22]   Discovered:  DotNet.Sdk.Extensions.Tests [xUnit.net 00:00:00.22]   Starting:    DotNet.Sdk.Extensions.Tests [xUnit.net 00:00:09.54]   Finished:    DotNet.Sdk.Extensions.Tests 
----
✔️ Pass - DotNet.Sdk.Extensions.Testing.Tests.dll on .NETCoreApp,Version=v7.0 ---- ## Run Summary

Overall Result: ✔️ Pass
Pass Rate: 100%
Total Tests: 145

Date: 2023-11-26 20:18:12 - 2023-11-26 20:18:33
Run Duration: 20s 531ms

GitHub Runner OS: windows-latest
Operating System: Microsoft Windows 10.0.20348
Framework: .NETCoreApp,Version=v7.0
Assembly: DotNet.Sdk.Extensions.Testing.Tests.dll

✔️ Passed ❌ Failed ⚠️ Skipped
145 0 0
100% 0% 0%
## Run Messages
Informational
 [xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v2.5.4.1+b9eacec401 (64-bit .NET 7.0.14) [xUnit.net 00:00:01.33]   Discovering: DotNet.Sdk.Extensions.Testing.Tests [xUnit.net 00:00:03.40]   Discovered:  DotNet.Sdk.Extensions.Testing.Tests [xUnit.net 00:00:03.40]   Starting:    DotNet.Sdk.Extensions.Testing.Tests [xUnit.net 00:00:08.92]   Finished:    DotNet.Sdk.Extensions.Testing.Tests 
----
✔️ Pass - DotNet.Sdk.Extensions.Tests.dll on .NETCoreApp,Version=v7.0 ---- ## Run Summary

Overall Result: ✔️ Pass
Pass Rate: 100%
Total Tests: 150

Date: 2023-11-26 20:18:34 - 2023-11-26 20:18:43
Run Duration: 9s 895ms

GitHub Runner OS: windows-latest
Operating System: Microsoft Windows 10.0.20348
Framework: .NETCoreApp,Version=v7.0
Assembly: DotNet.Sdk.Extensions.Tests.dll

✔️ Passed ❌ Failed ⚠️ Skipped
150 0 0
100% 0% 0%
## Run Messages
Informational
 [xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v2.5.4.1+b9eacec401 (64-bit .NET 7.0.14) [xUnit.net 00:00:00.10]   Discovering: DotNet.Sdk.Extensions.Tests [xUnit.net 00:00:00.18]   Discovered:  DotNet.Sdk.Extensions.Tests [xUnit.net 00:00:00.18]   Starting:    DotNet.Sdk.Extensions.Tests [xUnit.net 00:00:09.42]   Finished:    DotNet.Sdk.Extensions.Tests 
----

@github-actions github-actions bot enabled auto-merge (squash) November 26, 2023 20:14
Copy link

codecov bot commented Nov 26, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (668c5ed) 94.50% compared to head (c4795f5) 94.50%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #805   +/-   ##
=======================================
  Coverage   94.50%   94.50%           
=======================================
  Files          76       76           
  Lines        1293     1293           
  Branches      120      120           
=======================================
  Hits         1222     1222           
  Misses         44       44           
  Partials       27       27           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@github-actions github-actions bot merged commit ccebd3b into main Nov 26, 2023
9 checks passed
@github-actions github-actions bot deleted the dependabot/nuget/Roslynator.CodeAnalysis.Analyzers-4.6.4 branch November 26, 2023 20:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bot:robot: Action taken in an automated fashion dependabot Pull requests created by dependabot nuget Pull requests for NuGet packages updates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants