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: 307918d
Choose a base ref
...
head repository: dotnet/aspnetcore
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3e50fe3
Choose a head ref
  • 3 commits
  • 27 files changed
  • 4 contributors

Commits on Jul 8, 2022

  1. Update dependencies from https://github.com/dotnet/runtime build 2022…

    …0707.4 (#42628)
    
    [main] Update dependencies from dotnet/runtime
    dotnet-maestro[bot] authored Jul 8, 2022
    Configuration menu
    Copy the full SHA
    be68b79 View commit details
    Browse the repository at this point in the history
  2. [Blazor] Adds support state in NavigationManager (#42534)

    * Exposes the history state from the page to the navigation manager.
    * Applications can pass in state during navigations with `NavigationManager.NavigateTo("url", new NavigationOptions{ HistoryEntryState = "entryState" })`.
    * Passing state is limited to internal navigations as defined by the underlying History API.
    javiercn authored Jul 8, 2022
    Configuration menu
    Copy the full SHA
    0e255c5 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2022

  1. Update custom marshallers for source-generated interop to the V2 shap…

    …es. (#42619)
    
    * Update custom marshallers for source-generated interop to the V2 shapes.
    
    Update shape to match the final shapes
    
    Fix enum name to match approved name
    
    * Update src/Servers/IIS/IIS/src/Core/IISConfigurationData.cs
    
    Co-authored-by: Aaron Robinson <[email protected]>
    
    * Fix build
    
    Co-authored-by: Aaron Robinson <[email protected]>
    jkoritzinsky and AaronRobinsonMSFT authored Jul 9, 2022
    Configuration menu
    Copy the full SHA
    3e50fe3 View commit details
    Browse the repository at this point in the history
Loading