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

Add Environment.ProcessPath #42768

Merged
merged 16 commits into from
Oct 1, 2020
Merged

Add Environment.ProcessPath #42768

merged 16 commits into from
Oct 1, 2020

Commits on Sep 26, 2020

  1. Add Environment.ProcessPath

    jkotas committed Sep 26, 2020
    Configuration menu
    Copy the full SHA
    4d0aebb View commit details
    Browse the repository at this point in the history
  2. Fix macOS

    jkotas committed Sep 26, 2020
    Configuration menu
    Copy the full SHA
    499654a View commit details
    Browse the repository at this point in the history
  3. Fix comment

    jkotas committed Sep 26, 2020
    Configuration menu
    Copy the full SHA
    8d6dcea View commit details
    Browse the repository at this point in the history
  4. FreeBSD impl

    jkotas committed Sep 26, 2020
    Configuration menu
    Copy the full SHA
    5c64acf View commit details
    Browse the repository at this point in the history
  5. Fix FreeBSD

    jkotas committed Sep 26, 2020
    Configuration menu
    Copy the full SHA
    e82c5c4 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2020

  1. Add cache

    jkotas committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    12d68e3 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2020

  1. Update src/libraries/Common/src/Interop/Unix/System.Native/Interop.Ge…

    …tProcessPath.cs
    
    Co-authored-by: Stephen Toub <stoub@microsoft.com>
    jkotas and stephentoub authored Sep 30, 2020
    Configuration menu
    Copy the full SHA
    5da357f View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Stephen Toub <stoub@microsoft.com>
    jkotas and stephentoub authored Sep 30, 2020
    Configuration menu
    Copy the full SHA
    4cbd0f1 View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-authored-by: Ryan Lucia <ryan@luciaonline.net>
    jkotas and CoffeeFlux authored Sep 30, 2020
    Configuration menu
    Copy the full SHA
    804790f View commit details
    Browse the repository at this point in the history
  4. Update src/libraries/Native/Unix/System.Native/pal_process.c

    Co-authored-by: Ryan Lucia <ryan@luciaonline.net>
    jkotas and CoffeeFlux authored Sep 30, 2020
    Configuration menu
    Copy the full SHA
    53b7f9c View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2020

  1. CR feedback

    jkotas committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    034c92d View commit details
    Browse the repository at this point in the history
  2. Improve tests

    jkotas committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    e961792 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d34e10 View commit details
    Browse the repository at this point in the history
  4. Update src/libraries/System.Private.CoreLib/src/System/Environment.cs

    Co-authored-by: Ryan Lucia <ryan@luciaonline.net>
    jkotas and CoffeeFlux authored Oct 1, 2020
    Configuration menu
    Copy the full SHA
    22e3eb1 View commit details
    Browse the repository at this point in the history
  5. Typo

    jkotas committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    d4e4182 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    50ee1d9 View commit details
    Browse the repository at this point in the history