Skip to content

Conversation

@MMonrad
Copy link
Contributor

@MMonrad MMonrad commented Jan 26, 2025

In dbup-core version 6 and later a breaking change was made in the logger. Version 6 also includes the logger abstractions package, that does not support the old .net core or standard versions.

This PR updates dbup-core to version 6 when running .net6 or newer

@rasmus
Copy link
Member

rasmus commented Jan 28, 2025

Awesome! Can you update the release notes with a fitting description?

@MMonrad MMonrad force-pushed the v1-dbup branch 4 times, most recently from 49f9173 to 9d1b195 Compare January 28, 2025 19:20
@rasmus
Copy link
Member

rasmus commented Jan 30, 2025

Odd that I need to continuously need to approve runs. I'll try to get that fixed

@rasmus
Copy link
Member

rasmus commented Feb 11, 2025

@MMonrad there's some runtime errors

@MMonrad
Copy link
Contributor Author

MMonrad commented Feb 11, 2025

@MMonrad there's some runtime errors

I will look into as soon I have some free time :)

@MMonrad MMonrad force-pushed the v1-dbup branch 3 times, most recently from df1cb60 to 6336ce6 Compare February 16, 2025 18:48
@MMonrad MMonrad marked this pull request as draft February 16, 2025 19:32
@MMonrad
Copy link
Contributor Author

MMonrad commented Feb 16, 2025

@rasmus there is no stable version for postgres, so I converted this PR to draft. Will publish again when, a stable version is released.

@rasmus
Copy link
Member

rasmus commented Feb 28, 2025

Thanks

@MMonrad
Copy link
Contributor Author

MMonrad commented Mar 9, 2025

@rasmus dbup postgres has been updated, can you start the build pipeline?

@MMonrad MMonrad marked this pull request as ready for review March 9, 2025 12:00
@MMonrad MMonrad marked this pull request as ready for review March 9, 2025 12:54
Comment on lines +9 to +11
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="9.0.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.1" />
Copy link
Member

Choose a reason for hiding this comment

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

These versions originate from .NET 9

<PackageReference Include="Npgsql" Version="8.0.6" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.11" />
<PackageReference Include="Npgsql" Version="9.0.2" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="9.0.1" />
Copy link
Member

Choose a reason for hiding this comment

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

This version originate from .NET 9

@MMonrad
Copy link
Contributor Author

MMonrad commented Mar 9, 2025

Closed due to postgre package in db up would require entity framework version 9.0.1 packages or later.

@rasmus I'm closing this, there is not a good package fit to support this yet. Maybe in .Net 10 I can create a new PR :)

@MMonrad MMonrad closed this Mar 9, 2025
@rasmus
Copy link
Member

rasmus commented Mar 9, 2025 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants