I inherited a project. When I moved the code from the Project Editor to my VS extension, I have an error regarding multiple keys.
This was apparently not a problem when the code was left in the project editor, but it is a problem in my VS extension library. Here is a snip so you can see the squiggles:


I don’t know if removing the IsKey from either field will cause a problem. Would it be safe to suppress the error with a comment?