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

Commits on Jan 26, 2018

  1. Configuration menu
    Copy the full SHA
    22165b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73868e1 View commit details
    Browse the repository at this point in the history
  3. Implement helpers to serialize system types in preparation for .NET C…

    …ore.
    
    Serialize System.Type, ConstructorInfo, FieldInfo, MethodInfo,
    and PropertyInfo using only basic types.
    ngbrown committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    629340b View commit details
    Browse the repository at this point in the history
  4. Serialize system types in preparation for .NET Core.

    Serialize System.Type, ConstructorInfo, FieldInfo, MethodInfo,
    and PropertyInfo using only basic types.
    ngbrown committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    c0ac1e4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e132813 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6619d67 View commit details
    Browse the repository at this point in the history
  7. NH-4008 - Driver code formatting tweaks.

    Spaces to tabs.
    Use static private methods where possible.
    ngbrown committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    ea2c6d4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    21da886 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    59ac0f4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6cdb111 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e4a332f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6b6371b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fe17917 View commit details
    Browse the repository at this point in the history
  14. NH-3807 - Replace Is.BinarySerializable usage.

    Is.BinarySerializable is not available in .netstandard version of NUnit, so perform serialization check manually.
    ngbrown committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    18988aa View commit details
    Browse the repository at this point in the history
  15. NH-3807 - Replace Is.IsXmlSerializable usage.

    Is.IsXmlSerializable is not available in .netstandard version of NUnit, so perform serialization check manually.
    ngbrown committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    d83ab6a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7223acc View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    aa5638b View commit details
    Browse the repository at this point in the history
  18. NH-3807 - .netstandard 2.0 project

    Compiling
    ngbrown committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    92cacd4 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    28d69e6 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    0670a96 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    ef1ee6a View commit details
    Browse the repository at this point in the history
  22. NH-3807 - Configure Log4Net for tests independently of any app.config.

    Manually load section from NHibernate.Test.dll.config because autoloading
    doesn't work with dotnet test running.
    ngbrown committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    1b283dd View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    f603ccd View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    9d9bd33 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    cdfce3c View commit details
    Browse the repository at this point in the history
  26. NH-3807 - Develop AppVeyor and CircleCI builds.

    - Allow failure for MySQL.
    - Include TestLoggers.
    - Exclude committed directories to Tools folder from being deleted.
    ngbrown committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    1e67d0a View commit details
    Browse the repository at this point in the history