sdk-dotnet icon indicating copy to clipboard operation
sdk-dotnet copied to clipboard

Support for .net 6 core?

Open inzi opened this issue 2 years ago • 3 comments

Will AuthorizeNet be creating a core version of this?

Any suggestions other than refactoring this by hand? Is it just easier to switch to something like spreedly?

inzi avatar Nov 21 '22 04:11 inzi

How about .NET Core 7?

pmarangoni avatar Dec 01 '22 00:12 pmarangoni

Unfortunately, this repo looks pretty much dead. Also, it seems this is not actually Authorize.Net code. See this comment here https://github.com/AuthorizeNet/sdk-dotnet/issues/263#issuecomment-602876039

Not to mention, the full behavior of this API as it is would not translate well into .Net 6. For example, each controller creates an individual HttpRequest object for each REST call. Refactoring this into a set of repositories allowing for generic service registration would be a rather daunting task and quite a bit of code. Understandable that they let a free codebase die with .Net Framework.

However, I will say that, with a bit of effort, an adaptation is not a bidge too far. It would still take a tremendous amount of work on the developer's part, but given things like the cc charge is a flat $0.10/transaction and other processing providers float in the $0.30 range, might be worth considering.

guy9800 avatar Jan 10 '23 05:01 guy9800

Wow! I had no idea! Thank you for pointing this out. I gotta say though that I am NOT surprised.

pmarangoni avatar Jan 10 '23 19:01 pmarangoni