-
Notifications
You must be signed in to change notification settings - Fork 40
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
netstandard support? #20
Comments
We are doing experimentation with .NET Core on an internal project. Once that is complete, we will evaluate .NET Core for the SDK but no final decision has been made yet. As a user of the SDK, can you provide some feedback on how .NET Core or .NET Standard would help in your environment? Knowing how this would help our customers can provide us with valuable insights. Thanks in advance for any feedback. |
I would like to be able to use this on my mobile app (Xamarin .net Standard) to allow my users to sign into and authorize payments and subscriptions from their phone.
From: B.J. Guillot <[email protected]>
Sent: Wednesday, September 19, 2018 8:47 AM
To: amzn/amazon-pay-sdk-csharp <[email protected]>
Cc: Subscribed <[email protected]>
Subject: Re: [amzn/amazon-pay-sdk-csharp] netstandard support? (#20)
We are doing experimentation with .NET Core on an internal project. Once that is complete, we will evaluate .NET Core for the SDK but no final decision has been made yet.
As a user of the SDK, can you provide some feedback on how .NET Core or .NET Standard would help in your environment? Knowing how this would help our customers can provide us with valuable insights. Thanks in advance for any feedback.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#20 (comment)> , or mute the thread <https://github.com/notifications/unsubscribe-auth/AGOk_mkUcpFV8E7nn41AkUZBCKzHUaZSks5ucljggaJpZM4Wvpjp> . <https://github.com/notifications/beacon/AGOk_gxoJtq7arRlYmI_OWXA4n6iyNTRks5ucljggaJpZM4Wvpjp.gif>
|
Hello, regarding our specific needs: We are running this SDK in our Payment API, built with ASP.NET Core 2.1. This is fine for us as aspnet core can run with both the full .NET 4.6+ framework or with the newer .NET Core framework. |
So, we are use .NET Core 2.0 for our back-end. And now we start to implement Amazon Pay into our system. And is would be very good to use Your SDK, as well. |
+1 for .NET Core support |
Hello @bjguillot, can you please keep us informed regarding your progress toward netstandard? Thanks. |
if we can use sdk with dotnet core, we can handle on aws lambda (+api gateway) instead of ipn. thanks. |
Who else's website is running .net 2.0 20 years ago? Why not support .net core 2.0 or even .net core 3.0 as soon as possible |
Any updates on when this will be supported? |
I stumbled on https://github.com/amzn/amazon-pay-sdk-v2-dotnet . Is this intented to replace this SDK? |
@thurfir , the link you found is for our new product described here: https://pay.amazon.com/checkoutv2 That SDK does not this replace this SDK, but since the new product uses different API endpoints and different methods of signature generation, that code was put into its own package. |
Hello, is there any plans to support netstandard 2.0/netcore in the future? Thank you.
The text was updated successfully, but these errors were encountered: