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 can't be fixed in this package but adding issue for tracking)
I attempted to hook this up with WCF services that run on .NET Framework and was able to get an IServiceBehavior configured relatively easily. Unfortunately, it appears that .NET Framework publishes the TaskWaitBegin ETW event with 5 parameters when it's defined as having 6.
This was addressed in .NET Core (dotnet/coreclr#8942) but it's not clear that the desktop/.NET Framework backport was ever completed.
The result is that the listener rejects the ETW event since it doesn't provide the 6 parameters it's expecting.
The text was updated successfully, but these errors were encountered:
(This can't be fixed in this package but adding issue for tracking)
I attempted to hook this up with WCF services that run on .NET Framework and was able to get an
IServiceBehavior
configured relatively easily. Unfortunately, it appears that .NET Framework publishes theTaskWaitBegin
ETW event with 5 parameters when it's defined as having 6.This was addressed in .NET Core (dotnet/coreclr#8942) but it's not clear that the desktop/.NET Framework backport was ever completed.
The result is that the listener rejects the ETW event since it doesn't provide the 6 parameters it's expecting.
The text was updated successfully, but these errors were encountered: