PayrollEngine.Client.Core 0.9.0-beta.8

This is a prerelease version of PayrollEngine.Client.Core.
dotnet add package PayrollEngine.Client.Core --version 0.9.0-beta.8
                    
NuGet\Install-Package PayrollEngine.Client.Core -Version 0.9.0-beta.8
                    
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="PayrollEngine.Client.Core" Version="0.9.0-beta.8" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="PayrollEngine.Client.Core" Version="0.9.0-beta.8" />
                    
Directory.Packages.props
<PackageReference Include="PayrollEngine.Client.Core" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add PayrollEngine.Client.Core --version 0.9.0-beta.8
                    
#r "nuget: PayrollEngine.Client.Core, 0.9.0-beta.8"
                    
#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.
#:package PayrollEngine.Client.Core@0.9.0-beta.8
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=PayrollEngine.Client.Core&version=0.9.0-beta.8&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=PayrollEngine.Client.Core&version=0.9.0-beta.8&prerelease
                    
Install as a Cake Tool

Payroll Engine Client Core

👉 This library is part of the Payroll Engine.

The base library for each Payroll Engine client, defining the commonality between the backend and the clients:

  • Object model: Swagger schema as C# objects
  • API services: Swagger endpoints as C# services
  • Exchange tools: data import/export and data visitors
  • Query expressions: OData based fluent API for building REST API queries
  • Script parser and tools
  • Console application tools

Payroll HTTP Configuration

The HTTP Payroll configuration consists of the following values:

Setting Description Default
BaseUrl The backend base URL (string)
Port The backend url port (string) None
Timeout The backend request timeout (TimeSpan) 100 seconds
ApiKey The backend API key (string) None

The ApiKey setting should only be set in development environments.

Example of a JSON payroll http configuration apisettings.json:

{
  "baseUrl": "https://localhost",
  "port": 44354,
  "timeout": "00:30:00"
}

Example of a connection string containing the payroll http configuration:

BaseUrl=https://localhost; Port=44354; Timeout=00:30:00

HTTP Configuration Setup

The configuration of the Payroll HTTP client is determined by the following priorities:

  1. Connection string from the PayrollApiConnection environment variable.
  2. Configuration JSON file name from the PayrollApiConfiguration environment variable.
  3. Configuration JSON file apisettings.json located in the program folder.
  4. Program configuration appsettings.json located in the program folder.

The base class for console applications, ConsoleProgram<TApp>, uses this prioritization.

Build

Supported runtime environment variables:

  • PayrollEngineSchemaDir - the Json schema destination directory (optional)
  • PayrollEnginePackageDir - the NuGet package destination directory (optional)
Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on PayrollEngine.Client.Core:

Package Downloads
PayrollEngine.Client.Scripting

Payroll Engine Client Scripting

PayrollEngine.Client.Test

Payroll Engine Client Test

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.9.0-beta.8 13 8/25/2025
0.9.0-beta.7 134 8/11/2025
0.9.0-beta.6 202 3/27/2025
0.9.0-beta.5 92 3/14/2025
0.9.0-beta.4 149 3/12/2025
0.9.0-beta.3 102 2/25/2025
0.9.0-beta.1 95 2/12/2025
0.8.0-beta.2 141 7/10/2024
0.8.0-beta.1 227 11/27/2023
0.6.0-beta.11 128 10/10/2023
0.6.0-beta.9 119 9/23/2023
0.6.0-beta.8 116 9/8/2023
0.6.0-beta.7 139 8/10/2023
0.6.0-beta.6 129 8/4/2023
0.6.0-beta.5 132 7/30/2023
0.6.0-beta.4 139 7/29/2023