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

WIP Initial support for .NET Core #197

Merged
merged 46 commits into from
Mar 12, 2019
Merged

WIP Initial support for .NET Core #197

merged 46 commits into from
Mar 12, 2019

Commits on Feb 24, 2019

  1. Configuration menu
    Copy the full SHA
    3b3234c View commit details
    Browse the repository at this point in the history
  2. Disable debugger starting.

    Better coexistence between netframework and netcore
    cgravill committed Feb 24, 2019
    Configuration menu
    Copy the full SHA
    26467d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9874701 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2019

  1. We no longer seem to need NetMQ.dll reference

    Getting rid of it eases .NET Core compatibility
    cgravill committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    57da24a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76cb7cb View commit details
    Browse the repository at this point in the history
  3. Add config for AppVeyor

    Configure dotnet SDK for TravisCI
    cgravill committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    036b670 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    288e819 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    45a46ed View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ae0f971 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8406538 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    edab721 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2019

  1. macOS and Linux builds Azure builds

    Try enabling the macOS and Linux builds on Azure DevOps
    cgravill committed Mar 9, 2019
    Configuration menu
    Copy the full SHA
    6930294 View commit details
    Browse the repository at this point in the history
  2. Paths for bash

    cgravill committed Mar 9, 2019
    Configuration menu
    Copy the full SHA
    9be257b View commit details
    Browse the repository at this point in the history
  3. Update FCS and FAKE

    Try to workaround Paket fetch issues on Linux
    cgravill committed Mar 9, 2019
    Configuration menu
    Copy the full SHA
    d360750 View commit details
    Browse the repository at this point in the history
  4. Adjust fake location

    cgravill committed Mar 9, 2019
    Configuration menu
    Copy the full SHA
    1a21c6a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7e433d6 View commit details
    Browse the repository at this point in the history
  6. Try just doing a restore.

    cgravill committed Mar 9, 2019
    Configuration menu
    Copy the full SHA
    a27c653 View commit details
    Browse the repository at this point in the history
  7. Try stepping SDK back to 2.1 for Travis.

    Try Linux builds on AppVeyor
    cgravill committed Mar 9, 2019
    Configuration menu
    Copy the full SHA
    ef239c8 View commit details
    Browse the repository at this point in the history
  8. Path AppVeyour

    cgravill committed Mar 9, 2019
    Configuration menu
    Copy the full SHA
    6a634bf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f70eec1 View commit details
    Browse the repository at this point in the history
  10. Build from solution in FAKE

    cgravill committed Mar 9, 2019
    Configuration menu
    Copy the full SHA
    2448ec3 View commit details
    Browse the repository at this point in the history
  11. Delete kernel.json

    cgravill committed Mar 9, 2019
    Configuration menu
    Copy the full SHA
    5b704d9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    59748ec View commit details
    Browse the repository at this point in the history
  13. Drop extra projects.

    cgravill committed Mar 9, 2019
    Configuration menu
    Copy the full SHA
    82445e7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1c6c337 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8bc2e3b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    79dea65 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    5cfaa3c View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    466037d View commit details
    Browse the repository at this point in the history
  19. Add reference

    cgravill committed Mar 9, 2019
    Configuration menu
    Copy the full SHA
    f2eaac5 View commit details
    Browse the repository at this point in the history
  20. Just x64

    cgravill committed Mar 9, 2019
    Configuration menu
    Copy the full SHA
    bfbf4d4 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    72f2e89 View commit details
    Browse the repository at this point in the history
  22. Fix configuration naming

    cgravill committed Mar 9, 2019
    Configuration menu
    Copy the full SHA
    704cb85 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    bb19562 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    9b69f53 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2019

  1. Separate out dependency groups

    Having one group between net472 and netcore or netstandard appears to cause issues on macOS & Ubuntu. Separate them out.
    cgravill committed Mar 10, 2019
    Configuration menu
    Copy the full SHA
    98a051d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b09e9a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9bc17e4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    08d0f6a View commit details
    Browse the repository at this point in the history
  5. Casing on reference

    cgravill committed Mar 10, 2019
    Configuration menu
    Copy the full SHA
    4b7f1d7 View commit details
    Browse the repository at this point in the history
  6. Full separate out the .NET Framework and .NET Core builds.

    They just keep interfering.
    cgravill committed Mar 10, 2019
    Configuration menu
    Copy the full SHA
    50f053c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c2fdaa2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    46a9387 View commit details
    Browse the repository at this point in the history
  9. More detailed diagnostics

    cgravill committed Mar 10, 2019
    Configuration menu
    Copy the full SHA
    7853865 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    943fc48 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2f4d6fd View commit details
    Browse the repository at this point in the history