这是indexloc提供的服务,不要输入任何密码
Skip to content

Tags: Virgil-Zhou/AspNetWebStack

Tags

v3.0-beta2

Toggle v3.0-beta2's commit message
Incorporate code review feedback.

v3.0-beta1

Toggle v3.0-beta1's commit message
#1040 Empty SingleResult action should return 404

v2.1

Toggle v2.1's commit message
[OData] Register atomsvc+xml formatter first to respond to service do…

…cument requests in XML if no Accept header is specified

v2.1-rc

Toggle v2.1-rc's commit message
Fix another build race.

Use one version of the EntityFramework package, not two.

v2.1-beta

Toggle v2.1-beta's commit message
Fix for adding custom httproute. Before this fix, if one add custom

HttpRoute through the config.Routes.Add method, their GetRouteData method
and GetVirtualPath are ignored. Now it will get invoked properly.

v2.0.3

Toggle v2.0.3's commit message
Resolving client disconnection issues for self host server

v2.0.2

Toggle v2.0.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Fixed issue with timings and SpanContextChanged flag.

Added extra "catch" around call to OnDocumentParseComplete handler to avoid bringing down the process due to a unhandled exception on a background thread.

v2.0.1

Toggle v2.0.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Fixed sluggish editor behavior by removing Conditional Attribute opti…

…mization from design-time mode

v2.0

Toggle v2.0's commit message
Added copyright statements to files lacking it.

v2.0-rc

Toggle v2.0-rc's commit message
Fixing stress bug: The caching of the model validation node is causin…

…g a race during initialization. The stress test got null ref within 1 min. The hotfix is to turn off caching.