Target net8 so we can use the latest version of Npgsql#24
Merged
Conversation
Member
Author
|
@rofr I'm in the process of tidying up the code read to be handed over to other maintainers (including you if you are still interested). This seems like a significant decision, wondering if there were thoughts. |
I'm no longer involved in any projects using dbup with postgres. The project in question was actually canceled so I'm neither invested enough nor have sufficient knowledge to be helpful as a maintainer. And for this change I don't really see any options other than going to net8. |
droyad
added a commit
that referenced
this pull request
Mar 3, 2025
* Add NpgsqlDataSource support to PostgresqlConnectionManager * Used new GHA workflows * Updated to dbup-core 6.0 beta, targeted netstandard2 and update Npgsql reference * Bump to the next beta of dbup-core * Merge fix * Removed stray #If * fix: #680 PostgreSQL statements split implemented (#19) * fix: #680 PostgreSQL statements split implemented Co-authored-by: shokurov <egor.shokurov@gmail.com> * Updated approval file --------- Co-authored-by: shokurov <egor.shokurov@gmail.com> Co-authored-by: Robert Wagner <robert@wagner.id.au> * Update of libs * File scoped namespaces and primary ctors * Target `net8` so we can use the latest version of Npgsql (#24) * Target net8 so we can use the latest version of Npgsql * Used new APIs * Added Npgsql licence information (#25) * fix(#26): avoid NullReferenceException when creating database (#27) * fix(#26): avoid NullReferenceException when creating database * Updated approval file --------- Co-authored-by: Robert Wagner <robert@wagner.id.au> * fix: fix delimiter parsing (#28) * Lowered Connection string printing to debug, resolves #30 --------- Co-authored-by: Sébastien Crocquesel <88554524+scrocquesel@users.noreply.github.com> Co-authored-by: Campbell Harding-Deason <campbell.harding-deason@firstaml.com> Co-authored-by: shokurov <egor.shokurov@gmail.com> Co-authored-by: nvierge-addactis <151941872+nvierge-addactis@users.noreply.github.com>
1 task
This was referenced Oct 6, 2025
This was referenced Dec 1, 2025
This was referenced Jun 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Looks like
Npgsqlhas dropped support fornetstandard2.0so in order to keep on top of patches this library should do the same. Going to net8.0 as it's the only supported LTS.