Fix: The call is ambiguous between the following methods or properties after moving to C# 14 extension members
CS0121 after moving an extension method into a C# 14 extension block: the compiler still emits the old static form. Delete the duplicate or qualify the call.