Skip to content

2.6.0-preview.1

Latest
Compare
Choose a tag to compare
@serialseb serialseb released this 30 Dec 15:08
· 9 commits to master since this release
2.6.0-preview.1
d9ae917

ADDED

  • As there's an async OpenRasta, so the asp.net hosting one evolves. It can
    now run your code... Eventually.

CHANGED

  • We now target .net 4.6.1, as apaprently 4.6.2 was a naughty child and no
    one likes them.

FIXED

  • The uninstall wasn't really uninstalling because it wasn't being shipped
    in the nuget package. The uninstall script has now been reprimanded and
    will not do it again. It now only removes the web.config section as it is
    no longer needed. Death by a 1000 angle brackets!

Known issues

  • The integrated pipeline mode is a bit hairy, so there may be some compatibility
    issues. For example, we don't currently capture and restore thread identity
    as we move through the asp.net pipeline stages. We may fix it eventually though.