Skip to content
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

Fix missing global alias on method argument in inlined user-implemented method #1629 #1630

Conversation

TonEnfer
Copy link
Contributor

@TonEnfer TonEnfer commented Dec 7, 2024

Fix missing global alias on method argument in inlined user-implemented method (#1629)

Description

Fix missing global alias on method argument in inlined user-implemented method

Fixes #1629

Checklist

  • The existing code style is followed
  • The commit message follows our guidelines
  • Performed a self-review of my code
  • Hard-to-understand areas of my code are commented
  • The documentation is updated (as applicable)
  • Unit tests are added/updated
  • Integration tests are added/updated (as applicable, especially if feature/bug depends on roslyn or framework version in use)

@TonEnfer TonEnfer force-pushed the #1629_-_Inlined_user-implemented_method_missing_global_alias_on_method_argument branch from 711c18f to 1a841d8 Compare December 7, 2024 09:10
@latonz latonz added the bug Something isn't working label Dec 8, 2024
@latonz latonz merged commit 84e374d into riok:main Dec 8, 2024
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Inlined user-implemented method missing global alias on method argument
2 participants