amzn / amazon-pay-sdk-csharp

Amazon Pay C# SDK
https://payments.amazon.com/developer
Apache License 2.0
48 stars 42 forks source link

netstandard support? #20

Open thurfir opened 6 years ago

thurfir commented 6 years ago

Hello, is there any plans to support netstandard 2.0/netcore in the future? Thank you.

bjguillot commented 6 years ago

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.

tlemmons commented 6 years ago

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 notifications@github.com Sent: Wednesday, September 19, 2018 8:47 AM To: amzn/amazon-pay-sdk-csharp amazon-pay-sdk-csharp@noreply.github.com Cc: Subscribed subscribed@noreply.github.com 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 https://github.com/amzn/amazon-pay-sdk-csharp/issues/20#issuecomment-422832251 , or mute the thread https://github.com/notifications/unsubscribe-auth/AGOk_mkUcpFV8E7nn41AkUZBCKzHUaZSks5ucljggaJpZM4Wvpjp . https://github.com/notifications/beacon/AGOk_gxoJtq7arRlYmI_OWXA4n6iyNTRks5ucljggaJpZM4Wvpjp.gif

thurfir commented 5 years ago

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.

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. We are planning to standarize all our API to all run on .NET Core, therefore this nuget package is one of the last packages holding us back to do so.

ilgol commented 5 years ago

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.

bitlush commented 5 years ago

+1 for .NET Core support

thurfir commented 5 years ago

Hello @bjguillot, can you please keep us informed regarding your progress toward netstandard? Thanks.

yama-3 commented 5 years ago

if we can use sdk with dotnet core, we can handle on aws lambda (+api gateway) instead of ipn. thanks.

JohnHe404 commented 4 years ago

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

mewajda commented 4 years ago

Any updates on when this will be supported?

thurfir commented 4 years ago

I stumbled on https://github.com/amzn/amazon-pay-sdk-v2-dotnet . Is this intented to replace this SDK?

bjguillot commented 4 years ago

@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.