Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert to .NET Core #70

Open
uncled1023 opened this issue Jun 18, 2018 · 4 comments
Open

Convert to .NET Core #70

uncled1023 opened this issue Jun 18, 2018 · 4 comments

Comments

@uncled1023
Copy link

So I was looking to use this library to interact with my piwik instance, but it doesn't support .net core. Are there any plans for this?

@MichaelRoosz
Copy link

I have started a conversion to .NET Core, but it may take some time to finish it.

@MichaelRoosz
Copy link

Here is my port to .NET Core 2.1 https://github.com/MichaelHeerklotz/piwik-dotnet-core-tracker

@nenadvicentic
Copy link

@MichaelHeerklotz Is it possible to make your Piwik.Tracker support both .NET 4.0+ and .NET Core 2.1+ at the same time? That way you can make pull request and have everything in official repository and with single Nuget package, without breaking backward compatibility. I played with your code vs this repository and it seems doable with small amount of effort. You already did most of the work. Only, I would keep both old and new support projects (tests afor both .NET and .NET Core and web projects for both WebForms and ASP.NET Core Razor Pages.

@julienmoumne Would you be interested to accept pull request with above changes?

@BreadTh
Copy link

BreadTh commented Jul 30, 2021

Tossing my chip in here for a port to .net 5.
https://github.com/BreadTh/piwik-dotnet-tracker
Use at own risk - or help me out. Maybe we can get it up to scratch with the main repo here ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants