Newbie in C#, I installed Rider on MacOS and installed Google.Protobuf and protobuf-net in the solution. And I find the example of C# protobuf on link, and add the files into the solution. However, when I compile the .cs
files, I got those errors.
Addressbook.cs(263, 57): [CS1615] Argument 1 may not be passed with the 'ref' keyword
Addressbook.cs(445, 61): [CS1615] Argument 1 may not be passed with the 'ref' keyword
Addressbook.cs(580, 57): [CS1615] Argument 1 may not be passed with the 'ref' keyword
So how to solve these problems?