Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
dotnet
/
runtime
Public
Notifications
You must be signed in to change notification settings
Fork
5.6k
Star
18.3k
Code
Issues
5k+
Pull requests
658
Discussions
Actions
Projects
Security and quality
70
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Reduce types loaded on startup significantly
- #120459
#120459
Merged
davidwrighton
merged 18 commits into
dotnet:main
dotnet/runtime:main
from
davidwrighton:reduce_constraint_load
davidwrighton/runtime:reduce_constraint_load
Copy head branch name to clipboard
Oct 14, 2025
Conversation
Commits
18
(18)
Checks
Files changed
Merged
Reduce types loaded on startup significantly
#120459
davidwrighton
merged 18 commits into
dotnet:main
dotnet/runtime:main
from
davidwrighton:reduce_constraint_load
davidwrighton/runtime:reduce_constraint_load
Copy head branch name to clipboard
Commits
Commits on Oct 6, 2025
Reduce constraint loading by not forcing constraints to be loaded eagerly
Show description for 1d77e2f
davidwrighton
committed
1d77e2f
View commit details
Copy full SHA for 1d77e2f
Browse repository at this point
Clear up the issues around GetDeclaringMethodTableFromTypeVarTypeDesc
davidwrighton
committed
bb4a3d2
View commit details
Copy full SHA for bb4a3d2
Browse repository at this point
Commits on Oct 7, 2025
Tweak, and add comments...
Show description for db83d47
davidwrighton
committed
db83d47
View commit details
Copy full SHA for db83d47
Browse repository at this point
Fix build errors
davidwrighton
committed
c0ae70d
View commit details
Copy full SHA for c0ae70d
Browse repository at this point
Fix bugs making it not work properly
davidwrighton
committed
1f742a3
View commit details
Copy full SHA for 1f742a3
Browse repository at this point
Rework the special instantiation type logic to be more effective
Show description for 4e4a395
davidwrighton
committed
4e4a395
View commit details
Copy full SHA for 4e4a395
Browse repository at this point
Fix interface matching bug found in testing
davidwrighton
committed
bef91a8
View commit details
Copy full SHA for bef91a8
Browse repository at this point
Commits on Oct 8, 2025
Optimize virtual static and default interface method resolution logic
Show description for 2bdfc3c
davidwrighton
committed
2bdfc3c
View commit details
Copy full SHA for 2bdfc3c
Browse repository at this point
Update loader/classloader/generics/ByRefLike/ValidateNegative test
Show description for 3b937fd
davidwrighton
committed
3b937fd
View commit details
Copy full SHA for 3b937fd
Browse repository at this point
Pass around the type I want passed around
davidwrighton
committed
64d10ff
View commit details
Copy full SHA for 64d10ff
Browse repository at this point
Remove WhichConstraintsToLoad::TypeOrMethodVarsOnly
davidwrighton
committed
9eef0b3
View commit details
Copy full SHA for 9eef0b3
Browse repository at this point
Fix out of date comment
davidwrighton
committed
4a6a81c
View commit details
Copy full SHA for 4a6a81c
Browse repository at this point
Commits on Oct 9, 2025
Merge branch 'main' into reduce_constraint_load
davidwrighton
authored
18214f8
View commit details
Copy full SHA for 18214f8
Browse repository at this point
Commits on Oct 10, 2025
- Add support for doing circularity checks on type and method generic parameters to the TypeValidationChecker in crossgen2
Show description for 533e8ca
davidwrighton
committed
533e8ca
View commit details
Copy full SHA for 533e8ca
Browse repository at this point
Code review feedback
davidwrighton
committed
ebca7a6
View commit details
Copy full SHA for ebca7a6
Browse repository at this point
- Flesh out implementation of sig parser for constraint accessibility
Show description for 9d8b167
davidwrighton
committed
9d8b167
View commit details
Copy full SHA for 9d8b167
Browse repository at this point
Commits on Oct 13, 2025
- Add crossgen2 validation of interface impl variance rules
davidwrighton
committed
d5fad7d
View commit details
Copy full SHA for d5fad7d
Browse repository at this point
- Adjust contracts as suggested
Show description for 12511ff
davidwrighton
committed
12511ff
View commit details
Copy full SHA for 12511ff
Browse repository at this point
You can’t perform that action at this time.