PayrollEngine.Client.Core
0.9.0-beta.17
dotnet add package PayrollEngine.Client.Core --version 0.9.0-beta.17
NuGet\Install-Package PayrollEngine.Client.Core -Version 0.9.0-beta.17
<PackageReference Include="PayrollEngine.Client.Core" Version="0.9.0-beta.17" />
<PackageVersion Include="PayrollEngine.Client.Core" Version="0.9.0-beta.17" />
<PackageReference Include="PayrollEngine.Client.Core" />
paket add PayrollEngine.Client.Core --version 0.9.0-beta.17
#r "nuget: PayrollEngine.Client.Core, 0.9.0-beta.17"
#:package PayrollEngine.Client.Core@0.9.0-beta.17
#addin nuget:?package=PayrollEngine.Client.Core&version=0.9.0-beta.17&prerelease
#tool nuget:?package=PayrollEngine.Client.Core&version=0.9.0-beta.17&prerelease
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
ApiKeysetting 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:
- Connection string from the
PayrollApiConnectionenvironment variable. - Configuration JSON file name from the
PayrollApiConfigurationenvironment variable. - Configuration JSON file
apisettings.jsonlocated in the program folder. - Program configuration
appsettings.jsonlocated 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)
Third party components
- YAML serialization with YamlDotNet - license
MIT
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. 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. |
-
net10.0
- PayrollEngine.Core (>= 0.9.0-beta.17)
- YamlDotNet (>= 16.3.0)
- YamlDotNet.System.Text.Json (>= 1.7.1)
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.17 | 51 | 2/18/2026 |
| 0.9.0-beta.16 | 64 | 2/11/2026 |
| 0.9.0-beta.15 | 68 | 2/5/2026 |
| 0.9.0-beta.14 | 79 | 1/14/2026 |
| 0.9.0-beta.13 | 93 | 1/7/2026 |
| 0.9.0-beta.12 | 211 | 11/5/2025 |
| 0.9.0-beta.11 | 233 | 10/13/2025 |
| 0.9.0-beta.10 | 257 | 9/14/2025 |
| 0.9.0-beta.9 | 265 | 8/26/2025 |
| 0.9.0-beta.8 | 278 | 8/25/2025 |
| 0.9.0-beta.7 | 151 | 8/11/2025 |
| 0.9.0-beta.6 | 256 | 3/27/2025 |
| 0.9.0-beta.5 | 103 | 3/14/2025 |
| 0.9.0-beta.4 | 159 | 3/12/2025 |
| 0.9.0-beta.3 | 142 | 2/25/2025 |
| 0.9.0-beta.1 | 110 | 2/12/2025 |
| 0.8.0-beta.2 | 154 | 7/10/2024 |
| 0.8.0-beta.1 | 241 | 11/27/2023 |
| 0.6.0-beta.11 | 167 | 10/10/2023 |