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

NH-3807 - Support for .NET Core 2.0 - CI Version #3

Open
wants to merge 26 commits into
base: master
Choose a base branch
from

Conversation

ngbrown
Copy link
Member

@ngbrown ngbrown commented Aug 18, 2017

This should demonstrate the CI Builds. Currently:

  • AppVeyor - Windows
  • CircleCI - Linux

@ngbrown ngbrown force-pushed the NH-3807-CI branch 9 times, most recently from 7378060 to 4d589f6 Compare August 21, 2017 06:37
@ngbrown ngbrown force-pushed the NH-3807-CI branch 2 times, most recently from f761cc1 to fd78581 Compare September 15, 2017 04:06
ngbrown and others added 17 commits January 26, 2018 03:46
…ore.

Serialize System.Type, ConstructorInfo, FieldInfo, MethodInfo,
and PropertyInfo using only basic types.
Serialize System.Type, ConstructorInfo, FieldInfo, MethodInfo,
and PropertyInfo using only basic types.
Spaces to tabs.
Use static private methods where possible.
Is.BinarySerializable is not available in .netstandard version of NUnit, so perform serialization check manually.
Is.IsXmlSerializable is not available in .netstandard version of NUnit, so perform serialization check manually.
@junalmeida
Copy link

Can you please run your mssql tests agains a windows sqlserver ?

@ngbrown
Copy link
Member Author

ngbrown commented Jan 29, 2018

@junalmeida That's in the AppVeyor build: https://ci.appveyor.com/project/ngbrown/nhibernate-core/build/ci-00146-dbg-NH-3807. Are you having a specific problem?

@urusai88
Copy link

Hellou. Its possible to use ur build until main branch will be released?

@junalmeida
Copy link

@ngbrown not an specific problem. I saw your comments and than I noticed the this CI failed, maybe because you are using the linux mssql.

Thank you for your hard work. I excited to see a dotnet core version of nhibernate.

@ngbrown
Copy link
Member Author

ngbrown commented Feb 1, 2018

@junalmeida Yes, linux mssql is timing out half-way through for some reason. It used to work with earlier builds of mssql, but even then mssql would periodically crash. Part of the problem may be that linux mssql for ubuntu says that it needs at least 16.04, but Circle CI is still using Ubuntu 14.04 for hosting the Docker containers.

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

Successfully merging this pull request may close these issues.

4 participants