Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

System.Diagnostics.Process has a different behavior on non-Windows platforms #248

Merged
merged 3 commits into from
Nov 17, 2017
Merged

System.Diagnostics.Process has a different behavior on non-Windows platforms #248

merged 3 commits into from
Nov 17, 2017

Commits on Nov 16, 2017

  1. Not all System.Diagnostics.Process properties are available on non-Wi…

    …ndows platforms.
    
    - The Process.[StartTime/ExitTime] throw `System.ComponentModel.Win32Exception` on Linux. The API is exposing OS information that is not available once the process exits.
    jorive committed Nov 16, 2017
    Configuration menu
    Copy the full SHA
    faf46b6 View commit details
    Browse the repository at this point in the history
  2. Bump API version.

    jorive committed Nov 16, 2017
    Configuration menu
    Copy the full SHA
    ab961dd View commit details
    Browse the repository at this point in the history
  3. For consistency, the Process Start/Exit time properties is not used, …

    …but the APIs measured data.
    jorive committed Nov 16, 2017
    Configuration menu
    Copy the full SHA
    07e50a5 View commit details
    Browse the repository at this point in the history