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
This commit was created on github.com and signed with GitHub’s verified signature.
The key has expired.
Fixes
Fixes Issue #224: leading "SET" commands will be ignored when parsing compound SQL statements. (#370)
Fixes Issue #226: the profiler ignores drive letter in HOME_EXPANDED when detecting running in Azure Web Apps. (#373)
Fixes Issue #93: when the parent methods are blocked by their asynchronous child methods, the agent deducts the child methods' duration from the parent methods' exclusive duration.(#374)
Fixes Issue #9 where the agent failed to read settings from appsettings.{environment}.json files. (#372)
Fixes Issue #116 where the agent failed to read settings from appsettings.json in certain hosting scenarios. (#375)
Fixes Issue #234 by reducing the likelihood of a Fatal CLR Error. (#376)
Fixes Issue #377 when using the AddCustomAttribute API with Microsoft.Extensions.Primitives.StringValues type causes unsupported type exception. (378)