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

Skip to content

Releases: CoreWebForms/CoreWebForms

v0.5.0

01 May 22:49
788ce7e

Choose a tag to compare

v0.5.0 Pre-release
Pre-release

What's Changed

Full Changelog: v0.4.0...v0.5.0

v0.4.0

29 May 20:48
b0dfb39

Choose a tag to compare

v0.4.0 Pre-release
Pre-release

What's Changed

  • Supports v1.4.0 of the System.Web adapters
  • Fixed some issues around finding pages/controls/etc

New Contributors

Full Changelog: v0.3.1...v0.4.0

v0.3.0

11 Mar 21:40
eeb0e92

Choose a tag to compare

v0.3.0 Pre-release
Pre-release

Highlights

  • Custom user controls with ascx support now available
  • PreApplicationStartMethod is optimized with a source generator if added from C#
  • New controls: Calendar, Wizard related WebControls, WebParts
  • Better script handling with ScriptManager
  • Enable configuration of file provider for dynamic compilation
  • Massive rearchitecture of sub system for both dynamic and static compilation

What's Changed

Full Changelog: v0.2.1...v0.3.0

v0.2.1

17 Feb 01:57
4cea2d0

Choose a tag to compare

v0.2.1 Pre-release
Pre-release

Fixed issue from v0.2.0 that expected a file with the wrong casing which failed on linux

v0.2.0

17 Feb 01:39
24b4cab

Choose a tag to compare

v0.2.0 Pre-release
Pre-release

Main changes with this release:

What's Changed

  • Switched to an custom MSBuild SDK to help tie things together more seamlessly
  • Added support for ScriptManager including AJAX
  • Added support for System.Web.Optimization
  • Validated System.Web.dll and System.Web.Extensions.dll shim work
  • A number of other fixes

New Contributors

Full Changelog: v0.1.0...v0.2.0

v0.1.0

07 Feb 22:55
9733e10

Choose a tag to compare

v0.1.0 Pre-release
Pre-release

This is the initial release of some basic support for WebForms. This includes:

  • Support for IHttpHandlers
  • Support for System.Web.Routing.RouteCollection
  • Support for controls and pages
  • Compilation for aspx (both dynamic and static)