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/aspnetcore
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 24ea7ef
Choose a base ref
...
head repository: dotnet/aspnetcore
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: bcfbd5c
Choose a head ref
  • 15 commits
  • 57 files changed
  • 11 contributors

Commits on Aug 12, 2021

  1. Configuration menu
    Copy the full SHA
    1cb1d08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0286358 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b39058 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2021

  1. Merge pull request #35288 from hoyosjs/juhoyosa/r2rmap-support

    Package r2rmap files in crossgened SFX symbol package
    hoyosjs authored Aug 13, 2021
    Configuration menu
    Copy the full SHA
    ad3ab1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5dc3a5c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c4690bf View commit details
    Browse the repository at this point in the history
  4. Update 25_api_proposal.md (#35321)

    This always drove me crazy
    davidfowl authored Aug 13, 2021
    Configuration menu
    Copy the full SHA
    c7fa6c1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ff51fd7 View commit details
    Browse the repository at this point in the history
  6. Remove links to dotnet-watch as it moved to SDK repo 7 months ago (#3…

    …5331)
    
    Removed invalid link to `dotnet-watch`.
    Sorted example `dotnet` subcommands alphabetically.
    Updated `--help` example to use a subcommand other than `dotnet-watch`.
    
    Fixes: #35332
    adrianwright109 authored Aug 13, 2021
    Configuration menu
    Copy the full SHA
    05cb69f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    93c3770 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fad9658 View commit details
    Browse the repository at this point in the history
  9. Allow DefaultPageLoader.LoadAsync to work with CompiledPageActionDesc…

    …riptor (#35325)
    
    With a fallback page, DefaultPageLoader might observe a mix of PageActionDescriptor
    and CompiledPageActionDescriptor instances. Currently encountering the latter results in an exception.
    
    Fixes #35060
    pranavkm authored Aug 13, 2021
    Configuration menu
    Copy the full SHA
    4076bad View commit details
    Browse the repository at this point in the history
  10. Bump path-parse from 1.0.6 to 1.0.7 in /src/SignalR/clients/ts/common (

    …#35250)
    
    Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
    - [Release notes](https://github.com/jbgutierrez/path-parse/releases)
    - [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)
    
    ---
    updated-dependencies:
    - dependency-name: path-parse
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 13, 2021
    Configuration menu
    Copy the full SHA
    302ed3c View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2021

  1. Removed <title> from _Layout.cshtml in the Blazor Server template (#3…

    …5342)
    
    Added <PageTitle> to MainLayout.razor.
    MackinnonBuck authored Aug 14, 2021
    Configuration menu
    Copy the full SHA
    10f8ad2 View commit details
    Browse the repository at this point in the history
  2. Change route and query fallback semantics (#35317)

    * Change route and query fallback semantics
    - If the list of route parameters is empty then simple parameters are from query only.
    - If the list of route parameters is null then fallback from route to query.
    - Added tests.
    davidfowl authored Aug 14, 2021
    Configuration menu
    Copy the full SHA
    bcfbd5c View commit details
    Browse the repository at this point in the history
Loading