Rootsware.Fiscalization.Integration.FCI.Core 2.1.4

dotnet add package Rootsware.Fiscalization.Integration.FCI.Core --version 2.1.4
NuGet\Install-Package Rootsware.Fiscalization.Integration.FCI.Core -Version 2.1.4
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="Rootsware.Fiscalization.Integration.FCI.Core" Version="2.1.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Rootsware.Fiscalization.Integration.FCI.Core --version 2.1.4
#r "nuget: Rootsware.Fiscalization.Integration.FCI.Core, 2.1.4"
#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 Rootsware.Fiscalization.Integration.FCI.Core as a Cake Addin
#addin nuget:?package=Rootsware.Fiscalization.Integration.FCI.Core&version=2.1.4

// Install Rootsware.Fiscalization.Integration.FCI.Core as a Cake Tool
#tool nuget:?package=Rootsware.Fiscalization.Integration.FCI.Core&version=2.1.4

FiscalizationConnectorInterface

Facilitates integration of fiscalization between an accounting service and FDMS. This package is one-directional.

Map your accounting service models to the one provided by this service.

v1.0.1 Changed RegdResult.DeviceId type from string to ushort.

v1.0.2 Implemented fiscal day configuration request processing

v2.0.0 Added country to distinguish invoices based on the country.

v2.1.0 [Limited Socket Access] 1. Implemented sempaphore to limit socket access to one request at any given time. 2. Added a delay of 300ms as a temporary measure to resolve disposed connection isssue on multiple concurrent socket requests.

NB: Implementation was in a bid to resolve disposed connection isssue on multiple concurrent socket requests. These changes are temporary while we work on implementing a SocketPool to requlate the number of sockets that can be opened simultaneously.

v2.1.1 Updated dependencies

v2.1.2 [Socket Shutdown] Replaced socket release with socket shutdown

v2.1.3 [Socket Close] Implemented socket close in a finally block

v2.1.4 [Semaphore Implementation] Implemented semaphore in Transactor to regulate number requests processed

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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
2.1.4 34 6/28/2024
2.1.3 35 6/26/2024
2.1.2 31 6/26/2024
2.1.1 34 6/26/2024
2.1.0 33 6/26/2024
2.0.0 40 6/25/2024
1.0.2 69 6/13/2024
1.0.1 59 6/13/2024
1.0.0 72 6/3/2024

This is the initial release