Perigee 23.9.1.2
See the version list below for details.
dotnet add package Perigee --version 23.9.1.2
NuGet\Install-Package Perigee -Version 23.9.1.2
<PackageReference Include="Perigee" Version="23.9.1.2" />
paket add Perigee --version 23.9.1.2
#r "nuget: Perigee, 23.9.1.2"
// Install Perigee as a Cake Addin #addin nuget:?package=Perigee&version=23.9.1.2 // Install Perigee as a Cake Tool #tool nuget:?package=Perigee&version=23.9.1.2
Welcome to Perigee
Have you ever been stuck in a coding quagmire, battling to integrate various applications or wrestle with clunky performance? Perigee is the knight in shining armor you've been waiting for. Unleashing the full potential of .NET in one impressive package, it's your key to unlocking a world of streamlined coding, making the impossible, possible.
As developers, we know the struggle is real. Integrating applications is often like trying to solve a Rubik's cube blindfolded. Performance issues? They're as welcome as a porcupine at a balloon party.
That's where Perigee comes in. We are not just another integration engine. We're a game-changer. Imagine being able to code with confidence, accelerate development, and deliver reliable results, all while avoiding the rabbit hole of learning new languages. Sounds like a dream, right?
With Perigee, it's a reality. Our integration engine, designed with pure C# love, lets you easily connect your application with other systems and data sources. It's not just about saving time and resources; it's about empowering you to reach new heights in your projects.
We've got your back when it comes to performance and scalability. Our engine ensures your business-critical tasks don't fail and your applications run smoothly. Plus, with our individually managed threads and powerful logging, you can catch and resolve issues faster than a cheetah chasing a gazelle.
Our promise is to keep you ahead of the curve in C# technology. So, you can focus on what you do best - creating outstanding applications.
Licensing
To purchase a license, please visit https://www.perigee.software/plans-pricing
Documentation
To view full documentation visit https://docs.perigee.software
YouTube
See our latest content over on YouTube https://www.youtube.com/@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 |