<?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 The type initializer for 'AuthorizeNet.Api.Controllers.Bases.ApiOperationBase`2' threw an exception in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/The-type-initializer-for-AuthorizeNet-Api-Controllers-Bases/m-p/75689#M47221</link>
    <description>&lt;P&gt;We are using .NET 3.1 and the .NET Core SDK Beta for our integration solution and are experiencing a vague error message when the following line attempts to execute. I'm not sure how to proceed. Any insight would be great.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ApiOperationBase&amp;lt;ANetApiRequest, ANetApiResponse&amp;gt;.RunEnvironment = AuthorizeNet.Environment.SANDBOX;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="titleerror"&gt;&lt;STRONG&gt;TypeInitializationException&lt;/STRONG&gt;: The type initializer for 'AuthorizeNet.Api.Controllers.Bases.ApiOperationBase`2' threw an exception.&lt;/DIV&gt;&lt;P class="location"&gt;AuthorizeNet.Api.Controllers.Bases.ApiOperationBase&amp;lt;TQ, TS&amp;gt;.set_RunEnvironment(Environment value)&lt;/P&gt;&lt;DIV class="titleerror"&gt;&lt;STRONG&gt;MissingMethodException&lt;/STRONG&gt;: Method not found: 'Microsoft.Extensions.Logging.ILoggerFactory Microsoft.Extensions.Logging.DebugLoggerFactoryExtensions.AddDebug(Microsoft.Extensions.Logging.ILoggerFactory, Microsoft.Extensions.Logging.LogLevel)'.&lt;/DIV&gt;&lt;P class="location"&gt;AuthorizeNet.Utilities.LogFactory.get_LoggerFactory()&lt;/P&gt;&lt;P class="location"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="location"&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 09 Apr 2021 18:18:03 GMT</pubDate>
    <dc:creator>xEtMN7LmLyFMhB</dc:creator>
    <dc:date>2021-04-09T18:18:03Z</dc:date>
    <item>
      <title>The type initializer for 'AuthorizeNet.Api.Controllers.Bases.ApiOperationBase`2' threw an exception</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/The-type-initializer-for-AuthorizeNet-Api-Controllers-Bases/m-p/75689#M47221</link>
      <description>&lt;P&gt;We are using .NET 3.1 and the .NET Core SDK Beta for our integration solution and are experiencing a vague error message when the following line attempts to execute. I'm not sure how to proceed. Any insight would be great.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ApiOperationBase&amp;lt;ANetApiRequest, ANetApiResponse&amp;gt;.RunEnvironment = AuthorizeNet.Environment.SANDBOX;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="titleerror"&gt;&lt;STRONG&gt;TypeInitializationException&lt;/STRONG&gt;: The type initializer for 'AuthorizeNet.Api.Controllers.Bases.ApiOperationBase`2' threw an exception.&lt;/DIV&gt;&lt;P class="location"&gt;AuthorizeNet.Api.Controllers.Bases.ApiOperationBase&amp;lt;TQ, TS&amp;gt;.set_RunEnvironment(Environment value)&lt;/P&gt;&lt;DIV class="titleerror"&gt;&lt;STRONG&gt;MissingMethodException&lt;/STRONG&gt;: Method not found: 'Microsoft.Extensions.Logging.ILoggerFactory Microsoft.Extensions.Logging.DebugLoggerFactoryExtensions.AddDebug(Microsoft.Extensions.Logging.ILoggerFactory, Microsoft.Extensions.Logging.LogLevel)'.&lt;/DIV&gt;&lt;P class="location"&gt;AuthorizeNet.Utilities.LogFactory.get_LoggerFactory()&lt;/P&gt;&lt;P class="location"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="location"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Apr 2021 18:18:03 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/The-type-initializer-for-AuthorizeNet-Api-Controllers-Bases/m-p/75689#M47221</guid>
      <dc:creator>xEtMN7LmLyFMhB</dc:creator>
      <dc:date>2021-04-09T18:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: The type initializer for 'AuthorizeNet.Api.Controllers.Bases.ApiOperationBase`2' threw an except</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/The-type-initializer-for-AuthorizeNet-Api-Controllers-Bases/m-p/75691#M47223</link>
      <description>&lt;P&gt;Issue was that the .NET Core SDK does not fully support .NET Core 3.1. Some of the method calls in the SDK were deprecated in the 2.x releases of .NET Core, so I downloaded the SDK source and corrected these. After publishing the changes to a nupkg, it's working like a charm. Still have a long ways to go with integration but at least this roadblock is cleared ;)&lt;/P&gt;</description>
      <pubDate>Fri, 09 Apr 2021 19:16:24 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/The-type-initializer-for-AuthorizeNet-Api-Controllers-Bases/m-p/75691#M47223</guid>
      <dc:creator>xEtMN7LmLyFMhB</dc:creator>
      <dc:date>2021-04-09T19:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: The type initializer for 'AuthorizeNet.Api.Controllers.Bases.ApiOperationBase`2' threw an except</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/The-type-initializer-for-AuthorizeNet-Api-Controllers-Bases/m-p/75693#M47225</link>
      <description>&lt;P&gt;If anyone runs into this problem in the future, my pull request below makes the minor changes needed for this to at least run in .NET Core 3.1+.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/AuthorizeNet/dotnet-core-sdk-beta/pull/20" target="_blank"&gt;.NET Core 3.1+ Compatibility by michaelbernat · Pull Request #20 · AuthorizeNet/dotnet-core-sdk-beta (github.com)&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Apr 2021 19:45:12 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/The-type-initializer-for-AuthorizeNet-Api-Controllers-Bases/m-p/75693#M47225</guid>
      <dc:creator>xEtMN7LmLyFMhB</dc:creator>
      <dc:date>2021-04-09T19:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: The type initializer for 'AuthorizeNet.Api.Controllers.Bases.ApiOperationBase`2' threw an except</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/The-type-initializer-for-AuthorizeNet-Api-Controllers-Bases/m-p/75726#M47249</link>
      <description>&lt;P&gt;&lt;SPAN&gt;We are using .NET 3.1 and the .NET Core SDK &lt;A href="https://www.bestfitnesstrack.com/best-smart-watch-for-women/" target="_self"&gt;Beta&lt;/A&gt; for our integration solution and are experiencing a vague error message when the following line attempts to execute.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Apr 2021 12:08:18 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/The-type-initializer-for-AuthorizeNet-Api-Controllers-Bases/m-p/75726#M47249</guid>
      <dc:creator>evelinafranco7</dc:creator>
      <dc:date>2021-04-12T12:08:18Z</dc:date>
    </item>
  </channel>
</rss>

