C# 14 (.NET 10) introduces [extension members](https://devblogs.microsoft.com/dotnet/introducing-csharp-14/#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!