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

Commits on Apr 27, 2023

  1. [wasi] Fix support for paths with spaces (#85022)

    * [wasi] Fix disabling wasi build for projects
    
    * [wasi] Fix quoting in Wasi targets
    
    * [wasi] WBT: don't run wasi targets for the tests project
    radical authored Apr 27, 2023
    Configuration menu
    Copy the full SHA
    0c612cf View commit details
    Browse the repository at this point in the history
  2. [wasm] GenerateWasmBootJson - close file handles (#85480)

    Close files opened with `File.OpenRead` by utilizing the `using`
    pattern.
    radical authored Apr 27, 2023
    Configuration menu
    Copy the full SHA
    40390e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    94f2b65 View commit details
    Browse the repository at this point in the history
  4. Try to fix _MergedWrapperMarker (#85476)

    Don't include markers without execution scripts
    BruceForstall authored Apr 27, 2023
    Configuration menu
    Copy the full SHA
    0b9ff15 View commit details
    Browse the repository at this point in the history
  5. [PERF] Add Android BenchmarkDotNet test (#85282)

    * Setup testing and add missing depends on.
    Shift perflab dependencies to the app build through insertion rather than being in the Maui repo.
    Add PERFLAB_INLAB preprocessor constant to include the environment variables section of the Maui app in the build.
    Switch to using the main branch of the perf repo.
    Hardcoded in the output path to avoid unused variable error when building the Maui App.
    * Print runtime pack locations after updating the locations to allow verification of correct package usage.
    * Up timeout time for the BDN app test as they take a little bit of time.
    LoopedBard3 authored Apr 27, 2023
    Configuration menu
    Copy the full SHA
    92ba066 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    953d290 View commit details
    Browse the repository at this point in the history
Loading