Skip to content

Commit 6fe7495

Browse files
#178: Remove readonly modifier from ZError fields because they cant be initialized via reflection in netcore 3
1 parent 6f193f3 commit 6fe7495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ZError.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ internal ZError(int errno)
169169
}
170170
}
171171

172-
public static readonly ZError
172+
public static ZError
173173
// DEFAULT = new ZmqError(0),
174174
EPERM,
175175
ENOENT,

0 commit comments

Comments
 (0)