You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Zoltan Csizmadia (Jira)" <ji...@apache.org> on 2023/03/25 13:05:00 UTC

[jira] [Created] (AVRO-3727) Add RollForward to C# avrogen tool

Zoltan Csizmadia created AVRO-3727:
--------------------------------------

             Summary: Add RollForward to C# avrogen tool
                 Key: AVRO-3727
                 URL: https://issues.apache.org/jira/browse/AVRO-3727
             Project: Apache Avro
          Issue Type: Improvement
          Components: csharp
            Reporter: Zoltan Csizmadia


When the avrogen C# tool is used with an SDk installed which is not supported (built for) yet, avrogen fails with anerror that the required NET SDk is missing. RollForward instructs the tool to look for the next major SDK version and use that, if the required SDK is not installed,

 

SInce NET 8.0 preview is out, as of now, avrogen cannot run  in NET 8 without this option.

 

https://learn.microsoft.com/en-us/dotnet/core/project-sdk/msbuild-props#rollforward



--
This message was sent by Atlassian Jira
(v8.20.10#820010)