I want to know if someone can help me how to get the same default tracing in winforms app with dotnet 4.7.2, like we get in a .netcore webapi app, where without need to manually trace every request and dependency, once I connect to application insights, its get traced all request and dependencies etc. automatically without need to write any code.
I try to add the Microsoft.ApplicationInsights.WindowsServer nuget package, but the applicationInsights.config file not get created and the traces not happen, if someone can help me it will be appreciated