string MyInterface.MyProperty { get; set; } or string MyInterface.MyMethod() { return "sahdude" } cannot be referenced as members. This likely conflicts with the current implementation This does not cause issues with codegen, it just wont output. The user might like to know so an analyzer rule wouldnt hurt.
string MyInterface.MyProperty { get; set; }orstring MyInterface.MyMethod() { return "sahdude" }cannot be referenced as members.This likely conflicts with the current implementationThis does not cause issues with codegen, it just wont output. The user might like to know so an analyzer rule wouldnt hurt.