Perigee 23.4.1.13
See the version list below for details.
dotnet add package Perigee --version 23.4.1.13
NuGet\Install-Package Perigee -Version 23.4.1.13
<PackageReference Include="Perigee" Version="23.4.1.13" />
paket add Perigee --version 23.4.1.13
#r "nuget: Perigee, 23.4.1.13"
// Install Perigee as a Cake Addin #addin nuget:?package=Perigee&version=23.4.1.13 // Install Perigee as a Cake Tool #tool nuget:?package=Perigee&version=23.4.1.13
Welcome to Perigee
Code with Confidence, Faster Development, Reliable Results
Perigee is an integration engine designed and written in pure C# to help developers overcome the common challenges they face when building applications. With Perigee, you can streamline your work and take your applications to the next level.
Our integration engine is specifically designed to help you improve performance, scalability, code quality, and security. With Perigee, you can easily integrate your application with other systems and data sources, freeing up time and resources for other tasks. Our powerful logging and individually managed threads help you catch and resolve issues quickly.
We stay up-to-date with the latest updates and changes in C# technology, so you don't have to. Don't let the common challenges of application development slow you down. Try Perigee for free today and see how our integration engine can help you take your applications to the next level.
Licensing
To purchase a license, please visit https://www.perigee.software/plans-pricing
Documentation
To view full documentation visit https://docs.perigee.software
Basic Configuration
To actually use the logging and start Perigee, we need a basic appsettings.json
file in the project.
- Create the file (
appsettings.json
) in the root of the project with the code below. Be sure to set to "Copy Always" in the property window.
{
"ConnectionStrings": {
},
"AppSettings": {
},
"Perigee": { "HideConsole": false },
"Serilog": {
"MinimumLevel": "Debug",
"WriteTo": [
{ "Name": "Console" }
]
}
}
Drop in your license file, if you have one. Otherwise feel free to take full advantage of the trial period!
Add the correct usings to the top of the code window:
using Microsoft.Extensions.Logging;
using Perigee;
- Run your first thread managed application, logging "Hello Perigee from FirstApp" every minute, on the 0 second mark using a CRON string
PerigeeApplication.ApplicationNoInit("FirstApp", (taskConfig) => {
taskConfig.AddCRON("HelloWorld", "0 * * * * *", (ct, log) => {
log.LogInformation("Hello Perigee from {appName}", taskConfig.AppName);
});
});
- Dive into the examples and getting started series: https://docs.perigee.software/getting-started/hello-perigee
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Bogus (>= 34.0.2)
- BrotliSharpLib (>= 0.3.3)
- CometD.NetCore2 (>= 2.0.8)
- dapper (>= 2.0.123)
- ExcelDataReader (>= 3.6.0)
- Google.Apis.Auth (>= 1.60.0)
- Google.Apis.Gmail.v1 (>= 1.60.0.3014)
- HtmlAgilityPack (>= 1.11.46)
- IntelliLock.Licensing (>= 2.1.0)
- mailkit (>= 4.0.0)
- Microsoft.AspNetCore.Hosting.Abstractions (>= 2.2.0)
- Microsoft.Bcl.AsyncInterfaces (>= 7.0.0)
- Microsoft.CSharp (>= 4.7.0)
- Microsoft.Extensions.Configuration.EnvironmentVariables (>= 7.0.0)
- Microsoft.Extensions.Configuration.FileExtensions (>= 7.0.0)
- Microsoft.Extensions.Configuration.Json (>= 7.0.0)
- Microsoft.Extensions.DependencyInjection (>= 7.0.0)
- Microsoft.Extensions.Hosting (>= 7.0.1)
- Microsoft.Extensions.Hosting.Abstractions (>= 7.0.0)
- Microsoft.Extensions.Logging (>= 7.0.0)
- Microsoft.Extensions.Logging.Console (>= 7.0.0)
- Microsoft.Identity.Client (>= 4.53.0)
- Microsoft.Win32.Registry (>= 5.0.0)
- NetCoreForce.Client (>= 3.1.0)
- Newtonsoft.Json (>= 13.0.3)
- Newtonsoft.Json.Schema (>= 3.0.14)
- Pluralize.NET (>= 1.0.2)
- RestSharp (>= 108.0.3)
- Serilog (>= 2.12.0)
- Serilog.AspNetCore (>= 6.1.0)
- SharpZipLib (>= 1.4.2)
- System.Data.SqlClient (>= 4.8.5)
- System.Runtime (>= 4.3.1)
- System.Runtime.Loader (>= 4.3.0)
- System.Text.Encoding.CodePages (>= 7.0.0)
- System.Text.Encodings.Web (>= 7.0.0)
- Ude.NET (>= 1.0.0)
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 | |
---|---|---|---|
24.10.1.1 | 105 | 10/3/2024 | |
24.9.1.1 | 105 | 9/6/2024 | |
24.8.1.2 | 102 | 8/30/2024 | |
24.8.1.1 | 57 | 8/1/2024 | |
24.7.1.2 | 101 | 7/18/2024 | |
24.7.1.1 | 96 | 7/3/2024 | |
24.6.1.1 | 93 | 6/3/2024 | |
24.5.2.5 | 98 | 5/30/2024 | |
24.5.2.4 | 112 | 5/24/2024 | |
24.5.2.3 | 112 | 5/23/2024 | |
24.5.2.2 | 115 | 5/21/2024 | |
24.5.2.1 | 115 | 5/16/2024 | |
24.5.1.2 | 127 | 5/6/2024 | |
24.5.1.1 | 133 | 5/4/2024 | |
24.4.1.5 | 136 | 4/24/2024 | |
24.4.1.4 | 115 | 4/22/2024 | |
24.4.1.3 | 129 | 4/21/2024 | |
24.4.1.2 | 124 | 4/10/2024 | |
24.4.1.1 | 133 | 4/1/2024 | |
24.2.1.2 | 142 | 2/12/2024 | |
24.1.1.6 | 120 | 1/31/2024 | |
24.1.1.5 | 125 | 1/23/2024 | |
24.1.1.4 | 140 | 1/15/2024 | |
24.1.1.3 | 154 | 1/12/2024 | |
23.12.1.3 | 190 | 12/15/2023 | |
23.12.1.2 | 148 | 12/14/2023 | |
23.12.1.1 | 163 | 12/1/2023 | |
23.11.1.2 | 119 | 11/27/2023 | |
23.10.1.2 | 162 | 10/3/2023 | |
23.9.1.4 | 149 | 9/29/2023 | |
23.9.1.3 | 147 | 9/19/2023 | |
23.9.1.2 | 135 | 9/18/2023 | |
23.9.1.1 | 169 | 9/1/2023 | |
23.8.1.8 | 170 | 8/24/2023 | |
23.8.1.7 | 184 | 8/22/2023 | |
23.8.1.5 | 167 | 8/18/2023 | |
23.8.1.4 | 178 | 8/4/2023 | |
23.7.1.5 | 169 | 7/26/2023 | |
23.7.1.4 | 160 | 7/20/2023 | |
23.7.1.3 | 226 | 7/6/2023 | |
23.7.1.2 | 193 | 7/4/2023 | |
23.6.1.3 | 175 | 6/12/2023 | |
23.6.1.1 | 185 | 6/7/2023 | |
23.5.1.9 | 166 | 5/24/2023 | |
23.5.1.8 | 177 | 5/23/2023 | |
23.5.1.5 | 152 | 5/15/2023 | |
23.5.1.4 | 178 | 5/14/2023 | |
23.5.1.3 | 169 | 5/10/2023 | |
23.5.1.2 | 166 | 5/8/2023 | |
23.5.1.1 | 185 | 5/1/2023 | |
23.4.1.14 | 169 | 4/24/2023 | |
23.4.1.13 | 207 | 4/21/2023 | |
23.4.1.12 | 189 | 4/18/2023 |