[
https://issues.apache.org/jira/browse/AVRO-3357?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated AVRO-3357:
---------------------------------
Labels: pull-request-available (was: )
> Properties only assigned in constructors should be marked readonly
> ------------------------------------------------------------------
>
> Key: AVRO-3357
> URL: https://issues.apache.org/jira/browse/AVRO-3357
> Project: Apache Avro
> Issue Type: Improvement
> Components: csharp
> Affects Versions: 1.11.1
> Reporter: Kyle Schoonover
> Priority: Minor
> Labels: pull-request-available
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Properties only assigned in constructors should be marked readonly
> ie:
> {code:java}
> public class MyClass
> {
> private readonly bool test;
> public MyClass(bool test)
> {
> _test = test;
> {
> }{code}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)