NReco.Application
2.0.3
Prefix Reserved
dotnet add package NReco.Application --version 2.0.3
NuGet\Install-Package NReco.Application -Version 2.0.3
<PackageReference Include="NReco.Application" Version="2.0.3" />
paket add NReco.Application --version 2.0.3
#r "nuget: NReco.Application, 2.0.3"
// 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 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. |
NuGet packages (5)
Showing the top 5 NuGet packages that depend on NReco.Application:
Package | Downloads |
---|---|
NReco.Dsm.WebForms
NReco WebForms application infrastructure |
|
NReco.Application.Web
NReco.Application.Web provides common infrastructure for ASP.NET application. |
|
NReco.Dsm.Data
NReco data DSM for data layer configuration (based on NI.Data) |
|
NReco.Dsm.Vfs
NReco VFS-integration related DSM/components |
|
NReco.Application.Console
NReco Console Application for invoking actions configured with IoC container. |
GitHub repositories
This package is not used by any popular GitHub repositories.
v.2.0.3 changes: fixed EventBroker issue when new subscriber is added during event publishing.