Skip to content
New issue

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

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

Already on GitHub? # to your account

Bump Meziantou.Analyzer from 2.0.22 to 2.0.26 #616

Merged
merged 2 commits into from
Mar 28, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 27, 2023

Bumps Meziantou.Analyzer from 2.0.22 to 2.0.26.

Release notes

Sourced from Meziantou.Analyzer's releases.

2.0.26

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

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.25...2.0.26

2.0.25

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

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.24...2.0.25

2.0.24

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

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.23...2.0.24

2.0.23

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

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.22...2.0.23

Commits
  • 082a7e3 Disable CA1822 on properties decorated with S.T.Json attributes (#483)
  • c8a9f46 Deprecate MA0038 and suggest to use CA1822 (#482)
  • 1d29280 MA0052 detect usages in interpolations
  • 5e05913 MA0052 is only reported for know formats
  • 72a513b MA0011 detects invariant formats of DateOnly and TimeOnly
  • 40222f6 Update dependencies
  • 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 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.22 to 2.0.26.
- [Release notes](https://github.com/meziantou/Meziantou.Analyzer/releases)
- [Commits](meziantou/Meziantou.Analyzer@2.0.22...2.0.26)

---
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 Mar 27, 2023
@github-actions
Copy link

dotnet format for commit 7805707

dotnet format found files that did not respect the code guidelines and pushed commit d583cf0. 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 NET5_0
    ...
#elif NETCOREAPP3_1
    ...
#endif

@github-actions
Copy link

github-actions bot commented Mar 27, 2023

Test runs on windows-latest for commit d583cf0

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

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

Date: 2023-03-28 21:03:33 - 2023-03-28 21:03:37
Run Duration: 4s 212ms

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

✔️ Passed ❌ Failed ⚠️ Skipped
149 0 0
100% 0% 0%
## Run Messages
Informational
 [xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v2.4.5+1caef2f33e (64-bit .NET 5.0.17) [xUnit.net 00:00:01.16]   Discovering: DotNet.Sdk.Extensions.Testing.Tests [xUnit.net 00:00:01.39]   Discovered:  DotNet.Sdk.Extensions.Testing.Tests [xUnit.net 00:00:01.39]   Starting:    DotNet.Sdk.Extensions.Testing.Tests [xUnit.net 00:00:03.15]   Finished:    DotNet.Sdk.Extensions.Testing.Tests 
----
✔️ Pass - DotNet.Sdk.Extensions.Tests.dll on .NETCoreApp,Version=v5.0 ---- ## Run Summary

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

Date: 2023-03-28 21:03:38 - 2023-03-28 21:03:51
Run Duration: 12s 425ms

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

✔️ Passed ❌ Failed ⚠️ Skipped
157 0 0
100% 0% 0%
## Run Messages
Informational
 [xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v2.4.5+1caef2f33e (64-bit .NET 5.0.17) [xUnit.net 00:00:00.88]   Discovering: DotNet.Sdk.Extensions.Tests [xUnit.net 00:00:01.01]   Discovered:  DotNet.Sdk.Extensions.Tests [xUnit.net 00:00:01.01]   Starting:    DotNet.Sdk.Extensions.Tests [xUnit.net 00:00:11.63]   Finished:    DotNet.Sdk.Extensions.Tests 
----
✔️ Pass - DotNet.Sdk.Extensions.Testing.Tests.dll on .NETCoreApp,Version=v6.0 ---- ## Run Summary

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

Date: 2023-03-28 21:03:53 - 2023-03-28 21:03:57
Run Duration: 4s 59ms

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
149 0 0
100% 0% 0%
## Run Messages
Informational
 [xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v2.4.5+1caef2f33e (64-bit .NET 6.0.15) [xUnit.net 00:00:01.29]   Discovering: DotNet.Sdk.Extensions.Testing.Tests [xUnit.net 00:00:01.54]   Discovered:  DotNet.Sdk.Extensions.Testing.Tests [xUnit.net 00:00:01.54]   Starting:    DotNet.Sdk.Extensions.Testing.Tests [xUnit.net 00:00:02.99]   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: 157

Date: 2023-03-28 21:03:59 - 2023-03-28 21:04:11
Run Duration: 12s 90ms

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
157 0 0
100% 0% 0%
## Run Messages
Informational
 [xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v2.4.5+1caef2f33e (64-bit .NET 6.0.15) [xUnit.net 00:00:00.99]   Discovering: DotNet.Sdk.Extensions.Tests [xUnit.net 00:00:01.12]   Discovered:  DotNet.Sdk.Extensions.Tests [xUnit.net 00:00:01.12]   Starting:    DotNet.Sdk.Extensions.Tests [xUnit.net 00:00:11.28]   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: 149

Date: 2023-03-28 21:04:13 - 2023-03-28 21:04:28
Run Duration: 15s 241ms

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
149 0 0
100% 0% 0%
## Run Messages
Informational
 [xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v2.4.5+1caef2f33e (64-bit .NET 7.0.3) [xUnit.net 00:00:11.13]   Discovering: DotNet.Sdk.Extensions.Testing.Tests [xUnit.net 00:00:11.46]   Discovered:  DotNet.Sdk.Extensions.Testing.Tests [xUnit.net 00:00:11.46]   Starting:    DotNet.Sdk.Extensions.Testing.Tests [xUnit.net 00:00:14.34]   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: 157

Date: 2023-03-28 21:04:29 - 2023-03-28 21:04:42
Run Duration: 12s 430ms

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
157 0 0
100% 0% 0%
## Run Messages
Informational
 [xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v2.4.5+1caef2f33e (64-bit .NET 7.0.3) [xUnit.net 00:00:01.02]   Discovering: DotNet.Sdk.Extensions.Tests [xUnit.net 00:00:01.16]   Discovered:  DotNet.Sdk.Extensions.Tests [xUnit.net 00:00:01.16]   Starting:    DotNet.Sdk.Extensions.Tests [xUnit.net 00:00:11.69]   Finished:    DotNet.Sdk.Extensions.Tests 
----
✔️ Pass - DotNet.Sdk.Extensions.Testing.Tests.dll on .NETCoreApp,Version=v3.1 ---- ## Run Summary

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

Date: 2023-03-28 21:02:42 - 2023-03-28 21:03:17
Run Duration: 35s 443ms

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

✔️ Passed ❌ Failed ⚠️ Skipped
149 0 0
100% 0% 0%
## Run Messages
Informational
 [xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v2.4.5+1caef2f33e (64-bit .NET Core 3.1.32) [xUnit.net 00:00:15.95]   Discovering: DotNet.Sdk.Extensions.Testing.Tests [xUnit.net 00:00:16.33]   Discovered:  DotNet.Sdk.Extensions.Testing.Tests [xUnit.net 00:00:16.34]   Starting:    DotNet.Sdk.Extensions.Testing.Tests [xUnit.net 00:00:19.97]   Finished:    DotNet.Sdk.Extensions.Testing.Tests 
----
✔️ Pass - DotNet.Sdk.Extensions.Tests.dll on .NETCoreApp,Version=v3.1 ---- ## Run Summary

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

Date: 2023-03-28 21:03:18 - 2023-03-28 21:03:31
Run Duration: 12s 277ms

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

✔️ Passed ❌ Failed ⚠️ Skipped
157 0 0
100% 0% 0%
## Run Messages
Informational
 [xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v2.4.5+1caef2f33e (64-bit .NET Core 3.1.32) [xUnit.net 00:00:00.88]   Discovering: DotNet.Sdk.Extensions.Tests [xUnit.net 00:00:01.00]   Discovered:  DotNet.Sdk.Extensions.Tests [xUnit.net 00:00:01.00]   Starting:    DotNet.Sdk.Extensions.Tests [xUnit.net 00:00:11.49]   Finished:    DotNet.Sdk.Extensions.Tests 
----

@github-actions
Copy link

github-actions bot commented Mar 27, 2023

Test runs on ubuntu-latest for commit d583cf0

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

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

Date: 2023-03-28 20:59:30 - 2023-03-28 20:59:33
Run Duration: 3s 589ms

GitHub Runner OS: ubuntu-latest
Operating System: Linux 5.15.0-1034-azure #41-Ubuntu SMP Fri Feb 10 19:59:45 UTC 2023
Framework: .NETCoreApp,Version=v5.0
Assembly: DotNet.Sdk.Extensions.Testing.Tests.dll

✔️ Passed ❌ Failed ⚠️ Skipped
149 0 0
100% 0% 0%
## Run Messages
Informational
 [xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v2.4.5+1caef2f33e (64-bit .NET 5.0.17) [xUnit.net 00:00:00.64]   Discovering: DotNet.Sdk.Extensions.Testing.Tests [xUnit.net 00:00:00.83]   Discovered:  DotNet.Sdk.Extensions.Testing.Tests [xUnit.net 00:00:00.83]   Starting:    DotNet.Sdk.Extensions.Testing.Tests [xUnit.net 00:00:02.99]   Finished:    DotNet.Sdk.Extensions.Testing.Tests 
----
✔️ Pass - DotNet.Sdk.Extensions.Tests.dll on .NETCoreApp,Version=v5.0 ---- ## Run Summary

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

Date: 2023-03-28 20:59:34 - 2023-03-28 20:59:45
Run Duration: 11s 292ms

GitHub Runner OS: ubuntu-latest
Operating System: Linux 5.15.0-1034-azure #41-Ubuntu SMP Fri Feb 10 19:59:45 UTC 2023
Framework: .NETCoreApp,Version=v5.0
Assembly: DotNet.Sdk.Extensions.Tests.dll

✔️ Passed ❌ Failed ⚠️ Skipped
157 0 0
100% 0% 0%
## Run Messages
Informational
 [xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v2.4.5+1caef2f33e (64-bit .NET 5.0.17) [xUnit.net 00:00:00.66]   Discovering: DotNet.Sdk.Extensions.Tests [xUnit.net 00:00:00.78]   Discovered:  DotNet.Sdk.Extensions.Tests [xUnit.net 00:00:00.78]   Starting:    DotNet.Sdk.Extensions.Tests [xUnit.net 00:00:10.63]   Finished:    DotNet.Sdk.Extensions.Tests 
----
✔️ Pass - DotNet.Sdk.Extensions.Testing.Tests.dll on .NETCoreApp,Version=v6.0 ---- ## Run Summary

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

Date: 2023-03-28 20:59:47 - 2023-03-28 20:59:55
Run Duration: 7s 642ms

GitHub Runner OS: ubuntu-latest
Operating System: Linux 5.15.0-1034-azure #41-Ubuntu SMP Fri Feb 10 19:59:45 UTC 2023
Framework: .NETCoreApp,Version=v6.0
Assembly: DotNet.Sdk.Extensions.Testing.Tests.dll

✔️ Passed ❌ Failed ⚠️ Skipped
149 0 0
100% 0% 0%
## Run Messages
Informational
 [xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v2.4.5+1caef2f33e (64-bit .NET 6.0.15) [xUnit.net 00:00:04.52]   Discovering: DotNet.Sdk.Extensions.Testing.Tests [xUnit.net 00:00:04.71]   Discovered:  DotNet.Sdk.Extensions.Testing.Tests [xUnit.net 00:00:04.72]   Starting:    DotNet.Sdk.Extensions.Testing.Tests [xUnit.net 00:00:06.88]   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: 157

Date: 2023-03-28 20:59:56 - 2023-03-28 21:00:08
Run Duration: 12s 86ms

GitHub Runner OS: ubuntu-latest
Operating System: Linux 5.15.0-1034-azure #41-Ubuntu SMP Fri Feb 10 19:59:45 UTC 2023
Framework: .NETCoreApp,Version=v6.0
Assembly: DotNet.Sdk.Extensions.Tests.dll

✔️ Passed ❌ Failed ⚠️ Skipped
157 0 0
100% 0% 0%
## Run Messages
Informational
 [xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v2.4.5+1caef2f33e (64-bit .NET 6.0.15) [xUnit.net 00:00:00.77]   Discovering: DotNet.Sdk.Extensions.Tests [xUnit.net 00:00:00.88]   Discovered:  DotNet.Sdk.Extensions.Tests [xUnit.net 00:00:00.88]   Starting:    DotNet.Sdk.Extensions.Tests [xUnit.net 00:00:11.46]   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: 149

Date: 2023-03-28 21:00:10 - 2023-03-28 21:00:23
Run Duration: 13s 48ms

GitHub Runner OS: ubuntu-latest
Operating System: Linux 5.15.0-1034-azure #41-Ubuntu SMP Fri Feb 10 19:59:45 UTC 2023
Framework: .NETCoreApp,Version=v7.0
Assembly: DotNet.Sdk.Extensions.Testing.Tests.dll

✔️ Passed ❌ Failed ⚠️ Skipped
149 0 0
100% 0% 0%
## Run Messages
Informational
 [xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v2.4.5+1caef2f33e (64-bit .NET 7.0.4) [xUnit.net 00:00:09.26]   Discovering: DotNet.Sdk.Extensions.Testing.Tests [xUnit.net 00:00:09.40]   Discovered:  DotNet.Sdk.Extensions.Testing.Tests [xUnit.net 00:00:09.40]   Starting:    DotNet.Sdk.Extensions.Testing.Tests [xUnit.net 00:00:12.43]   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: 157

Date: 2023-03-28 21:00:24 - 2023-03-28 21:00:35
Run Duration: 11s 743ms

GitHub Runner OS: ubuntu-latest
Operating System: Linux 5.15.0-1034-azure #41-Ubuntu SMP Fri Feb 10 19:59:45 UTC 2023
Framework: .NETCoreApp,Version=v7.0
Assembly: DotNet.Sdk.Extensions.Tests.dll

✔️ Passed ❌ Failed ⚠️ Skipped
157 0 0
100% 0% 0%
## Run Messages
Informational
 [xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v2.4.5+1caef2f33e (64-bit .NET 7.0.4) [xUnit.net 00:00:00.83]   Discovering: DotNet.Sdk.Extensions.Tests [xUnit.net 00:00:00.92]   Discovered:  DotNet.Sdk.Extensions.Tests [xUnit.net 00:00:00.92]   Starting:    DotNet.Sdk.Extensions.Tests [xUnit.net 00:00:11.13]   Finished:    DotNet.Sdk.Extensions.Tests 
----
✔️ Pass - DotNet.Sdk.Extensions.Testing.Tests.dll on .NETCoreApp,Version=v3.1 ---- ## Run Summary

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

Date: 2023-03-28 20:59:11 - 2023-03-28 20:59:15
Run Duration: 3s 873ms

GitHub Runner OS: ubuntu-latest
Operating System: Linux 5.15.0-1034-azure #41-Ubuntu SMP Fri Feb 10 19:59:45 UTC 2023
Framework: .NETCoreApp,Version=v3.1
Assembly: DotNet.Sdk.Extensions.Testing.Tests.dll

✔️ Passed ❌ Failed ⚠️ Skipped
149 0 0
100% 0% 0%
## Run Messages
Informational
 [xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v2.4.5+1caef2f33e (64-bit .NET Core 3.1.32) [xUnit.net 00:00:00.66]   Discovering: DotNet.Sdk.Extensions.Testing.Tests [xUnit.net 00:00:00.86]   Discovered:  DotNet.Sdk.Extensions.Testing.Tests [xUnit.net 00:00:00.86]   Starting:    DotNet.Sdk.Extensions.Testing.Tests [xUnit.net 00:00:03.26]   Finished:    DotNet.Sdk.Extensions.Testing.Tests 
----
✔️ Pass - DotNet.Sdk.Extensions.Tests.dll on .NETCoreApp,Version=v3.1 ---- ## Run Summary

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

Date: 2023-03-28 20:59:16 - 2023-03-28 20:59:28
Run Duration: 11s 859ms

GitHub Runner OS: ubuntu-latest
Operating System: Linux 5.15.0-1034-azure #41-Ubuntu SMP Fri Feb 10 19:59:45 UTC 2023
Framework: .NETCoreApp,Version=v3.1
Assembly: DotNet.Sdk.Extensions.Tests.dll

✔️ Passed ❌ Failed ⚠️ Skipped
157 0 0
100% 0% 0%
## Run Messages
Informational
 [xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v2.4.5+1caef2f33e (64-bit .NET Core 3.1.32) [xUnit.net 00:00:00.75]   Discovering: DotNet.Sdk.Extensions.Tests [xUnit.net 00:00:00.87]   Discovered:  DotNet.Sdk.Extensions.Tests [xUnit.net 00:00:00.87]   Starting:    DotNet.Sdk.Extensions.Tests [xUnit.net 00:00:11.17]   Finished:    DotNet.Sdk.Extensions.Tests 
----

@codecov
Copy link

codecov bot commented Mar 28, 2023

Codecov Report

Merging #616 (d583cf0) into main (dabbdb2) will not change coverage.
The diff coverage is 0.00%.

@@           Coverage Diff           @@
##             main     #616   +/-   ##
=======================================
  Coverage   86.79%   86.79%           
=======================================
  Files          77       77           
  Lines        1409     1409           
  Branches      219      219           
=======================================
  Hits         1223     1223           
  Misses        100      100           
  Partials       86       86           
Impacted Files Coverage Δ
...s/ResponseMocking/HttpResponseMessageMockResult.cs 87.50% <0.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@edumserrano edumserrano merged commit 10dc348 into main Mar 28, 2023
@edumserrano edumserrano deleted the dependabot/nuget/Meziantou.Analyzer-2.0.26 branch March 28, 2023 21:05
# for free to join this conversation on GitHub. Already have an account? # 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