Skip to content
This repository has been archived by the owner on Nov 1, 2020. It is now read-only.

Add F# support #2165

Merged
merged 7 commits into from Nov 8, 2016
Merged

Add F# support #2165

merged 7 commits into from Nov 8, 2016

Commits on Nov 8, 2016

  1. add a dummy throwing stub for EventWriteTransfer (#2057)

    This enables F# apps to be built against CoreRT
    until System.Diagnostics.Tracing is ported to Unix
    tonerdo committed Nov 8, 2016
    Copy the full SHA
    2f139e0 View commit details
    Browse the repository at this point in the history
  2. add implementation for Environment.ProcessorCount (#2057)

    - This fixes "unimplemented runtime method" runtime error
    for GetNativeSystemInfo method.
    - Achieves successful run of a simple "Hello Wolrd!"
    F# console app
    tonerdo committed Nov 8, 2016
    Copy the full SHA
    9e67789 View commit details
    Browse the repository at this point in the history
  3. Make change apply only to Unix (#2057)

    Fix failed Windows CI build
    tonerdo committed Nov 8, 2016
    Copy the full SHA
    cb64d1c View commit details
    Browse the repository at this point in the history
  4. Remove #Ifdef (#2057)

    Move Windows specific ProcessorCount method
    to Environment.Windows.cs
    tonerdo committed Nov 8, 2016
    Copy the full SHA
    6a1713d View commit details
    Browse the repository at this point in the history
  5. Remove GetNativeSystemInfo unix stub (#2057)

    The GetNativeSystemInfo method is no longer called
    on unix so can be removed
    tonerdo committed Nov 8, 2016
    Copy the full SHA
    f47e061 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    44e85e0 View commit details
    Browse the repository at this point in the history
  7. Remove C++ impl of SysConf (#2057)

    System.Native native lib already includes
    a SysConf method
    tonerdo committed Nov 8, 2016
    Copy the full SHA
    8e2de67 View commit details
    Browse the repository at this point in the history