You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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.