DEV Community

Discussion on: Read-once variable - R1V, ROV, ... - in C#

Collapse
 
bugmagnet profile image
Bruce Axtens

I've created a dotnet core project and put that in it. Currently I'm getting a error in the finally clause: "A readonly field cannot be assigned to (except in a constructor or a variable initializer)".