C# 14 (.NET 10) introduces extension members.
When using such an extension member and adding the [Projectable] attribute, compilation fails.
It would be cool if [Projectable] supported these extension members as well.
Not high priority, though. Leaving extensions with a this parameter still works fine!
C# 14 (.NET 10) introduces extension members.
When using such an extension member and adding the
[Projectable]attribute, compilation fails.It would be cool if
[Projectable]supported these extension members as well.Not high priority, though. Leaving extensions with a
thisparameter still works fine!