BaldurToolkit.Cron 0.6.0

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package BaldurToolkit.Cron --version 0.6.0
NuGet\Install-Package BaldurToolkit.Cron -Version 0.6.0
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="BaldurToolkit.Cron" Version="0.6.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BaldurToolkit.Cron --version 0.6.0
#r "nuget: BaldurToolkit.Cron, 0.6.0"
#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 BaldurToolkit.Cron as a Cake Addin
#addin nuget:?package=BaldurToolkit.Cron&version=0.6.0

// Install BaldurToolkit.Cron as a Cake Tool
#tool nuget:?package=BaldurToolkit.Cron&version=0.6.0

BaldurToolkit

Toolkit for creating .NET server applications. Originally created as a core of the Baldur MMORPG server engine, now available as a set of independent components.

Warning! Work in progress!

This project is incomplete. Use at your own risk.

Global TODO:

  • General core review. Many parts of this project were ported from legacy code and require a code review.
  • Documentation. Both XML doc comments in the code and help pages.
  • Tests. Complete code coverage is a must.

Toolkit components

This toolkit contains multiple separate and (in most cases) independent components. You can use any of them to build your application. For example, you can use only BaldurToolkit.Network package in your client-side application to communicate with the server.

BaldurToolkit.App

This component represents the base concept of BaldurToolkit's app system, where an app is a service that can be started, do some job while it runs, and stopped on request. A cross-platform .NET alternative to Windows services and Unix daemons.

BaldurToolkit.AppRunner

Base implementation of BaldurToolkit app host, which can run single BaldurToolkit app as a command-line application and supports XML app description files to build an app without compilation of separate executable file.

BaldurToolkit.Cron

A simple task scheduler with cron-like interval syntax which can be used to execute a code in specified moments. Think of it like a small cron inside your app.

BaldurToolkit.DataTables

A simple tool to create in-memory collections of structured data, and build simple and fast indexes over them.

BaldurToolkit.Network

A powerful library that allows client-server network communication. It contains:

  • Buffer pool to make garbage collection more efficient and get rid of memory fragmentation.
  • Abstract protocol system which allows to define protocol of any type and use any serialization system for your network messages.
  • Connection abstraction system to easily create and manage connections, listen for incoming connections, and connection pooling.
  • Powerful controller system to build complex and extensible message handling system. Includes implementation for opcode-based packet handling system.

BaldurToolkit.Network.Iocp

High-performance TCP/IP implementation of BaldurToolkit.Network.Connections system based on .NET Framework's asynchronous sockets (IOCP), but available only on full .NET Framework or Mono.

BaldurToolkit.Network.Libuv

Cross-platform implementation of BaldurToolkit.Network.Connections system based on the libuv library.

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.
  • .NETStandard 2.0

    • No dependencies.

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