XecMe 2.1.4
dotnet add package XecMe --version 2.1.4
NuGet\Install-Package XecMe -Version 2.1.4
<PackageReference Include="XecMe" Version="2.1.4" />
paket add XecMe --version 2.1.4
#r "nuget: XecMe, 2.1.4"
// Install XecMe as a Cake Addin #addin nuget:?package=XecMe&version=2.1.4 // Install XecMe as a Cake Tool #tool nuget:?package=XecMe&version=2.1.4
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 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. |
This package has no dependencies.
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,524 | 12/2/2016 |
2.1.3 | 1,704 | 10/29/2016 |
2.1.2 | 1,614 | 10/19/2016 |
2.1.0 | 1,622 | 9/11/2016 |
2.0.0 | 1,896 | 9/11/2016 |
1.3.6 | 1,464 | 8/17/2015 |
1.3.6-preview | 1,079 | 6/11/2015 |
1.3.5 | 2,534 | 2/18/2015 |
1.3.2 | 1,712 | 10/30/2014 |
1.2.3 | 2,386 | 7/10/2013 |
1.2.1 | 1,266 | 3/16/2013 |
1.2.0 | 1,268 | 3/16/2013 |
1.1.3 | 1,274 | 3/8/2013 |
XecMe 2.1.4
- Fixed the edge case bug in ScheduledTaskRunner if task completes under 1 second runtime
XecMe 2.1.3 & 2.1.3
- Fixed the Timer configuration issue
- Upgraded the SimpleInjector package
XecMe 2.1.0
- Added new ITaskAsync interface for the async task
- Fixed some configuration issues
XecMe 2.0.0
- Flient API for configuring the tasks
- Abstracted container into a IContainer interface so that developer use their favorite container
- Separated Simple Injector container into separate package XecMe.DI.SimpleInjector and Ninject Container into XecMe.DI.Ninject
- Refactored and optimized
- All ITask methods are container scoped