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

C# 13: Overload resolution priority. #18575

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

michaelnebel
Copy link
Contributor

In this PR we add tests and some minor QL library functionality for the overload resolution priority attribute as described here.

With respect to the dispatch test it is worth noting that the overload resolution priority is not respected in case the method is called via an interface (unless the interface declaration is tagged with the overload resolution priority attribute). That is, the dispatch test correctly identifies the viable callables as the overload resolution priority is ignored.

@github-actions github-actions bot added the C# label Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant