AcspNet 5.2.0
dotnet add package AcspNet --version 5.2.0
NuGet\Install-Package AcspNet -Version 5.2.0
<PackageReference Include="AcspNet" Version="5.2.0" />
paket add AcspNet --version 5.2.0
#r "nuget: AcspNet, 5.2.0"
// Install AcspNet as a Cake Addin #addin nuget:?package=AcspNet&version=5.2.0 // Install AcspNet as a Cake Tool #tool nuget:?package=AcspNet&version=5.2.0
ACSP.NET is a lightweight and fast .NET web-framework based on MVC and OWIN.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. 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. |
-
- Microsoft.Owin (>= 3.0.0)
- Simplify.DI (>= 1.0.4)
- Simplify.Templates (>= 1.1.2)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on AcspNet:
Package | Downloads |
---|---|
AcspNet.Json
AcspNet JSON controller response and model binder |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
5.2.0 | 3,003 | 12/24/2014 | |
5.1.2 | 5,931 | 10/29/2014 | |
5.1.1 | 1,483 | 10/24/2014 | |
5.1.0 | 1,725 | 10/23/2014 | |
5.0.2 | 1,512 | 10/7/2014 | |
5.0.1 | 1,762 | 10/3/2014 | |
5.0.0 | 2,100 | 9/20/2014 | |
5.0.0-beta1 | 1,304 | 9/9/2014 | |
5.0.0-alpha2 | 1,481 | 9/3/2014 | |
5.0.0-alpha1 | 1,131 | 9/3/2014 |
* Upgrade to Simplify.DI 1.0.4
+ Possibility to use enum type properties in view models
+ Possibility to use 'IList<T>' types in view models
+ Possibility to use 'Required' attribute for 'IList<T>' properties in view models
+ Possibility to use 'long' type properties in view models
+ 'BindProperty' attribute for view models properties
+ 'Exclude' attribute for view models properties
+ 'IgnoreTypesRegistration' to exclude controller or views from automatic DI container registration
* app.UseAcspNet(); exceptions catch by AcspNetOwinMiddleware.OnException
* Model binding multiple property values bug fixed