Conekta.Dotnet6 1.5.2

dotnet add package Conekta.Dotnet6 --version 1.5.2
NuGet\Install-Package Conekta.Dotnet6 -Version 1.5.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Conekta.Dotnet6" Version="1.5.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Conekta.Dotnet6 --version 1.5.2
#r "nuget: Conekta.Dotnet6, 1.5.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Conekta.Dotnet6 as a Cake Addin
#addin nuget:?package=Conekta.Dotnet6&version=1.5.2

// Install Conekta.Dotnet6 as a Cake Tool
#tool nuget:?package=Conekta.Dotnet6&version=1.5.2

Conekta.Dotnet6

Conekta Api wrapper for .NET 6 using the native System.Text.Json

This package is for you if:

  • You are implementing the Conekta payment Api on a backend running .NET 6
  • You are interested in, or otherwise comfortable with, relying on the native JsonSerializer serializer for all your json serialization and deserialization needs (no more Newtonsoft.Json). JsonSerializer from the System.Text.Json package is the default serializer for .NET going forward.
  • You are interested in, or otherwise comfortable with, relying on RestSharp v107+, which is a major upgrade from previous versions. This includes relying on the non-blocking async/await protocol for all your api calls.
  • You are interested in, or otherwise comfortable with, factoring your code away from relying on exceptions toward a more functional approach, specifically, with the use of a Result class as the return response from your api calls. I have explicity adopted the helpful approach developed by Vladimir Khorikov, and there is a hard dependency here on his nuget package CSharpFunctionalExtensions. For more on this approach, checkout the following resources:

For more information about this package, including how to install and utilize, please refer to the github repository: https://github.com/brendanalexdr/Conekta.Dotnet6

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.5.2 677 7/24/2022
1.5.1 394 7/22/2022
1.5.0 395 7/18/2022
1.4.3 427 7/18/2022

Able to set MaxTimout