-
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
- 20 commits
- 128 files changed
- 16 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 -
Avoid pausing circuit simultaneously with disposing of it (#63010)
* Use single threaded dispatcher to make sure pausing does not happen concurrently with disposal.
Configuration menu - View commit details
-
Copy full SHA for a45c4ad - Browse repository at this point
Copy the full SHA a45c4adView commit details -
Configuration menu - View commit details
-
Copy full SHA for e6a2648 - Browse repository at this point
Copy the full SHA e6a2648View commit details -
[Blazor] Fix PersistentState to throw clear error message for non-pub…
…lic properties (#63125) Throw a better error message for non public properties or for properties without a public getter
Configuration menu - View commit details
-
Copy full SHA for f9722e5 - Browse repository at this point
Copy the full SHA f9722e5View commit details -
[Blazor] Add analyzer to warn when SupplyParameterFromForm properties…
… have non-default initializers (#63110)
Configuration menu - View commit details
-
Copy full SHA for e336a0b - Browse repository at this point
Copy the full SHA e336a0bView commit details -
Remove the trailing '/' from logged localhost message (#63111)
* Remove the trailing '/' from logged localhost message * Update src/Hosting/Hosting/src/GenericHost/GenericWebHostService.cs Co-authored-by: Copilot <[email protected]> * Revert "Update src/Hosting/Hosting/src/GenericHost/GenericWebHostService.cs" This reverts commit de24561. --------- Co-authored-by: Copilot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b52c80f - Browse repository at this point
Copy the full SHA b52c80fView commit details
Commits on Aug 6, 2025
-
Sync shared code from runtime (#63137)
Co-authored-by: Tratcher <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9c112f8 - Browse repository at this point
Copy the full SHA 9c112f8View commit details -
Restore re-execution middleware in templates. (#63005)
* Restore re-execution middleware in templates. * Disable the job. * Condition should be a string.
Configuration menu - View commit details
-
Copy full SHA for 828955c - Browse repository at this point
Copy the full SHA 828955cView commit details
Commits on Aug 7, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 0e8cbde - Browse repository at this point
Copy the full SHA 0e8cbdeView commit details -
Configuration menu - View commit details
-
Copy full SHA for e9d6075 - Browse repository at this point
Copy the full SHA e9d6075View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6905dbe - Browse repository at this point
Copy the full SHA 6905dbeView 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