-
Notifications
You must be signed in to change notification settings - Fork 687
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
Conversation
SQL Anywhere 17.
Anyone still minding this project? |
It would be great if higher NHibernate releases were supported. |
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 |
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