Gotcha with C# 9 Record inheritance and ToString() Posted by By sven.huebner.it November 20, 2020Posted inGeneral Development1 Comment On record types, ToString() and other compiler-synthesized methods cannot be overridden up the inheritance hierarchy in parent records, but must be overridden in the concrete record.