TNX.ApplicationJobs.Common 1.0.2

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

// Install TNX.ApplicationJobs.Common as a Cake Tool
#tool nuget:?package=TNX.ApplicationJobs.Common&version=1.0.2

Base classes for creating ConsoleApplications acting as a runnable Job for eny scheduling system

- ConsoleApplication

q: info@tnxconsulting.com

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on TNX.ApplicationJobs.Common:

Package Downloads
TNX.ApplicationJobs.RabbitMq

A message consumer job implementation for RabbitMQ with built-in Json serialization of messages - ConsumeMessageAsync - ConsumeMessageAsync<T> q: info@tnxconsulting.com http://www.antonioesposito.it/2018/01/19/consuming-queued-messages-with-rabbitmq-and-the-tnx-applicationjobs-lib-in-a-nutshell/

TNX.ApplicationJobs.TcpListener

ApplicationJobs Tcp listening on local port feature - Add Listen extension method on ConsoleApplication starting job host q: info@tnxconsulting.com http://www.antonioesposito.it/2018/01/16/writing-a-local-tcp-listener-with-tnx-applicationjobs-nuget-package-in-a-nutshell/

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.4 1,740 3/22/2018
1.0.3 908 2/22/2018
1.0.2.1 1,221 2/16/2018
1.0.2 888 2/16/2018
1.0.1 915 2/15/2018
1.0.0 1,383 2/15/2018

- Support for IDisposable
- Added support for feature override of command args[] (verbose, forever, threacount)