-
Notifications
You must be signed in to change notification settings - Fork 198
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
Consider support for .Net Core #96
Comments
We have work in progress towards this goal. Two of the major pieces are being worked on right now (Moving to WCF and bumping the runtime requirement to 4.5.2). Once those go live, we will run the .NET Portability Analyzer to analyze and fix additional dependencies (there shouldn't be too much of them). |
+1. Looking forward to this! |
Hi @AnashOommen may I enquire as to how this is progressing? Do you have insight into lead times? Are we weeks or months away, is there much priority attributed to |
Any news regarding this? We are currently migrating a solution, and that migration was planned couple of months ago expecting to have the dfp api available. We know that things get delayed, and that's fine, but could you provide us with an ideia of the progress that has been made towards this goal, and if possible an ideia of when this could become available? Thanks in advance |
We're working to upgrade our SOAP toolkit, which is the major blocker. Do you have a particular version of Core that you need? Also, to confirm you're looking to use the DFP SOAP trafficking API correct? This client library doesn't handle ad serving. |
Yes, we use this API to do many things, some of witch are: query DFP inventory, write custom attributes in orders, orderlines, etc, update creative wrappers, etc... |
As an update here, v21.0.0 updated the SOAP toolkit which was the major blocker. We're looking into .NET Standard 2.0 support which would bring .NET Core 2.0 support. |
Is this something you are planning to do for the next release? |
+1. Would be great to have .NET Core support. |
Hello, any news on this? Thanks. |
Hi guys. Its been almost 4 months since @christopherseeley mentioned that the SOAP toolkit had been migrated and that you were looking into .Net Standard 2 support. |
We're working through replacing other dependencies that aren't .NET Standard compatible. There's no hard timetable at the moment but it's something we're actively working on, and a high priority. |
Could you provide a rough estimate? |
I also opened #128 as yet another blocker. |
Hi, any news on this? Any estimate date? Thanks. |
We're planning on a release with .NET Standard 2.0 support by end of this quarter. |
Given the push to .Net Core for many C# applications and services, it would be helpful to have a client library that supports this; in particular for cases where platforms such as AWS Lambda are being considered (which requires .Net Core for C# implementation).
The text was updated successfully, but these errors were encountered: