Please see the attached project for issue reproduction. The problem involves having a class, namespace and property of the same name. There are two methods, a static and a non-static. Obeying Resharper's advice leads to the following two compiler errors.
error CS0120: An object reference is required for the non-static field, method, or property 'ResharperIssue3.Test.Program.Project.get'
error CS0176: Member 'ResharperIssue3.Test.Project.Project.Load()' cannot be accessed with an instance reference; qualify it with a type name instead