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

NHibernate 5.2.7 and SQL Anywhere 17 support #453

Merged
merged 8 commits into from
Sep 18, 2020

Conversation

pettersoft
Copy link
Contributor

NHibernate 5.2.* has support for SQL Anywher 17. Therefore I upgraded to 5.2.7 and added support for SQL Anywhere. All tests are passing.

Not sure how you manage the $(NHibernatePackageVersion) variable. I manually changed it to 5.2.7 using Nuget.

Changed global.json version to 2.1.700, couldn't find the correct version on https://dotnet.microsoft.com/download/visual-studio-sdks

SQL Anywhere 17.
@pettersoft
Copy link
Contributor Author

Anyone still minding this project?

@ToGoOrNotToGo
Copy link

It would be great if higher NHibernate releases were supported.

@igitur
Copy link

igitur commented Aug 26, 2020

I'm not an official reviewer of this project, but I can see a few problems with this PR.

Firstly, you're mixing 2 different changes in 1 commit. Ideally they should be separate PRs, but at the least separate commits.

Secondly, it's pretty clear that the NHibernate package version is coming from a different configuration source, specifically in src/Shared.msbuild, so replacing them in each project file with a hardcoded version is not going to pass a review.

global.json Outdated Show resolved Hide resolved
@hazzik hazzik merged commit 679555f into nhibernate:master Sep 18, 2020
@hazzik hazzik added this to the 2.1.3 milestone Sep 18, 2020
@hazzik hazzik added the feature label Sep 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants