C# compiler: CS0121: The call is ambiguous between the following methods or properties
Make sure you don't reference the output binary in your project references (i.e., the project references itself). This has happened to me in the past with Resharper (the addition of the output binary to the project references), so the extension method is both in the source and in the binary reference.
Delete bin folder > open project > build solution.