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 Meziantou.Analyzer from 2.0.127 to 2.0.129 #836

Merged
merged 2 commits into from
Dec 30, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 29, 2023

Bumps Meziantou.Analyzer from 2.0.127 to 2.0.129.

Release notes

Sourced from Meziantou.Analyzer's releases.

2.0.129

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.129

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.128...2.0.129

2.0.128

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.128

Full Changelog: meziantou/Meziantou.Analyzer@2.0.127...2.0.128

Commits
  • 7944ccd MA0143 detects ref/out usages
  • 778141f Enable new rules by default: MA0143, MA0147, MA0150
  • 7a388f0 Update documentation of MA0048
  • See full diff in compare view

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)

Bumps [Meziantou.Analyzer](https://github.com/meziantou/Meziantou.Analyzer) from 2.0.127 to 2.0.129.
- [Release notes](https://github.com/meziantou/Meziantou.Analyzer/releases)
- [Commits](meziantou/Meziantou.Analyzer@2.0.127...2.0.129)

---
updated-dependencies:
- dependency-name: Meziantou.Analyzer
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@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 Dec 29, 2023
Copy link

dotnet format for commit ae9c358

dotnet format found files that did not respect the code guidelines and pushed commit ae9c358. Please review it before merging the PR. You can review the workflow that pushed this commit here.

⚠️ dotnet format does NOT remove unused references. You have to do this manually. Please check that there isn't any unused reference.

Note

Sometimes the fix provided by the analyzers produces unnecessary comments when formatting files.

This should only happen if the project supports multiple target frameworks and the fix doesn't produce the same output for all. However, it seems that sometimes the Unmerged change from project ... comment shows up even though the fix produced the same output.

If this happens, just delete the comments added. Otherwise, consider incorporating the commented out code using preprocessor directives to control conditional compilation.
Example:

#if NET6_0
    ...
#elif NET7_0
    ...
#endif

Copy link

Test runs on ubuntu-latest for commit aca86e2

✔️ 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-12-30 15:45:03 - 2023-12-30 15:45:07
Run Duration: 3s 869ms

GitHub Runner OS: ubuntu-latest
Operating System: Linux 6.2.0-1018-azure #18~22.04.1-Ubuntu SMP Tue Nov 21 19:25:02 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.6+bf9b858c26 (64-bit .NET 6.0.25) [xUnit.net 00:00:00.34]   Discovering: DotNet.Sdk.Extensions.Testing.Tests [xUnit.net 00:00:00.87]   Discovered:  DotNet.Sdk.Extensions.Testing.Tests [xUnit.net 00:00:00.87]   Starting:    DotNet.Sdk.Extensions.Testing.Tests [xUnit.net 00:00:03.00]   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-12-30 15:45:08 - 2023-12-30 15:45:18
Run Duration: 9s 744ms

GitHub Runner OS: ubuntu-latest
Operating System: Linux 6.2.0-1018-azure #18~22.04.1-Ubuntu SMP Tue Nov 21 19:25:02 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.6+bf9b858c26 (64-bit .NET 6.0.25) [xUnit.net 00:00:00.10]   Discovering: DotNet.Sdk.Extensions.Tests [xUnit.net 00:00:00.19]   Discovered:  DotNet.Sdk.Extensions.Tests [xUnit.net 00:00:00.20]   Starting:    DotNet.Sdk.Extensions.Tests [xUnit.net 00:00:09.19]   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-12-30 15:45:20 - 2023-12-30 15:45:26
Run Duration: 5s 944ms

GitHub Runner OS: ubuntu-latest
Operating System: Linux 6.2.0-1018-azure #18~22.04.1-Ubuntu SMP Tue Nov 21 19:25:02 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.6+bf9b858c26 (64-bit .NET 7.0.14) [xUnit.net 00:00:00.36]   Discovering: DotNet.Sdk.Extensions.Testing.Tests [xUnit.net 00:00:00.95]   Discovered:  DotNet.Sdk.Extensions.Testing.Tests [xUnit.net 00:00:00.95]   Starting:    DotNet.Sdk.Extensions.Testing.Tests [xUnit.net 00:00:02.74]   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-12-30 15:45:26 - 2023-12-30 15:45:36
Run Duration: 9s 753ms

GitHub Runner OS: ubuntu-latest
Operating System: Linux 6.2.0-1018-azure #18~22.04.1-Ubuntu SMP Tue Nov 21 19:25:02 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.6+bf9b858c26 (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.19]   Finished:    DotNet.Sdk.Extensions.Tests 
----

Copy link

Test runs on windows-latest for commit aca86e2

✔️ 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-12-30 15:46:56 - 2023-12-30 15:47:13
Run Duration: 17s 115ms

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.6+bf9b858c26 (64-bit .NET 6.0.25) [xUnit.net 00:00:01.05]   Discovering: DotNet.Sdk.Extensions.Testing.Tests [xUnit.net 00:00:02.55]   Discovered:  DotNet.Sdk.Extensions.Testing.Tests [xUnit.net 00:00:02.55]   Starting:    DotNet.Sdk.Extensions.Testing.Tests [xUnit.net 00:00:07.89]   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-12-30 15:47:14 - 2023-12-30 15:47:24
Run Duration: 10s 34ms

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.6+bf9b858c26 (64-bit .NET 6.0.25) [xUnit.net 00:00:00.11]   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.51]   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-12-30 15:47:27 - 2023-12-30 15:47:46
Run Duration: 18s 620ms

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.6+bf9b858c26 (64-bit .NET 7.0.14) [xUnit.net 00:00:01.27]   Discovering: DotNet.Sdk.Extensions.Testing.Tests [xUnit.net 00:00:03.38]   Discovered:  DotNet.Sdk.Extensions.Testing.Tests [xUnit.net 00:00:03.38]   Starting:    DotNet.Sdk.Extensions.Testing.Tests [xUnit.net 00:00:08.25]   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-12-30 15:47:46 - 2023-12-30 15:47:56
Run Duration: 9s 903ms

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.6+bf9b858c26 (64-bit .NET 7.0.14) [xUnit.net 00:00:00.11]   Discovering: DotNet.Sdk.Extensions.Tests [xUnit.net 00:00:00.18]   Discovered:  DotNet.Sdk.Extensions.Tests [xUnit.net 00:00:00.19]   Starting:    DotNet.Sdk.Extensions.Tests [xUnit.net 00:00:09.41]   Finished:    DotNet.Sdk.Extensions.Tests 
----

Copy link

codecov bot commented Dec 30, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (bfc47cd) 94.50% compared to head (aca86e2) 94.51%.
Report is 4 commits behind head on main.

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

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

@edumserrano edumserrano merged commit 77212eb into main Dec 30, 2023
9 checks passed
@edumserrano edumserrano deleted the dependabot/nuget/Meziantou.Analyzer-2.0.129 branch December 30, 2023 15:49
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.

1 participant