<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: .NET Core support in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/NET-Core-support/m-p/59465#M34048</link>
    <description>&lt;P&gt;You are now able to use .net framework packages with asp core 2.0. The Authorize.net still&amp;nbsp;won't work with asp core due to ConfigurationManager being used in the class.&amp;nbsp;For the time being I created a nuget package&amp;nbsp;AuthorizeNet.Fork.Aspcore2. The only difference from the main is all ConfigurationManager calls have been removed and the framework has been updated to .net461. I haven't fully tested it yet, but created it because I need it for a current asp core project.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.nuget.org/packages/AuthorizeNet.Fork.Aspcore2/" target="_blank"&gt;https://www.nuget.org/packages/AuthorizeNet.Fork.Aspcore2/&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 21 Aug 2017 19:28:34 GMT</pubDate>
    <dc:creator>leereitz</dc:creator>
    <dc:date>2017-08-21T19:28:34Z</dc:date>
    <item>
      <title>.NET Core support</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/NET-Core-support/m-p/56425#M31219</link>
      <description>&lt;P&gt;Are there any plans on the roadmap for&amp;nbsp;supporting .NET core with the Authorize.NET client library? &amp;nbsp;Currently if I try installing the library via package manager I get an error saying it's incompatible with NETCoreApp, Version 1.1.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2016 22:38:43 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/NET-Core-support/m-p/56425#M31219</guid>
      <dc:creator>phampton24</dc:creator>
      <dc:date>2016-12-12T22:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: .NET Core support</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/NET-Core-support/m-p/56428#M31222</link>
      <description>&lt;P&gt;Short answer: Yes! We're excited about the direction Microsoft is taking .NET, and definitely would like to make sure our SDK supports Core.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Longer answer:&amp;nbsp;&lt;/P&gt;&lt;P&gt;The .NET core APIs are built on the “.NET Standard Library”, which is the common library of APIs meant to be available on all .NET runtimes going forward. The .NET Standard Library is currently a subset of existing APIs from the .NET Framework and some new APIs (introduced with what Microsoft was previously referring to as .NET 5 or ASP.NET 5).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately, our current .NET SDK doesn’t work for .NET Core apps because not all of the APIs we call are included in .NET Standard. Almost all of them are, but there are a few we’ll have to find replacements for. Rest assured, we’re actively looking to modify the SDK to target just .NET Standard, and hope to have either a new Core package or a unified .NET package sometime soon. You can follow the effort (or contribute yourself!) at our &lt;A href="https://github.com/AuthorizeNet/sdk-dotnet" target="_blank"&gt;.NET SDK GitHub repository&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2016 23:57:07 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/NET-Core-support/m-p/56428#M31222</guid>
      <dc:creator>Aaron</dc:creator>
      <dc:date>2016-12-12T23:57:07Z</dc:date>
    </item>
    <item>
      <title>Re: .NET Core support</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/NET-Core-support/m-p/59423#M34008</link>
      <description>&lt;P&gt;Is there any way to implement Authorize.Net in asp.net core application????????????&lt;/P&gt;</description>
      <pubDate>Thu, 17 Aug 2017 09:13:36 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/NET-Core-support/m-p/59423#M34008</guid>
      <dc:creator>altafbriskon23</dc:creator>
      <dc:date>2017-08-17T09:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: .NET Core support</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/NET-Core-support/m-p/59465#M34048</link>
      <description>&lt;P&gt;You are now able to use .net framework packages with asp core 2.0. The Authorize.net still&amp;nbsp;won't work with asp core due to ConfigurationManager being used in the class.&amp;nbsp;For the time being I created a nuget package&amp;nbsp;AuthorizeNet.Fork.Aspcore2. The only difference from the main is all ConfigurationManager calls have been removed and the framework has been updated to .net461. I haven't fully tested it yet, but created it because I need it for a current asp core project.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.nuget.org/packages/AuthorizeNet.Fork.Aspcore2/" target="_blank"&gt;https://www.nuget.org/packages/AuthorizeNet.Fork.Aspcore2/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Aug 2017 19:28:34 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/NET-Core-support/m-p/59465#M34048</guid>
      <dc:creator>leereitz</dc:creator>
      <dc:date>2017-08-21T19:28:34Z</dc:date>
    </item>
    <item>
      <title>Re: .NET Core support</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/NET-Core-support/m-p/59513#M34096</link>
      <description>&lt;P&gt;Implementing Authorize.net API calls in .Net Core is very easy : &lt;A href="https://community.developer.authorize.net/t5/Integration-and-Testing/sample-using-iframe-and-lightbox-for-asp-net/m-p/59511#M34094" target="_blank"&gt;https://community.developer.authorize.net/t5/Integration-and-Testing/sample-using-iframe-and-lightbox-for-asp-net/m-p/59511#M34094&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2017 23:20:07 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/NET-Core-support/m-p/59513#M34096</guid>
      <dc:creator>NexusSoftware</dc:creator>
      <dc:date>2017-08-23T23:20:07Z</dc:date>
    </item>
    <item>
      <title>Re: .NET Core support</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/NET-Core-support/m-p/68290#M41530</link>
      <description>&lt;P&gt;Are we still relying on&amp;nbsp;&lt;SPAN&gt;nuget package&amp;nbsp;AuthorizeNet.Fork.Aspcore2 ? Or do we have an official answer for this?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Sorry to bring up an old topic, I tried to search but couldn't find any related threads.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jul 2019 18:49:19 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/NET-Core-support/m-p/68290#M41530</guid>
      <dc:creator>MacArthur</dc:creator>
      <dc:date>2019-07-05T18:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: .NET Core support</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/NET-Core-support/m-p/85457#M53748</link>
      <description>&lt;P&gt;Any progress with this? It's been several years now and still no proper .NET Core SDK.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2023 18:56:49 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/NET-Core-support/m-p/85457#M53748</guid>
      <dc:creator>pmarangoni</dc:creator>
      <dc:date>2023-01-12T18:56:49Z</dc:date>
    </item>
  </channel>
</rss>

