-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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# 14-Fundamentals and reference]: New Feature - VB honors Overload Resolution Priority #44174
Labels
🏁 Release: .NET 10
Work items for the .NET 10 release
dotnet-csharp/svc
in-pr
This issue will be closed (fixed) by an active pull request.
📌 seQUESTered
Identifies that an issue has been imported into Quest.
resolved-by-customer
whats-new/subsvc
Comments
BillWagner
added
🏁 Release: .NET 10
Work items for the .NET 10 release
dotnet-csharp/svc
whats-new/subsvc
labels
Jan 7, 2025
github-project-automation
bot
moved this to 🔖 Ready
in dotnet/docs January 2025 sprint project
Jan 7, 2025
dotnetrepoman
bot
added
the
🗺️ mapQUEST
Only used as a way to mark an issue as updated for quest. RepoMan should instantly remove it.
label
Jan 7, 2025
dotnet-policy-service
bot
removed
the
🗺️ mapQUEST
Only used as a way to mark an issue as updated for quest. RepoMan should instantly remove it.
label
Jan 7, 2025
BillWagner
added
🗺️ mapQUEST
Only used as a way to mark an issue as updated for quest. RepoMan should instantly remove it.
and removed
⌚ Not Triaged
Not triaged
labels
Jan 7, 2025
dotnet-policy-service
bot
removed
the
🗺️ mapQUEST
Only used as a way to mark an issue as updated for quest. RepoMan should instantly remove it.
label
Jan 7, 2025
sequestor
bot
added
📌 seQUESTered
Identifies that an issue has been imported into Quest.
and removed
🗺️ reQUEST
Triggers an issue to be imported into Quest.
labels
Jan 8, 2025
dotnetrepoman
bot
added
the
🗺️ mapQUEST
Only used as a way to mark an issue as updated for quest. RepoMan should instantly remove it.
label
Jan 8, 2025
dotnet-policy-service
bot
removed
the
🗺️ mapQUEST
Only used as a way to mark an issue as updated for quest. RepoMan should instantly remove it.
label
Jan 8, 2025
dotnetrepoman
bot
added
the
🗺️ mapQUEST
Only used as a way to mark an issue as updated for quest. RepoMan should instantly remove it.
label
Jan 30, 2025
BillWagner
moved this from 🔖 Ready
to 🏗 In progress
in dotnet/docs January 2025 sprint project
Jan 30, 2025
dotnet-policy-service
bot
removed
the
🗺️ mapQUEST
Only used as a way to mark an issue as updated for quest. RepoMan should instantly remove it.
label
Jan 30, 2025
BillWagner
added a commit
to BillWagner/docs
that referenced
this issue
Jan 31, 2025
- Fixes dotnet#44190: Add note that Visual Basic can consume types (defined in C#) that specify the `unmanaged` constraint. - Fixes dotnet#44174: VB Overload resolution respects the OverloadResolutionPriorityAttribute. In these changes, I made the necessary updates for accuracy with the current compiler. Then, I did an edit for style and updated per style. You may want to review the two commits separately to see the semantic changes distinct from the grammar and style changes.
Merged
dotnet-policy-service
bot
added
the
in-pr
This issue will be closed (fixed) by an active pull request.
label
Jan 31, 2025
dotnetrepoman
bot
added
the
🗺️ mapQUEST
Only used as a way to mark an issue as updated for quest. RepoMan should instantly remove it.
label
Jan 31, 2025
BillWagner
moved this from 🏗 In progress
to 👀 In review
in dotnet/docs January 2025 sprint project
Jan 31, 2025
dotnet-policy-service
bot
removed
the
🗺️ mapQUEST
Only used as a way to mark an issue as updated for quest. RepoMan should instantly remove it.
label
Jan 31, 2025
github-project-automation
bot
moved this from 👀 In review
to ✅ Done
in dotnet/docs January 2025 sprint project
Jan 31, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
🏁 Release: .NET 10
Work items for the .NET 10 release
dotnet-csharp/svc
in-pr
This issue will be closed (fixed) by an active pull request.
📌 seQUESTered
Identifies that an issue has been imported into Quest.
resolved-by-customer
whats-new/subsvc
Visual Studio release
17.13.p3
Link to speclet
Link to Pull request
New behavior
This updates the Visual Basic compiler to honor the
OverloadResolutionPriority
attribute for overload resolution.Language reference tasks
Change the language reference section to update the VB overload resolution description.
Everyday C# tasks
No response
Associated WorkItem - 360649
The text was updated successfully, but these errors were encountered: