C# Compiler Error – CS8878 a copy constructor ‘{0}’ must be public

In this blog post, you’ll learn more about the C# Compiler Error – CS8878 and the related message description

C# Compiler Error Code

CS8878

C# Compiler Description for the Code :CS8878

A copy constructor ‘{0}’ must be public or protected because the record is not sealed.

Tags :

Leave Your Comment