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 EfCore.SchemaCompare from 8.0.4 to 8.2.0 in /src #2687

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 2, 2024

Bumps EfCore.SchemaCompare from 8.0.4 to 8.2.0.

Release notes

Sourced from EfCore.SchemaCompare's releases.

V8.2.0

  • The ExtraInDatabase errors didn't correctly say what part of the database (e.g. "Table", "Column") was extra. This is fixed.
  • NOTE: If you have ignored some ExtraInDatabase errors you our old ignored ExtraInDatabase might need updating to the new (correct format) pattern.
  • New boolean 'AlwaysRunStage2' in the CompareEfSqlConfig. If set to 'true', then Stage 2 will always run, even if there are non-ignored errors. See issue #38, which made me add this new feature.

V8.1.0

  • New feature: Checks Json Mapping data, see README for more. Limitation that only works with the default column name
  • Fixed issue #18. i.e "columns that are extra in db are not excluded" is fixed
  • IEntityType is obsolete, moved to ITypeBase - see dotnet/efcore#34594
  • Updated vunables NuGets System.Text.Json and Microsoft.Extensions.Caching.Memory
Changelog

Sourced from EfCore.SchemaCompare's changelog.

8.2.0

  • The ExtraInDatabase errors didn't correctly say what part of the database (e.g. "Table", "Column") was extra. This is fixed.
  • NOTE: If you have ignored some ExtraInDatabase errors you our old ignored ExtraInDatabase might need updating to the new (correct format) pattern.
  • New boolean 'AlwaysRunStage2' in the CompareEfSqlConfig. If set to 'true', then Stage 2 will always run, even if there are non-ignored errors. See issue #38, which made me add this new feature.

8.1.0

  • New feature: Checks Json Mapping data, see README for more. Limitation that only works with the default column name
  • Fixed issue #18. i.e "columns that are extra in db are not excluded" is fixed
  • IEntityType is obsolete, moved to ITypeBase - see dotnet/efcore#34594
  • Updated vunables NuGets System.Text.Json and Microsoft.Extensions.Caching.Memory
Commits
  • cb75b06 Version 8.2.0
  • 3a9e29d Added AlwaysRunStage2 (not tested)
  • 8884031 New "ignore errors" code and better ExtraInDatabase error
  • 74ebf0a Part way to new code to ignore errors
  • c0ca59e Start of building new FindErrorsToIgnore
  • 46c88c0 BETTER info about when stage 2 runs
  • a590e35 Update info about when stage 2 runs
  • 82fdd58 Updated README
  • a95efc0 usings/comments updated
  • cd09e60 Version 8.1.0 Nuget
  • 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 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 [EfCore.SchemaCompare](https://github.com/JonPSmith/EfCore.SchemaCompare) from 8.0.4 to 8.2.0.
- [Release notes](https://github.com/JonPSmith/EfCore.SchemaCompare/releases)
- [Changelog](https://github.com/JonPSmith/EfCore.SchemaCompare/blob/master/ReleaseNotes.md)
- [Commits](JonPSmith/EfCore.SchemaCompare@V8.0.4...V8.2.0)

---
updated-dependencies:
- dependency-name: EfCore.SchemaCompare
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Dec 2, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 2, 2024

Looks like EfCore.SchemaCompare is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Dec 2, 2024
@dependabot dependabot bot deleted the dependabot/nuget/src/EfCore.SchemaCompare-8.2.0 branch December 2, 2024 11:28
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.

0 participants