Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump Microsoft.EntityFrameworkCore.Analyzers from 8.0.6 to 8.0.7 in /…
…src/HomeInventory (#900) Bumps [Microsoft.EntityFrameworkCore.Analyzers](https://github.com/dotnet/efcore) from 8.0.6 to 8.0.7. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dotnet/efcore/releases">Microsoft.EntityFrameworkCore.Analyzers's releases</a>.</em></p> <blockquote> <p>EF Core 8.0.7 is <a href="https://www.nuget.org/packages/Microsoft.EntityFrameworkCore/8.0.7">available on NuGet now</a>. This is a patch release of EF Core 8 (EF8) containing only <a href="https://github.com/dotnet/efcore/issues?q=is%3Aissue+milestone%3A8.0.7+is%3Aclosed">important bug fixes</a>:</p> <ul> <li>[Missing checks for predicate when simplifying JSON primitive collections](<a href="https://github.com/dotnet/efcore/issues/">https://github.com/dotnet/efcore/issues/</a> <a href="https://redirect.github.com/dotnet/efcore/issues/33932">#33932</a></li> <li>[Discriminator columns are created in Snapshot for wrongly configured TPC mapping strategy](<a href="https://github.com/dotnet/efcore/issues/">https://github.com/dotnet/efcore/issues/</a> 33605)</li> <li><a href="https://redirect.github.com/dotnet/efcore/issues/33547">Breaking Change in 8.0.4: System.InvalidOperationException: The data is NULL at ordinal 0. This method can't be called on NULL values. Check using IsDBNull before calling.</a></li> <li><a href="https://redirect.github.com/dotnet/efcore/issues/33449">Wrong mapping of nested complex property with generic types and same property name, resulting in InvalidCastException</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dotnet/efcore/commit/0d1256be4658567c8a24b4c027bdbb3dbd6de656"><code>0d1256b</code></a> Merge in 'release/8.0' changes</li> <li><a href="https://github.com/dotnet/efcore/commit/4406178cffb9406b48e66228f36de1666e23dc3b"><code>4406178</code></a> Skip Cosmos tests (<a href="https://redirect.github.com/dotnet/efcore/issues/33988">#33988</a>)</li> <li><a href="https://github.com/dotnet/efcore/commit/9e63b93dce85722b0690a1124d0b4f3aeb5d9f82"><code>9e63b93</code></a> Merged PR 40438: [internal/release/8.0] Update dependencies from dnceng/inter...</li> <li><a href="https://github.com/dotnet/efcore/commit/7ed2261e7d203ae584586e976898b8e294c18b54"><code>7ed2261</code></a> Update dependencies from <a href="https://dev.azure.com/dnceng/internal/_git/dotnet-ru">https://dev.azure.com/dnceng/internal/_git/dotnet-ru</a>...</li> <li><a href="https://github.com/dotnet/efcore/commit/368f641f08739d9f741cb077bf953f0adf3a4469"><code>368f641</code></a> Merged PR 40368: [internal/release/8.0] Update dependencies from dnceng/inter...</li> <li><a href="https://github.com/dotnet/efcore/commit/648ca5cd684fb237379ee2c38911d9b3e780b36f"><code>648ca5c</code></a> Merge in 'release/8.0' changes</li> <li><a href="https://github.com/dotnet/efcore/commit/15d21bfbc8e796bc7c12a70e7dc916269981bbd7"><code>15d21bf</code></a> [release/8.0] Use TokenCredential for Cosmos tests (<a href="https://redirect.github.com/dotnet/efcore/issues/33966">#33966</a>)</li> <li><a href="https://github.com/dotnet/efcore/commit/7b638e5601fef91e2baf5c52a3f3f9b89903cff2"><code>7b638e5</code></a> [internal/release/8.0] Update dependencies from dnceng/internal/dotnet-runtime</li> <li><a href="https://github.com/dotnet/efcore/commit/c01ffb696282976c457c2551510ed8e9a9d48fd1"><code>c01ffb6</code></a> Merge in 'release/8.0' changes</li> <li><a href="https://github.com/dotnet/efcore/commit/67fd1374f8aa6ff8cd74435982fb27b86c9e46b6"><code>67fd137</code></a> [release/8.0] Add missing check for predicate in primitive collection simplif...</li> <li>Additional commits viewable in <a href="https://github.com/dotnet/efcore/compare/v8.0.6...v8.0.7">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.EntityFrameworkCore.Analyzers&package-manager=nuget&previous-version=8.0.6&new-version=8.0.7)](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 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) </details>
- Loading branch information