C# Compiler Error – CS8868 a copy constructor in a record must call
In this blog post, you’ll learn more about the C# Compiler Error – CS8868 and the related message description
C# Compiler Error Code
CS8868
C# Compiler Description for the Code :CS8868
A copy constructor in a record must call a copy constructor of the base, or a parameterless object constructor if the record inherits from object.
Leave Your Comment