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: ee0edc282eecb3d2040a549e275967a29c3465d5
Choose a base ref
...
head repository: dotnet/aspnetcore
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ee050bd56bdf2b653d4bad75f26ba8802a4f58fa
Choose a head ref
  • 17 commits
  • 185 files changed
  • 8 contributors

Commits on Jun 16, 2025

  1. Configuration menu
    Copy the full SHA
    01e4408 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5cb623c View commit details
    Browse the repository at this point in the history
  3. [Blazor] Use the unified validation API for Blazor forms (#62045)

    * Adds support for Microsoft.Extensions.Validation in `EditContextDataAnnotationsValidatorExtensions`
    oroztocil authored Jun 16, 2025
    Configuration menu
    Copy the full SHA
    9e08e07 View commit details
    Browse the repository at this point in the history
  4. # Area-owners.md: Update doc owners for each area (#62261)

    * Area-owners: Update doc owners
    
    * Removed a bracket char typo
    wadepickett authored Jun 16, 2025
    Configuration menu
    Copy the full SHA
    d6b2d08 View commit details
    Browse the repository at this point in the history
  5. Change priority of re-execution handling and allow router to stream `…

    …NotFound` contents (#62178)
    
    * Fix SSR non-streaming: rendering has higher priority than re-execution.
    
    * Add tests: move component common for global and local interactivity to shared project + redefine test cases.
    
    * Unified SSR tests for POST and GET.
    
    * Fix client navigation: always use enhanced nav for not found rendering, unless user explicitly disabled it.
    
    * Remove test duplication: when server always requests a render with enhanced nav, actual request headers do not matter.
    
    * Use client redirect with url change when user disables enhanced navigation.
    ilonatommy authored Jun 16, 2025
    Configuration menu
    Copy the full SHA
    06ea51f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    426dc1f View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2025

  1. Update branding to preview7 (#62364)

    * Update branding to preview7
    
    * Update resourceManagement.yml
    wtgodbe authored Jun 17, 2025
    Configuration menu
    Copy the full SHA
    bb61d99 View commit details
    Browse the repository at this point in the history
  2. Flip switch for controlling navigation flow on SSR (#62358)

    * Flip.
    
    * Update templates.
    ilonatommy authored Jun 17, 2025
    Configuration menu
    Copy the full SHA
    f46b5da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a6b2eb View commit details
    Browse the repository at this point in the history
  4. [main] (deps): Bump dotnet/arcade (#62344)

    Bumps [dotnet/arcade](https://github.com/dotnet/arcade) from d237be4630776450573bc588eb995bb8f9ebc04f to 7a09c1144283309440a7966c664199944198c920.
    - [Commits](dotnet/arcade@d237be4...7a09c11)
    
    ---
    updated-dependencies:
    - dependency-name: dotnet/arcade
      dependency-version: 7a09c1144283309440a7966c664199944198c920
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 17, 2025
    Configuration menu
    Copy the full SHA
    2f04fb0 View commit details
    Browse the repository at this point in the history
  5. Notify aspnet-build if a dependency PR has been stale for 1 business …

    …day (#62380)
    
    * Notify aspnet-build if a dependency PR has been stale for 1 business day
    
    * Update .github/policies/resourceManagement.yml
    
    * Update resourceManagement.yml
    
    * Update resourceManagement.yml
    wtgodbe authored Jun 17, 2025
    Configuration menu
    Copy the full SHA
    8476a68 View commit details
    Browse the repository at this point in the history
  6. Only ping build-ops for main (#62381)

    * Only ping build-ops for main
    
    * Revert "Only ping build-ops for main"
    
    This reverts commit e050716.
    
    * Try this
    
    * Fix
    
    * Fixup
    
    * One more
    wtgodbe authored Jun 17, 2025
    Configuration menu
    Copy the full SHA
    7641b9f View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2025

  1. [Blazor] Fix PropertyGetter to handle value types correctly in Supply…

    …ParameterFromPersistentComponentStateValueProvider (#62369)
    
    * Adds support for serializing fields on Persistent Component State to support ValueTuple in PCS.
    * Fixes an issue where `PropertyGetter` incorrectly generated a delegate for value types.
    * Adds unit tests to cover the scenarios.
    
    Fixes #62368.
    Copilot authored Jun 18, 2025
    Configuration menu
    Copy the full SHA
    0e8c7de View commit details
    Browse the repository at this point in the history
  2. [Blazor] Register persistent component state services in AddBlazorWeb…

    …View (#62384)
    
    * Adds persistent component state service registrations to AddBlazorWebView to ensure that components that use PersistentComponentState can render in WebView scenarios.
    Copilot authored Jun 18, 2025
    Configuration menu
    Copy the full SHA
    823c50d View commit details
    Browse the repository at this point in the history
  3. [Blazor] Update service-worker registration to prevent caching issues (

    …#62382)
    
    * Update service worker registration to prevent caching issues
    Copilot authored Jun 18, 2025
    Configuration menu
    Copy the full SHA
    47f3830 View commit details
    Browse the repository at this point in the history
  4. [Blazor] Fix Blazor root component state persistence across render mo…

    …des (#62370)
    
    * Adds a new virtual method to get the key in ComponentState.
    * Ignores the parent component for key computation purposes when crossing a render boundary.
    * Uses the ComponentMarkerKey as the key on root components.
    * Overrides GetComponentKey on WebAssembly and InteractiveServer to return the ComponentMarkerKey for root components.
    
    Fixes #62331
    Copilot authored Jun 18, 2025
    Configuration menu
    Copy the full SHA
    ef0da55 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2025

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