[ 
https://issues.apache.org/jira/browse/AVRO-3435?focusedWorklogId=744386&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-744386
 ]

ASF GitHub Bot logged work on AVRO-3435:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 18/Mar/22 20:06
            Start Date: 18/Mar/22 20:06
    Worklog Time Spent: 10m 
      Work Description: KyleSchoonover commented on a change in pull request 
#1583:
URL: https://github.com/apache/avro/pull/1583#discussion_r822108706



##########
File path: lang/csharp/src/apache/codegen/AvroGen.cs
##########
@@ -39,6 +40,13 @@ static int Main(string[] args)
                 return 0;
             }
 
+            if (args.Contains("--version"))

Review comment:
       Is the expectation to also support -V? `args.Any(a => a is "--version" 
or "-V")` <-- Apparently this is only C# 8
   `if (args.Contains("--version") || args.Contains("-V") )`




-- 
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: 744386)
    Remaining Estimate: 23.5h  (was: 23h 40m)
            Time Spent: 0.5h  (was: 20m)

> Add --version to avrogen
> ------------------------
>
>                 Key: AVRO-3435
>                 URL: https://issues.apache.org/jira/browse/AVRO-3435
>             Project: Apache Avro
>          Issue Type: Improvement
>          Components: csharp
>            Reporter: Zoltan Csizmadia
>            Priority: Minor
>              Labels: pull-request-available
>   Original Estimate: 24h
>          Time Spent: 0.5h
>  Remaining Estimate: 23.5h
>
> Add --version option to avrogen to be able to determine the current version 
> of the installed tool.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to