[
https://issues.apache.org/jira/browse/AVRO-2112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16284395#comment-16284395
]
ASF GitHub Bot commented on AVRO-2112:
--------------------------------------
GitHub user moljac opened a pull request:
https://github.com/apache/avro/pull/261
Master based dotnet standard
.NET Standard support
https://issues.apache.org/jira/browse/AVRO-2112
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/moljac/avro master-based-dotnet-standard
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/avro/pull/261.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #261
----
commit 8a6d8c9645bc63e735acd44f2d8b48a364a7c194
Author: Miljenko Cvjetko moljac <[email protected]>
Date: 2017-12-07T22:21:46Z
libraries removed - switch to package use
commit 09484815cdd5e5b323f749a2312cb73c3228aff7
Author: Miljenko Cvjetko moljac <[email protected]>
Date: 2017-12-07T22:23:06Z
gitgnore for newer files
commit 2a7922a5711395e603489d067d79f55c9175ef1d
Author: Miljenko Cvjetko moljac <[email protected]>
Date: 2017-12-07T22:24:01Z
restructuring
commit 3390de9d76df288a0405995f9c49b45c8f8c10d8
Author: Miljenko Cvjetko moljac <[email protected]>
Date: 2017-12-07T22:24:28Z
Avro perf app in dotnet core
commit 0b40760629676816845ecba3ff079604c49f2109
Author: Miljenko Cvjetko moljac <[email protected]>
Date: 2017-12-07T22:25:03Z
Avro perf app in std netfx
commit 1fbb2ec120761bba501bc02e32377b0b20247a35
Author: Miljenko Cvjetko moljac <[email protected]>
Date: 2017-12-07T22:25:23Z
test project packages
commit 891e5d6c707761407627b0934d8cb354cf40657e
Author: Miljenko Cvjetko moljac <[email protected]>
Date: 2017-12-08T14:22:05Z
gitignore for MacOSX temp files
----
> c# (.net) port to .NET Standard 2.0 and nuget (package) dependencies
> --------------------------------------------------------------------
>
> Key: AVRO-2112
> URL: https://issues.apache.org/jira/browse/AVRO-2112
> Project: Avro
> Issue Type: Improvement
> Components: csharp
> Environment: - Visual Studio For Mac
> - Visual Studio 2017
> - mono 5.4.1.7 MacOSX
> - dotnet 2.0 (MacOSX and Windows 10)
> Reporter: Miljenko Cvjetko
> Priority: Minor
> Original Estimate: 0h
> Remaining Estimate: 0h
>
> Suugestion is to add .NET Standard/Core support.
> In order to support modern/new .NET (both standard netfx and dotnet core) it
> is necessary to convert projects to support .NET Standard Libraries.
> - conversion to .NET Standard [DONE]
> - added dotnet core sample (Avro.perf) [DONE]
> - added netfx (standrd .NET) sample Avro.perf.netfx [DONE]
> - unit testing updated to use NUnit 3
> Url for the github forked repo with branch will be added.
>
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)