PayrollEngine.Core
0.9.0-beta.6
This is a prerelease version of PayrollEngine.Core.
There is a newer prerelease version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package PayrollEngine.Core --version 0.9.0-beta.6
NuGet\Install-Package PayrollEngine.Core -Version 0.9.0-beta.6
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.Core" Version="0.9.0-beta.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="PayrollEngine.Core" Version="0.9.0-beta.6" />
<PackageReference Include="PayrollEngine.Core" />
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.Core --version 0.9.0-beta.6
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: PayrollEngine.Core, 0.9.0-beta.6"
#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.Core@0.9.0-beta.6
#: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.Core&version=0.9.0-beta.6&prerelease
#tool nuget:?package=PayrollEngine.Core&version=0.9.0-beta.6&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Payroll Engine Core
👉 This library is part of the Payroll Engine.
The Payroll Engine core library, used by any other component:
- Payroll exceptions
- Logger abstraction
ILogger - Document abstraction for reports
IDataMerge - Value conversion
- Common types and extension methods
- JSON and CSV serialization
- Payroll
DataSetconvertible to the ADO.NETDataSet - Program Configuration from system environment and configuration files
Configuration
Http Client Configuration
The Payroll HTTP configuration includes the following data to connect to the backend:
BaseUrl- the base API URL (required)Port- the base API portTimeout- the connection timeoutApiKey- the API access key
Database connection string
The backed database connection string is determined by the following priority:
- Environment variable
PayrollDatabaseConnection. - Program configuration file
appsettings.json.
Build
Supported runtime environment variables:
- 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net9.0
- Microsoft.Extensions.Configuration.Binder (>= 9.0.3)
- Microsoft.Extensions.Configuration.Json (>= 9.0.3)
- Microsoft.Extensions.Configuration.UserSecrets (>= 9.0.3)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on PayrollEngine.Core:
| Package | Downloads |
|---|---|
|
PayrollEngine.Client.Core
Payroll Engine Client Core |
|
|
PayrollEngine.Serilog
Payroll Engine Serilog |
|
|
PayrollEngine.Document
Payroll Engine Document |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.10.0-beta.1 | 95 | 3/9/2026 |
| 0.9.0-beta.17 | 90 | 2/18/2026 |
| 0.9.0-beta.16 | 82 | 2/11/2026 |
| 0.9.0-beta.15 | 81 | 2/5/2026 |
| 0.9.0-beta.14 | 89 | 1/14/2026 |
| 0.9.0-beta.13 | 104 | 1/7/2026 |
| 0.9.0-beta.12 | 220 | 11/5/2025 |
| 0.9.0-beta.11 | 246 | 10/13/2025 |
| 0.9.0-beta.10 | 264 | 9/14/2025 |
| 0.9.0-beta.9 | 273 | 8/26/2025 |
| 0.9.0-beta.8 | 288 | 8/25/2025 |
| 0.9.0-beta.7 | 159 | 8/11/2025 |
| 0.9.0-beta.6 | 271 | 3/27/2025 |
| 0.9.0-beta.5 | 108 | 3/14/2025 |
| 0.9.0-beta.4 | 169 | 3/12/2025 |
| 0.9.0-beta.3 | 120 | 2/25/2025 |
| 0.9.0-beta.1 | 157 | 2/12/2025 |
| 0.8.0-beta.2 | 172 | 7/10/2024 |
| 0.8.0-beta.1 | 250 | 11/27/2023 |
| 0.6.0-beta.11 | 129 | 10/10/2023 |
Loading failed