[
https://issues.apache.org/jira/browse/AVRO-3459?focusedWorklogId=744561&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-744561
]
ASF GitHub Bot logged work on AVRO-3459:
----------------------------------------
Author: ASF GitHub Bot
Created on: 19/Mar/22 02:32
Start Date: 19/Mar/22 02:32
Worklog Time Spent: 10m
Work Description: KyleSchoonover commented on pull request #1607:
URL: https://github.com/apache/avro/pull/1607#issuecomment-1072922626
@zcsizmadia I'm running into a problem with nested records. I was actually
thinking about creating a targeted C# version (--csharp-version 7.3) as an
option for avrogen. Let me switch this to draft and think about how I want to
change it up. I reached out to you on the ASF slack about this PR.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 744561)
Time Spent: 0.5h (was: 20m)
> Use simple types and nullable modifier
> --------------------------------------
>
> Key: AVRO-3459
> URL: https://issues.apache.org/jira/browse/AVRO-3459
> Project: Apache Avro
> Issue Type: Improvement
> Components: csharp
> Reporter: Kyle Schoonover
> Priority: Minor
> Labels: pull-request-available
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> First, it is more common to use the simple types keyword instead of the
> struct type. ie: int instead of System.Int32
> Second, instead of using the struct Nullable<int> you can use int?
--
This message was sent by Atlassian Jira
(v8.20.1#820001)