XecMe 1.3.6

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

// Install XecMe as a Cake Tool
#tool nuget:?package=XecMe&version=1.3.6

XecMe is a hosting and execution framework. It follows the task oriented design approach for solving the business problems. It is a highly configurable framework to execute batch processes, asynchronous tasks, Windows Service etc. You can simplify your Azure Worker Role development to manage multiple task within the same role

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net40-client is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 is compatible.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on XecMe:

Package Downloads
XecMe.DI.SimpleInjector

SimpleInjector implementation for XecMe container

XecMe.DI.Ninject

Ninject implementation for XecMe container

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.1.4 2,446 12/2/2016
2.1.3 1,647 10/29/2016
2.1.2 1,570 10/19/2016
2.1.0 1,574 9/11/2016
2.0.0 1,848 9/11/2016
1.3.6 1,430 8/17/2015
1.3.6-preview 1,042 6/11/2015
1.3.5 2,510 2/18/2015
1.3.2 1,698 10/30/2014
1.2.3 2,351 7/10/2013
1.2.1 1,233 3/16/2013
1.2.0 1,240 3/16/2013
1.1.3 1,245 3/8/2013

XecMe 1.3.6.0
- Fixes in exception scenarios
- Controlling the trace from the library using configuration at task level
- Trace from the library can be hooked up to any logger using XecMe.Core.Diagnostics.Log class
- Consistency across the task in terms of time calculation.
- Updated to SimpleInjector 2.8


XecMe 1.3.5.0
- Added time window (dayStartTime, dayEndTime) for Parallel task to run. This will enable you to run background process during specific time window
- Added TimeZone (timeZone) that enable the process to trigger at correct time irrespective which datacenter in the cloud the process is running.
- Added weekdays (weekdays default is All) to Timer & Parallel task. This enable us to run the task on specific week days
- TaskManager.Bootstrap delegate is optional, earlier it used to give NullPointerException if not used.
- More optimized in wait time reducing the CPU usage during idle period for Timer & Parallel task
- Uses SimpleInjector v2.7.2