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 Microsoft.EntityFrameworkCore.Relational from 6.0.9 to 6.0.10 in /src #1350

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 14, 2022

Bumps Microsoft.EntityFrameworkCore.Relational from 6.0.9 to 6.0.10.

Release notes

Sourced from Microsoft.EntityFrameworkCore.Relational's releases.

EF Core 6.0.10

This is a patch release of EF Core 6.0. containing only updates to dependencies. There are no additional fixes in this release beyond those already shipped in EF Core 6.1.9.

Commits
  • f7333f1 Merged PR 26209: [internal/release/6.0] Update dependencies from dnceng/inter...
  • 2fa4958 [internal/release/6.0] Update dependencies from dnceng/internal/dotnet-runtime
  • 9fb51c3 [internal/release/6.0] Update dependencies from dnceng/internal/dotnet-runtime
  • 1778352 [internal/release/6.0] Update dependencies from dnceng/internal/dotnet-runtime
  • a26d26a [internal/release/6.0] Update dependencies from dnceng/internal/dotnet-runtime
  • adf8df0 [internal/release/6.0] Update dependencies from dnceng/internal/dotnet-runtime
  • f1c08c7 Merge in 'release/6.0' changes
  • ccb4307 Merge branch 'release/3.1' into release/6.0
  • e8c8d5a [internal/release/6.0] Update dependencies from dnceng/internal/dotnet-runtime
  • 8c40429 Merge in 'release/6.0' changes
  • Additional commits viewable 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)

@dependabot dependabot bot requested a review from a team as a code owner October 14, 2022 09:54
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Oct 14, 2022
Copy link
Contributor

@hocinehacherouf hocinehacherouf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kbeaugrand, coverlet fails to produce the code coverage file, because one of the dependencies of Microsoft.EntityFrameworkCore.Relational requires Microsoft.Extensions.DependencyInjection 6.0.1

Starting test execution, please wait...
A total of 1 test files matched the specified pattern.
Data collector 'XPlat code coverage' message: [coverlet]System.TypeLoadException: Could not load type 'Microsoft.Extensions.DependencyInjection.ServiceCollection' from assembly 'Microsoft.Extensions.DependencyInjection, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'.
   at Coverlet.Collector.DataCollection.CoverletCoverageCollector.GetDefaultServiceCollection(TestPlatformEqtTrace eqtTrace, TestPlatformLogger logger, String testModule)
   at Coverlet.Collector.DataCollection.CoverletCoverageCollector.OnSessionStart(Object sender, SessionStartEventArgs sessionStartEventArgs) in /_/src/coverlet.collector/DataCollection/CoverletCoverageCollector.cs:line 132.
Results File: /home/runner/work/IoT-Hub-Portal/IoT-Hub-Portal/src/AzureIoTHub.Portal.Tests.Unit/TestResults/_fv-az255-344_2022-10-14_09_56_08.trx

Bumps [Microsoft.EntityFrameworkCore.Relational](https://github.com/dotnet/efcore) from 6.0.9 to 6.0.10.
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](dotnet/efcore@v6.0.9...v6.0.10)

---
updated-dependencies:
- dependency-name: Microsoft.EntityFrameworkCore.Relational
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@kbeaugrand kbeaugrand force-pushed the dependabot/nuget/src/Microsoft.EntityFrameworkCore.Relational-6.0.10 branch from 87a6167 to 69a47b2 Compare October 16, 2022 09:48
@kbeaugrand kbeaugrand merged commit d2b91b0 into main Oct 16, 2022
@kbeaugrand kbeaugrand deleted the dependabot/nuget/src/Microsoft.EntityFrameworkCore.Relational-6.0.10 branch October 16, 2022 10:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants