PayrollEngine.Client.Core
0.9.0-beta.8
dotnet add package PayrollEngine.Client.Core --version 0.9.0-beta.8
NuGet\Install-Package PayrollEngine.Client.Core -Version 0.9.0-beta.8
<PackageReference Include="PayrollEngine.Client.Core" Version="0.9.0-beta.8" />
<PackageVersion Include="PayrollEngine.Client.Core" Version="0.9.0-beta.8" />
<PackageReference Include="PayrollEngine.Client.Core" />
paket add PayrollEngine.Client.Core --version 0.9.0-beta.8
#r "nuget: PayrollEngine.Client.Core, 0.9.0-beta.8"
#:package PayrollEngine.Client.Core@0.9.0-beta.8
#addin nuget:?package=PayrollEngine.Client.Core&version=0.9.0-beta.8&prerelease
#tool nuget:?package=PayrollEngine.Client.Core&version=0.9.0-beta.8&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
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:
- Connection string from the
PayrollApiConnection
environment variable. - Configuration JSON file name from the
PayrollApiConfiguration
environment variable. - Configuration JSON file
apisettings.json
located in the program folder. - 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 | Versions 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. |
-
net9.0
- PayrollEngine.Core (>= 0.9.0-beta.8)
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 |