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

Commits on Aug 3, 2025

  1. Quarantine OpenApiDocumentLocalizationTests.VerifyOpenApiDocumentIsIn…

    …variant (#63074)
    
    Co-authored-by: captainsafia <[email protected]>
    Co-authored-by: copilot-swe-agent[bot] <[email protected]>
    Copilot and captainsafia authored Aug 3, 2025
    Configuration menu
    Copy the full SHA
    4069504 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c103a03 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2025

  1. [main] (deps): Bump src/submodules/googletest (#63037)

    Bumps [src/submodules/googletest](https://github.com/google/googletest) from `32f9f4c` to `373af2e`.
    - [Release notes](https://github.com/google/googletest/releases)
    - [Commits](google/googletest@32f9f4c...373af2e)
    
    ---
    updated-dependencies:
    - dependency-name: src/submodules/googletest
      dependency-version: 373af2e3df71599b87a40ce0e37164523849166b
      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 Aug 4, 2025
    Configuration menu
    Copy the full SHA
    d6f0d4b View commit details
    Browse the repository at this point in the history
  2. [Blazor] Support persisting component state on enhanced navigation (#…

    …62824)
    
    * [Blazor] Implement scenario-based persistent state filtering for Blazor
    * Adds support for ignoring persisted values during prerendering
    * Adds support for ignoring persisted values during resume
    * Adds support for receiving value updates during enhanced navigation
    
    Fixes #51584, #62393, #62330, #62781
    
    * Disable AVX512 vectorization on the test pipeline until we pick up a new SDK
    javiercn authored Aug 4, 2025
    Configuration menu
    Copy the full SHA
    52ea667 View commit details
    Browse the repository at this point in the history
  3. [OpenApi] Generate schema for JSON Patch endpoints (#63052)

    * [OpenApi] Add non-generic JSON patch
    
    Update the sample to include a non-generic JSON patch endpoint.
    
    * [OpenApi] Generate schema for JSON Patch
    
    Generate an appropriate OpenAPI schema for JSON Patch endpoints.
    
    * Fix condition
    
    Leftovers from before tests were added.
    
    * Handle derived types
    
    - Handle custom types derived from `JsonPatchDocument` or `JsonPatchDocument<T>`.
    - Add extension method to remove duplicated type checks.
    
    * [OpenApi] Remove JsonPatch.SystemTextJson dep
    
    Remove the dependency on `Microsoft.AspNetCore.JsonPatch.SystemTextJson` as it creates type warnings, and instead check the types by name.
    
    * Update type check
    
    - Check for a generic type before type name check.
    - Replace `StartsWith()` with `==`.
    
    * Add required for JSON Patch remove
    
    Add `required` members to the OpenAPI schema for a JSON Patch remove operation.
    martincostello authored Aug 4, 2025
    Configuration menu
    Copy the full SHA
    d84aec3 View commit details
    Browse the repository at this point in the history
  4. [main] Update dependencies from dotnet/extensions (#63087)

    [main] Update dependencies from dotnet/extensions
    
    
     - Update Versions.props
    dotnet-maestro[bot] authored Aug 4, 2025
    Configuration menu
    Copy the full SHA
    b73a3fb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e507a91 View commit details
    Browse the repository at this point in the history
  6. Add JsonIgnore attribute support to Minimal API validation generator (#…

    …63075)
    
    * Initial plan
    
    * Add JsonIgnore attribute support to validation generator
    
    Co-authored-by: captainsafia <[email protected]>
    
    * Fix JsonIgnore test case to prevent circular reference stack overflow
    
    Co-authored-by: captainsafia <[email protected]>
    
    * Update CanValidateComplexTypesWithJsonIgnore test with record type cases
    
    Co-authored-by: captainsafia <[email protected]>
    
    * Remove unused IsJsonIgnoredParameter method and clean up test snapshots
    
    - Remove IsJsonIgnoredParameter method since JsonIgnore can only be applied to properties and fields, not constructor parameters
    - Update record parameter validation to check corresponding property for JsonIgnore instead
    - Delete stale received snapshot file
    - Update verified snapshot to include record type validation results
    
    Co-authored-by: captainsafia <[email protected]>
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <[email protected]>
    Co-authored-by: captainsafia <[email protected]>
    Copilot and captainsafia authored Aug 4, 2025
    Configuration menu
    Copy the full SHA
    5723334 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2025

  1. Skip non-public properties in validations generator (#63076)

    * Skip non-public properties in validations generator
    
    * Update ValidationsGenerator.TypesParser.cs
    captainsafia authored Aug 5, 2025
    Configuration menu
    Copy the full SHA
    e7ebb34 View commit details
    Browse the repository at this point in the history
Loading