[
https://issues.apache.org/jira/browse/AVRO-3231?focusedWorklogId=666394&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-666394
]
ASF GitHub Bot logged work on AVRO-3231:
----------------------------------------
Author: ASF GitHub Bot
Created on: 18/Oct/21 16:03
Start Date: 18/Oct/21 16:03
Worklog Time Spent: 10m
Work Description: zcsizmadia edited a comment on pull request #1366:
URL: https://github.com/apache/avro/pull/1366#issuecomment-945925320
The side effect of this change will be that the produced nuget package will
grow in size without any real benefit. The produced libs for net5.0 will be
pretty much the same (even in performance) what was produced for netstandard
(since there is no NET5 defines in the code).
Since netcoreapp2.1 is EOL since August, it might be a better solution to
remove netcoreapp2.1 from TargetFrameworks (all csproj files, not only
Avro.main) instead of adding net5.0
--
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: 666394)
Time Spent: 1h (was: 50m)
> C#: Enable build of Avro.dll for .NET 5
> ---------------------------------------
>
> Key: AVRO-3231
> URL: https://issues.apache.org/jira/browse/AVRO-3231
> Project: Apache Avro
> Issue Type: Improvement
> Components: csharp
> Affects Versions: 1.11.0
> Reporter: Martin Tzvetanov Grigorov
> Assignee: Martin Tzvetanov Grigorov
> Priority: Major
> Labels: pull-request-available
> Time Spent: 1h
> Remaining Estimate: 0h
>
> lang/csharp/src/apache/main/Avro.main.csproj does not list net5.0 as a target.
>
> 5.0 is the current stable version:
> https://dotnet.microsoft.com/platform/support/policy/dotnet-core
--
This message was sent by Atlassian Jira
(v8.3.4#803005)