microsoft / ApplicationInsights-Profiler-AspNetCore

Application Insights Profiler sample and documentation
MIT License
66 stars 22 forks source link

Update EventPipe Default configuration to try enable both provider name and guid for CLR 2.1 #8

Closed xiaomi7732 closed 6 years ago

xiaomi7732 commented 6 years ago

When CLR 2.1 arrives, the enablement requires provider name than guid. Try to enable both for backward compatibility. Expect either name or guid will be hit but not both.

xiaomi7732 commented 6 years ago

Fixed in 1.1.2-beta1: https://www.nuget.org/packages/Microsoft.ApplicationInsights.Profiler.AspNetCore/1.1.2-beta1