NReco.Application 2.0.3

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
.NET Framework 4.0
dotnet add package NReco.Application --version 2.0.3
NuGet\Install-Package NReco.Application -Version 2.0.3
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="NReco.Application" Version="2.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NReco.Application --version 2.0.3
#r "nuget: NReco.Application, 2.0.3"
#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 NReco.Application as a Cake Addin
#addin nuget:?package=NReco.Application&version=2.0.3

// Install NReco.Application as a Cake Tool
#tool nuget:?package=NReco.Application&version=2.0.3

NReco.Application integrates external dependencies (NI.Ioc,Mvp.Xml,Log4Net,NReco) and provides basic NReco application context.

Product Versions
.NET Framework net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on NReco.Application:

Package Downloads
NReco.Dsm.WebForms The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

NReco WebForms application infrastructure

NReco.Application.Web The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

NReco.Application.Web provides common infrastructure for ASP.NET application.

NReco.Dsm.Data The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

NReco data DSM for data layer configuration (based on NI.Data)

NReco.Dsm.Vfs The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

NReco VFS-integration related DSM/components

NReco.Application.Console The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

NReco Console Application for invoking actions configured with IoC container.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.3 3,151 2/19/2015
2.0.2 2,066 11/27/2014
2.0.1 1,167 8/29/2014
2.0.0 6,141 8/12/2014

v.2.0.3 changes: fixed EventBroker issue when new subscriber is added during event publishing.