XecMe 1.3.5
dotnet add package XecMe --version 1.3.5
NuGet\Install-Package XecMe -Version 1.3.5
<PackageReference Include="XecMe" Version="1.3.5" />
paket add XecMe --version 1.3.5
#r "nuget: XecMe, 1.3.5"
// Install XecMe as a Cake Addin #addin nuget:?package=XecMe&version=1.3.5 // Install XecMe as a Cake Tool #tool nuget:?package=XecMe&version=1.3.5
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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net40-client is compatible. net403 was computed. net45 is compatible. net451 is compatible. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.0
- SimpleInjector (>= 2.7.2)
-
.NETFramework 4.0 Client
- SimpleInjector (>= 2.7.2)
-
.NETFramework 4.5
- SimpleInjector (>= 2.7.2)
-
.NETFramework 4.5.1
- SimpleInjector (>= 2.7.2)
GitHub repositories
This package is not used by any popular GitHub repositories.
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
XecMe 1.3.2.0
- Fixed dependencies container issue for multiple task based off of single type
- Made Parallel Tasks more efficient
- Support .NET 4.5.1
- Support for DI using Simple Injector
- Added Bootstrap on TaskManager using IOC
- ExecutionContext has the DI Container property
- Task can use DI constructor
- Added .NET 4.5 assemblies
- Adds the configuration
- Fixed the Timezone issue in Timer Task
- New feature Scheduled Task is added, much suitable for Azure Worker role