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
Press F5 to start the application, then exit it by clicking the "X" on the application window
Actual Behavior
Window closes but application doesn't terminate.
Expected Behavior
Application fully terminates.
Version Info
SDK Version : 2.9.0 beta 3 or newer (beta 2 or older, like v2.8.1, don't have this issue)
.NET Version : 4.7.2
How Application was onboarded with SDK(VisualStudio/StatusMonitor/Azure Extension) : Visual Studio
OS : Windows 10 1803
Hosting Info (IIS/Azure WebApps/ etc) : N/A
The text was updated successfully, but these errors were encountered:
Best guess is that this was caused by #1028, which creates a new non-background thread. Since the thread isn't set as Background and apparently isn't being terminated by the code, the application can't fully terminate.
If you are reporting bug/issue, please provide detailed Repro instructions.
Repro Steps
TelemetryConfiguration.Active.InstrumentationKey = "";
(per instructions on https://docs.microsoft.com/en-us/azure/azure-monitor/app/windows-services#4-send-telemetry)Actual Behavior
Window closes but application doesn't terminate.
Expected Behavior
Application fully terminates.
Version Info
SDK Version : 2.9.0 beta 3 or newer (beta 2 or older, like v2.8.1, don't have this issue)
.NET Version : 4.7.2
How Application was onboarded with SDK(VisualStudio/StatusMonitor/Azure Extension) : Visual Studio
OS : Windows 10 1803
Hosting Info (IIS/Azure WebApps/ etc) : N/A
The text was updated successfully, but these errors were encountered: