-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: dotnet/aspnetcore
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: pr-63231
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 33 files changed
- 3 contributors
Commits on Aug 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 48cf20a - Browse repository at this point
Copy the full SHA 48cf20aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e38ed29 - Browse repository at this point
Copy the full SHA e38ed29View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2252f23 - Browse repository at this point
Copy the full SHA 2252f23View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d5d9c2 - Browse repository at this point
Copy the full SHA 2d5d9c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea13cf1 - Browse repository at this point
Copy the full SHA ea13cf1View commit details -
Co-authored-by: Brennan <brecon@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 124d213 - Browse repository at this point
Copy the full SHA 124d213View commit details -
Co-authored-by: Brennan <brecon@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 31a1691 - Browse repository at this point
Copy the full SHA 31a1691View commit details
Commits on Aug 15, 2025
-
Configuration menu - View commit details
-
Copy full SHA for be875c3 - Browse repository at this point
Copy the full SHA be875c3View commit details -
Add polymorphic validation attribute tests for derived types
- Added BasePolymorphicType and DerivedPolymorphicType classes to test inheritance scenarios - BasePolymorphicType has SumLimit validation attribute (X + Y > 20) - DerivedPolymorphicType has ProductLimit validation attribute (X * Y * Z > 100) - Added PolymorphicProperty to ComplexType to test polymorphic validation - Added 4 new test scenarios: 1. ValidPolymorphicClassAttributeCheck_DoesNotProduceError - Tests valid values for both validations 2. InvalidPolymorphicBaseClassAttributeCheck_ProducesError - Tests only base class validation failure 3. InvalidPolymorphicDerivedClassAttributeCheck_ProducesError - Tests only derived class validation failure 4. InvalidPolymorphicBothClassAttributesCheck_ProducesError - Tests both validations failing This ensures that validation attributes on derived types work correctly in polymorphic scenarios.
Configuration menu - View commit details
-
Copy full SHA for 437dca6 - Browse repository at this point
Copy the full SHA 437dca6View commit details
Loading
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 main...pr-63231