-
Notifications
You must be signed in to change notification settings - Fork 3
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
base: master
Are you sure you want to change the base?
Conversation
7378060
to
4d589f6
Compare
f761cc1
to
fd78581
Compare
…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.
…ion' into NH-3807
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.
Compiling
Manually load section from NHibernate.Test.dll.config because autoloading doesn't work with dotnet test running.
- Allow failure for MySQL. - Include TestLoggers. - Exclude committed directories to Tools folder from being deleted.
Can you please run your mssql tests agains a windows sqlserver ? |
@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? |
Hellou. Its possible to use ur build until main branch will be released? |
@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. |
@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. |
This should demonstrate the CI Builds. Currently: