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/runtime
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: edbd5c769a
Choose a base ref
...
head repository: dotnet/runtime
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 38166fba89
Choose a head ref
  • 5 commits
  • 31 files changed
  • 5 contributors

Commits on Aug 7, 2023

  1. Check for <framework_name>.deps.json when enumerating framework paths (

    …#90035)
    
    This adds a check for the framework's .deps.json instead of just the existence of the directory. To avoid extra file checks in the normal/happy path (where all framework version folder are valid), when resolving, it only does the check after resolving the best version match. And if that version directory isn't valid, it tries resolving again without it.
    elinor-fung authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    26103db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4415472 View commit details
    Browse the repository at this point in the history
  3. Add JsonNode.ParseAsync public API (#90006)

    * Add `JsonNode.ParseAsync` public API
    
    * Regenerate ref assemblies
    
    * Change implementation to use unrented document
    DoctorKrolic authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    e98db16 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c0967dc View commit details
    Browse the repository at this point in the history
  5. Fix wasm perf setup (#90093)

    * Fixes bash expansion of ${this.version()}.
    cincuranet authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    38166fb View commit details
    Browse the repository at this point in the history
Loading