You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
expression tree. Expression<> x = (a) => A.B(a); // priority should be honored, silent source break like params? can yield an error identify and document known scenario, notify BCL team (apply with care)
interpolation handlers
query syntax
VB Compiler
TBD (we'll plan and implement in .NET 9)
Productivity
No IDE impact
The text was updated successfully, but these errors were encountered:
Championed issue: dotnet/csharplang#7706
Speclet: https://github.com/dotnet/csharplang/blob/main/proposals/csharp-13.0/overload-resolution-priority.md
C# Compiler
var x = A.B;
with multipleB
candidates)VB Compiler
Productivity
No IDE impact
The text was updated successfully, but these errors were encountered: