Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dotnet/xharness
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 55e8420
Choose a base ref
...
head repository: dotnet/xharness
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a5369fa
Choose a head ref
  • 6 commits
  • 25 files changed
  • 6 contributors

Commits on Sep 14, 2022

  1. Fix SpecialFolder.Personal usage (#948)

    SpecialFolder Personal is the same value as MyDocuments. I am proposing to obsolete/deprecate SpecialFolder.Personal in dotnet/runtime#75563. Since these two names have the same underlying value, it is more understandable/readable to use MyDocuments in code. This way readers fully understand what folder is being referenced.
    
    Changing Personal to MyDocuments here.
    eerhardt authored Sep 14, 2022
    Configuration menu
    Copy the full SHA
    e458956 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98b5cb9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d49312c View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. Configuration menu
    Copy the full SHA
    0366963 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

  1. [main] Update dependencies from dotnet/arcade (#950)

    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored Sep 16, 2022
    Configuration menu
    Copy the full SHA
    b9ece2f View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2022

  1. Configuration menu
    Copy the full SHA
    a5369fa View commit details
    Browse the repository at this point in the history
Loading