Ref: "Use the new keyword if hiding was intended" warning
This time, the warning needs to go away without editing file to add the new keyword.
Why? Generated derived class.
Ref: "Use the new keyword if hiding was intended" warning
This time, the warning needs to go away without editing file to add the new keyword.
Why? Generated derived class.
Just add a #pragma warning disable 108
at the top of the file where you want the warning disabled.