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

Fix null reference exception when running tests with Npgsql 8 #3480

Merged
merged 2 commits into from
Feb 4, 2024

Conversation

hazzik
Copy link
Member

@hazzik hazzik commented Feb 2, 2024

We have direct reference to Npgsql in tests, so there is no need for reflection.

The Code property of PostgresException has been made obsolete in Npgsql 7 and removed in version 8.

We have direct reference to Npgsql in tests, so there is no need for reflection.

The `Code` property of PostgresException has been made obsolete in Npgsql 7 and removed in version 8.
@hazzik hazzik merged commit 0978f4c into nhibernate:master Feb 4, 2024
20 checks passed
@hazzik hazzik deleted the npgsql8 branch February 4, 2024 09:38
@hazzik hazzik added the r: Fixed label Feb 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants