HBD.Mef.Mvc
1.1.1
See the version list below for details.
dotnet add package HBD.Mef.Mvc --version 1.1.1
NuGet\Install-Package HBD.Mef.Mvc -Version 1.1.1
<PackageReference Include="HBD.Mef.Mvc" Version="1.1.1" />
paket add HBD.Mef.Mvc --version 1.1.1
#r "nuget: HBD.Mef.Mvc, 1.1.1"
// Install HBD.Mef.Mvc as a Cake Addin #addin nuget:?package=HBD.Mef.Mvc&version=1.1.1 // Install HBD.Mef.Mvc as a Cake Tool #tool nuget:?package=HBD.Mef.Mvc&version=1.1.1
The Mef (Dependence injection) for Mvc5 and Mvc6.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net452 is compatible. 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.5.2
- Antlr (>= 3.5.0.2)
- CsvHelper (>= 2.16.3)
- HBD.Framework (>= 2.0.0)
- HBD.Mef.Logging (>= 2.0.0)
- HBD.ServiceLocator (>= 1.0.0)
- log4net (>= 2.0.8)
- Microsoft.AspNet.Mvc (>= 5.2.3)
- Microsoft.AspNet.Razor (>= 3.2.3)
- Microsoft.AspNet.Web.Optimization (>= 1.1.3)
- Microsoft.AspNet.WebApi.Client (>= 5.2.3)
- Microsoft.AspNet.WebApi.Core (>= 5.2.3)
- Microsoft.AspNet.WebApi.WebHost (>= 5.2.3)
- Microsoft.AspNet.WebPages (>= 3.2.3)
- Microsoft.Web.Infrastructure (>= 1.0.0)
- Newtonsoft.Json (>= 10.0.3)
- SharpZipLib (>= 0.86.0)
- WebActivatorEx (>= 2.2.0)
- WebGrease (>= 1.6.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on HBD.Mef.Mvc:
Package | Downloads |
---|---|
HBD.Mef.Mvc.Bootstrapper
The Bootstrapper class template for HBD.Mef.Mvc When installed a new class named "Bootstrapper.cs" will be added in App_Start folder. |
|
HBD.Mef.Mvc.ModuleRegister
The Area registration class template for HBD.Mef.Mvc When installed a new class named "ModuleRegister.cs" will be added. You should rename this class and update the Module name according to your module. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version 1.1.1
- Add default Router for MefAreaRegistration.
- Support registering and rendering the bundles for particular page.
Version 1.1.0
- Using the HBD.Mef.Logging instead.
- Separate the Navigation to HBD.Shell.Navigation project that provides the flexibility to custom the Navigation for the Workspace.
- Update to the HBD.Framework 2.0.0
- Update to the HBD.Mef.Logging 2.0.0
- Say good by CommonServiceLocator and welcome on-board HBD.ServiceLocator 1.0.0
- Support .Net framework 4.5.2 onward.
Version 1.0.5
- Allow to log the debug info in Log4NetLogger by add the key 'HBD.Logging.AllowDebugLog' to the AppSettings.
- Apply the logic to throw an HttpResponseException if there is no controller found for an Area in MefApiHttpControllerSelector.
Version 1.0.4
- Hotfix the ConsolidateSeparetorInfo method of NavigationServiceFactory.
- Upgrade to HBD.Framework 1.0.10
- Fix the dependency packages.
Version 1.0.3
- Support Web Api.
- Support to merge the configuration from either the configuration is placed in Areas\[ModuleName]\Web.config or in bin\[ModuleName].config.
- Improve the Controllers Exporting and Importing. So no need to marks the Controllers with [Export] and [PartCreationPolicy(CreationPolicy.NonShared)] attributes anymore.
Version 1.0.2
- Hotfix IsActivated of NavigationInfo.
Version 1.0.1
- Add Roles filtering for NavigationIndo.
Version 1.0.0
- Build the Bootstrapper for Mvc.
- Add Main Menu Navigation Service.
- Support FontAwesome and Glyphicon Icons for Navigation services.
- Footer Navigation service.
- Area Bundle resource rendering.
- Log4Net logging service.