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
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 Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
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,528 2/19/2015
2.0.2 2,251 11/27/2014
2.0.1 1,280 8/29/2014
2.0.0 7,073 8/12/2014

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