-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Comparing changes
Open a pull request
base repository: dotnet/aspnetcore
base: safia/fix-tests
head repository: dotnet/aspnetcore
compare: main
- 10 commits
- 95 files changed
- 9 contributors
Commits on Aug 3, 2025
-
Quarantine OpenApiDocumentLocalizationTests.VerifyOpenApiDocumentIsIn…
…variant (#63074) Co-authored-by: captainsafia <[email protected]> Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4069504 - Browse repository at this point
Copy the full SHA 4069504View commit details -
Configuration menu - View commit details
-
Copy full SHA for c103a03 - Browse repository at this point
Copy the full SHA c103a03View commit details
Commits on Aug 4, 2025
-
[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>
Configuration menu - View commit details
-
Copy full SHA for d6f0d4b - Browse repository at this point
Copy the full SHA d6f0d4bView commit details -
[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
Configuration menu - View commit details
-
Copy full SHA for 52ea667 - Browse repository at this point
Copy the full SHA 52ea667View commit details -
[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.
Configuration menu - View commit details
-
Copy full SHA for d84aec3 - Browse repository at this point
Copy the full SHA d84aec3View commit details -
[main] Update dependencies from dotnet/extensions (#63087)
[main] Update dependencies from dotnet/extensions - Update Versions.props
Configuration menu - View commit details
-
Copy full SHA for b73a3fb - Browse repository at this point
Copy the full SHA b73a3fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for e507a91 - Browse repository at this point
Copy the full SHA e507a91View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 5723334 - Browse repository at this point
Copy the full SHA 5723334View commit details
Commits on Aug 5, 2025
-
Skip non-public properties in validations generator (#63076)
* Skip non-public properties in validations generator * Update ValidationsGenerator.TypesParser.cs
Configuration menu - View commit details
-
Copy full SHA for e7ebb34 - Browse repository at this point
Copy the full SHA e7ebb34View commit details -
Configuration menu - View commit details
-
Copy full SHA for fab448a - Browse repository at this point
Copy the full SHA fab448aView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff safia/fix-tests...main