[PR #5049] [CLOSED] Bump Microsoft.EntityFrameworkCore.Tools from 5.0.1 to 5.0.2 #10381

Closed
opened 2026-02-07 06:19:15 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/5049
Author: @dependabot[bot]
Created: 1/18/2021
Status: Closed

Base: masterHead: dependabot/nuget/Microsoft.EntityFrameworkCore.Tools-5.0.2


📝 Commits (1)

  • ca8361f Bump Microsoft.EntityFrameworkCore.Tools from 5.0.1 to 5.0.2

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj (+1 -1)

📄 Description

Bumps Microsoft.EntityFrameworkCore.Tools from 5.0.1 to 5.0.2.

Release notes

Sourced from Microsoft.EntityFrameworkCore.Tools's releases.

EF Core 5.0.2

This is a patch release of EF Core 5.0 containing only important bug fixes.

Change tracking

Migrations

Model building

Query

SaveChanges

Commits
  • 1ee6b62 [internal/release/5.0] Update dependencies from dnceng/internal/dotnet-runtime
  • 8bb7518 Merge in 'release/5.0' changes
  • 0e91fa1 Migrations: Generate valid SQL when escaping new lines in seed data (#23634)
  • 2f4f88a Merge in 'release/5.0' changes
  • 45d27f2 Updated to handle case where same navigation is included twice, the first tim...
  • 0100f2d Add quirk
  • b706ce6 Stop marking the inverse navigation as loaded when loading a many-to-many nav...
  • b8cf0a6 Merge in 'release/5.0' changes
  • a87b7a2 Add AppContext switch
  • ae8b876 [5.0.2] Handle concurrency tokens with conversions in the in-memory database
  • 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/5049 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/18/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/nuget/Microsoft.EntityFrameworkCore.Tools-5.0.2` --- ### 📝 Commits (1) - [`ca8361f`](https://github.com/jellyfin/jellyfin/commit/ca8361f841fe50d2d52a519ff450f713d172b7ab) Bump Microsoft.EntityFrameworkCore.Tools from 5.0.1 to 5.0.2 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj` (+1 -1) </details> ### 📄 Description Bumps [Microsoft.EntityFrameworkCore.Tools](https://github.com/dotnet/efcore) from 5.0.1 to 5.0.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dotnet/efcore/releases">Microsoft.EntityFrameworkCore.Tools's releases</a>.</em></p> <blockquote> <h2>EF Core 5.0.2</h2> <p>This is a patch release of <a href="https://www.nuget.org/packages/Microsoft.EntityFrameworkCore/5.0.2">EF Core 5.0</a> containing only <a href="https://github.com/dotnet/efcore/issues?q=is%3Aissue+milestone%3A5.0.2+is%3Aclosed">important bug fixes</a>.</p> <h4>Change tracking</h4> <ul> <li><a href="https://github-redirect.dependabot.com/dotnet/efcore/issues/23475">Many-to-many lazy (and explicit) loading erroneously sets inverse collection as loaded</a></li> </ul> <h4>Migrations</h4> <ul> <li><a href="https://github-redirect.dependabot.com/dotnet/efcore/issues/23459">Model (seed) data with newlines may result in SQL exceptions</a></li> <li><a href="https://github-redirect.dependabot.com/dotnet/efcore/issues/23518">Migration concatenates strings that are escaped</a></li> <li><a href="https://github-redirect.dependabot.com/dotnet/efcore/issues/23621">SQLite Migrations: Missing table name quotes during rebuild</a></li> <li><a href="https://github-redirect.dependabot.com/dotnet/efcore/issues/23639">Foreign keys for tables marked as ExcludeFromMigrations regenerated in every migrations</a></li> </ul> <h4>Model building</h4> <ul> <li><a href="https://github-redirect.dependabot.com/dotnet/efcore/issues/23479">TPH where derived entities each have Required Owned Entities with Required / Non-Nullable Properties throws SqlException</a></li> <li><a href="https://github-redirect.dependabot.com/dotnet/efcore/issues/23516">Error using case-mismatched mapped properties in many to many relationship</a></li> <li><a href="https://github-redirect.dependabot.com/dotnet/efcore/issues/23555">EntityTypeBuilder: .IsRequired() is ignored if used after .OnDelete()</a></li> </ul> <h4>Query</h4> <ul> <li><a href="https://github-redirect.dependabot.com/dotnet/efcore/issues/23476">Overlapping property in many-to-many join table causes an error</a></li> </ul> <h4>SaveChanges</h4> <ul> <li><a href="https://github-redirect.dependabot.com/dotnet/efcore/issues/23527">EfCore 5 update breaks behavior of RowVersion with Conversions for InMemory database</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dotnet/efcore/commit/1ee6b629b3437c0d45bfe3aa5703abdcc449231f"><code>1ee6b62</code></a> [internal/release/5.0] Update dependencies from dnceng/internal/dotnet-runtime</li> <li><a href="https://github.com/dotnet/efcore/commit/8bb7518e5f358a83e5e28fb748e36e5ef8af363a"><code>8bb7518</code></a> Merge in 'release/5.0' changes</li> <li><a href="https://github.com/dotnet/efcore/commit/0e91fa166dfdb72b3da33af130aafccac217c093"><code>0e91fa1</code></a> Migrations: Generate valid SQL when escaping new lines in seed data (<a href="https://github-redirect.dependabot.com/dotnet/efcore/issues/23634">#23634</a>)</li> <li><a href="https://github.com/dotnet/efcore/commit/2f4f88aa51acfed60171ec87f3d52a67f629d71a"><code>2f4f88a</code></a> Merge in 'release/5.0' changes</li> <li><a href="https://github.com/dotnet/efcore/commit/45d27f2c3cb617d65164335bcd3f948d8309e7a0"><code>45d27f2</code></a> Updated to handle case where same navigation is included twice, the first tim...</li> <li><a href="https://github.com/dotnet/efcore/commit/0100f2d9b340855ed05427df5f9e7671bb2e17a0"><code>0100f2d</code></a> Add quirk</li> <li><a href="https://github.com/dotnet/efcore/commit/b706ce66eb67f10f20426cb496331781c0c9ddb0"><code>b706ce6</code></a> Stop marking the inverse navigation as loaded when loading a many-to-many nav...</li> <li><a href="https://github.com/dotnet/efcore/commit/b8cf0a6eec184a1fd875b26cb5eeecd48457c469"><code>b8cf0a6</code></a> Merge in 'release/5.0' changes</li> <li><a href="https://github.com/dotnet/efcore/commit/a87b7a2f601de5c91ef00bce7013c7506a47d917"><code>a87b7a2</code></a> Add AppContext switch</li> <li><a href="https://github.com/dotnet/efcore/commit/ae8b8764f3a90fe54ad819d24ee9d2b7d00dbda4"><code>ae8b876</code></a> [5.0.2] Handle concurrency tokens with conversions in the in-memory database</li> <li>Additional commits viewable in <a href="https://github.com/dotnet/efcore/compare/v5.0.1...v5.0.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.EntityFrameworkCore.Tools&package-manager=nuget&previous-version=5.0.1&new-version=5.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 06:19:15 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#10381