Perigee 23.6.1.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Perigee --version 23.6.1.1
NuGet\Install-Package Perigee -Version 23.6.1.1
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="Perigee" Version="23.6.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Perigee --version 23.6.1.1
#r "nuget: Perigee, 23.6.1.1"
#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.
// Install Perigee as a Cake Addin
#addin nuget:?package=Perigee&version=23.6.1.1

// Install Perigee as a Cake Tool
#tool nuget:?package=Perigee&version=23.6.1.1

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.

  1. 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" }
    ]
  }
}
  1. Drop in your license file, if you have one. Otherwise feel free to take full advantage of the trial period!

  2. Add the correct usings to the top of the code window:

using Microsoft.Extensions.Logging;
using Perigee;
  1. 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);
    });

});

  1. Dive into the examples and getting started series: https://docs.perigee.software/getting-started/hello-perigee
Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.4.1.2 89 4/10/2024
24.4.1.1 93 4/1/2024
24.2.1.2 109 2/12/2024
24.1.1.6 86 1/31/2024
24.1.1.5 85 1/23/2024
24.1.1.4 102 1/15/2024
24.1.1.3 116 1/12/2024
23.12.1.3 155 12/15/2023
23.12.1.2 110 12/14/2023
23.12.1.1 127 12/1/2023
23.11.1.2 96 11/27/2023
23.10.1.2 128 10/3/2023
23.9.1.4 118 9/29/2023
23.9.1.3 119 9/19/2023
23.9.1.2 106 9/18/2023
23.9.1.1 141 9/1/2023
23.8.1.8 138 8/24/2023
23.8.1.7 153 8/22/2023
23.8.1.5 133 8/18/2023
23.8.1.4 151 8/4/2023
23.7.1.5 138 7/26/2023
23.7.1.4 132 7/20/2023
23.7.1.3 198 7/6/2023
23.7.1.2 159 7/4/2023
23.6.1.3 138 6/12/2023
23.6.1.1 154 6/7/2023
23.5.1.9 140 5/24/2023
23.5.1.8 139 5/23/2023
23.5.1.5 131 5/15/2023
23.5.1.4 149 5/14/2023
23.5.1.3 139 5/10/2023
23.5.1.2 137 5/8/2023
23.5.1.1 160 5/1/2023
23.4.1.14 150 4/24/2023
23.4.1.13 175 4/21/2023
23.4.1.12 161 4/18/2023