-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Parse custom attribute value blobs for dependencies and rewrite type name strings #127596
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Copilot
wants to merge
26
commits into
main
Choose a base branch
from
copilot/fix-custom-attribute-todos
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+283
−31
Open
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
6ecc2ff
Parse custom attribute value blob for dependencies and rewrite type n…
Copilot d600986
Address code review feedback: narrow exception types, add type alias,…
Copilot da3465b
Refactor custom attribute encoding to use BlobEncoder APIs and shared…
Copilot 20a8fef
Remove premature rewrite optimization - always re-encode custom attri…
Copilot 229cd7f
Refactor to use if/else chains instead of early returns, switch on ty…
Copilot 48062a1
Remove Constructor.IsNil check; rewrite dependency methods to use Dep…
Copilot a102e20
Collapse catch blocks, inline methods, use TryGetMethod
Copilot 45bd9c3
Early out for null constructor and handle generic attributes in GetDe…
Copilot 3982922
Remove GenericAttributes from ILTrim expected failures
Copilot bf4544e
Rewrite custom attribute blob handling to manual BlobReader copy/rewrite
Copilot e06fb7f
Track corrupted custom attributes and short-circuit blob rewrite path
Copilot 3788c36
Harden enum type-name rewrite null handling in custom attribute blob …
Copilot 4fa6586
Handle invalid sentinel explicitly in custom attribute blob value cop…
Copilot 7ce4e4a
Add descriptive message for invalid custom attribute type code
Copilot 3527108
Switch custom attribute blob type dispatch to switch statements
Copilot 466a515
Simplify custom attribute rewrite typing and remove rewrite indirection
Copilot d4b6451
Refactor CustomAttributeNode rewrite helpers to instance methods
Copilot ef95ab1
Apply follow-up CustomAttributeNode simplifications from review
Copilot 4606c8d
Address remaining CustomAttributeNode review comments
Copilot 4bb3fae
Remove originalBlob plumbing from attribute rewrite helpers
Copilot 9c8afd1
Address latest ILTrim CustomAttributeNode review comments
Copilot b64b9ac
Refine ILTrim custom attribute rewrite per latest review comments
Copilot bd085a6
Apply suggestions from code review
MichalStrehovsky d469dfa
Fix syntax error in CustomAttributeNode.cs
MichalStrehovsky 37d6564
ILTrim: use non-throwing type lookup for custom attribute type-name r…
Copilot ae36c3a
Sigh, this path is already validated, this is unnecessary
MichalStrehovsky File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.