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
Accelerator
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
Type
/
to 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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
icsharpcode
/
ILSpy
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
3.7k
Star
25.8k
Code
Issues
182
Pull requests
12
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Reconstruct nested deconstruction designations
- #3950
#3950
Merged
siegfriedpammer
merged 11 commits into
master
icsharpcode/ILSpy:master
from
nested-deconstruction
icsharpcode/ILSpy:nested-deconstruction
Copy head branch name to clipboard
Aug 7, 2026
Conversation
Commits
11
(11)
Checks
Files changed
Merged
Reconstruct nested deconstruction designations
#3950
siegfriedpammer
merged 11 commits into
master
icsharpcode/ILSpy:master
from
nested-deconstruction
icsharpcode/ILSpy:nested-deconstruction
Copy head branch name to clipboard
Commits
Commits on Aug 7, 2026
Enable nullable reference types in DeconstructionTransform
Show description for 022b4df
siegfriedpammer
committed
022b4df
View commit details
Copy full SHA for 022b4df
Browse repository at this point
Fix TupleType.FromUnderlyingType crash on non-tuple input
Show description for 28f1a0d
siegfriedpammer
committed
28f1a0d
View commit details
Copy full SHA for 28f1a0d
Browse repository at this point
Require System.ValueTuple to be a struct to be tuple compatible
Show description for 72ec11e
siegfriedpammer
committed
72ec11e
View commit details
Copy full SHA for 72ec11e
Browse repository at this point
Support deconstruction into pointer targets
Show description for d7e1917
siegfriedpammer
committed
d7e1917
View commit details
Copy full SHA for d7e1917
Browse repository at this point
End a call-rooted deconstruction pattern at an unrelated assignment
Show description for 481a4de
siegfriedpammer
committed
481a4de
View commit details
Copy full SHA for 481a4de
Browse repository at this point
Reconstruct nested Deconstruct-call designations
Show description for 8117cf5
siegfriedpammer
committed
8117cf5
View commit details
Copy full SHA for 8117cf5
Browse repository at this point
Keep the Deconstruct call explicit when the element type hides it
Show description for 84ed5e2
siegfriedpammer
committed
84ed5e2
View commit details
Copy full SHA for 84ed5e2
Browse repository at this point
Do not absorb tuple element reads into a call-rooted pattern
Show description for 1710907
siegfriedpammer
committed
1710907
View commit details
Copy full SHA for 1710907
Browse repository at this point
Reconstruct nested tuple designations
Show description for d6c82c5
siegfriedpammer
committed
d6c82c5
View commit details
Copy full SHA for d6c82c5
Browse repository at this point
Decide deferral to an enclosing deconstruction in O(1)
Show description for 266ac8a
siegfriedpammer
committed
266ac8a
View commit details
Copy full SHA for 266ac8a
Browse repository at this point
Demote an escaping first element instead of giving up on the pattern
Show description for f7eeb45
siegfriedpammer
committed
f7eeb45
View commit details
Copy full SHA for f7eeb45
Browse repository at this point
You can’t perform that action at this time.