AnglicanGeek.Mvc
0.3.1
See the version list below for details.
dotnet add package AnglicanGeek.Mvc --version 0.3.1
NuGet\Install-Package AnglicanGeek.Mvc -Version 0.3.1
<PackageReference Include="AnglicanGeek.Mvc" Version="0.3.1" />
<PackageVersion Include="AnglicanGeek.Mvc" Version="0.3.1" />
<PackageReference Include="AnglicanGeek.Mvc" />
paket add AnglicanGeek.Mvc --version 0.3.1
#r "nuget: AnglicanGeek.Mvc, 0.3.1"
#:package AnglicanGeek.Mvc@0.3.1
#addin nuget:?package=AnglicanGeek.Mvc&version=0.3.1
#tool nuget:?package=AnglicanGeek.Mvc&version=0.3.1
A library that has the stuff I use with *every* ASP.NET MVC app I craft.
| 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. |
GitHub repositories
This package is not used by any popular GitHub repositories.
* Added new feature: method parameter injection for controller actions
* Added new feature: simple dependency container now supports named dependencies
* Added INamedDependencyResolver for named dependency resolution
* The simple dependency container automatically registers iteself as an IDependencyRegistry and INamedDependencyResolver
* Modified scoped filters and action injection features to use the IDependencyRegistry interface so that they can be used with other dependency containers
* By default, only route registrars in the calling assembly are now used, unless a list of assemblies is passed to UseRouteRegistars
* Renamed the Bootstrapper in App_Start