Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Nov 9, 2018. It is now read-only.

Releases: i4004/AcspNet

5.2

24 Dec 08:35

Choose a tag to compare

  • Upgrade to Simplify.DI 1.0.4
  • Possibility to use enum type properties in view models
  • Possibility to use 'IList' types in view models
  • Possibility to use 'Required' attribute for 'IList' 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

5.1.2

29 Oct 02:35

Choose a tag to compare

AcspNetContext properties changes: SiteUrl trailing slash added, VirtualPath trailing slash removed

5.1.1

24 Oct 08:20

Choose a tag to compare

Authentication checking bug fixed

5.1

23 Oct 10:27

Choose a tag to compare

5.1
  • String table usage from tpl files like {StringTable.SomeValue}
  • Ability to trace requests
  • Ability to process catched exceptions by AcspNet
  • SiteUrl property in views
  • Route property in controllers
  • Upgrade to Simplify.DI 1.0.3.0, Simplify.Templates 1.1.2, System.IO.Abstractions 1.4.0.92