-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Fix async hoisted type substituted local #78231
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
Merged
AlekseyTs
merged 23 commits into
dotnet:main
from
bernd5:fix_asyncHoisted_TypeSubstitutedLocal
Apr 29, 2025
Merged
Changes from 19 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
39056fd
support TypeSubstitutedLocalSymbol in MethodToStateMachineRewriter.Ho…
bernd5 e351240
tests added
bernd5 66c1079
assert: local.GetDeclaratorSyntax() != null
bernd5 15db659
avoid Foo
bernd5 528a6b2
avoid #nullable enable
bernd5 ce6b668
avoid #nullable enable
bernd5 eae59c3
internal api UnderlyingLocalSymbol added
bernd5 41fb99f
debug assert UnderlyingLocalSymbol
bernd5 8a71346
avoid #nullable enable
bernd5 e7a819b
test with new extension container added
bernd5 63243ab
move _placeholderMap to BoundTreeToDifferentEnclosingContextRewriter
bernd5 5407775
diagnostic fixed
bernd5 1a4776b
avoid double wrapping of TypeSubstitutedLocalSymbols
bernd5 6bb511d
debug info added and comment extended
bernd5 7c96d5e
debug code removed, if replaced by switch-expression
bernd5 20c4a28
avoid Foo
bernd5 13b19a0
avoid Foo
bernd5 be9ff7b
handle type substitution for property symbols
bernd5 b475bd1
handle type substitution for property symbols
bernd5 72a63a3
do not use target type new
bernd5 e4dfb69
UnderlyingLocalSymbol should be only in TypeSubstitutedLocalSymbol
bernd5 5008485
remove anonymous type handling for properties
bernd5 2e4fced
Check for AnonymousTypes in VisitProperty
bernd5 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
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
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
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
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
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
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
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.