microsoft / ApplicationInsights-dotnet-server

Microsoft Application Insights for .NET Web Applications
https://azure.microsoft.com/services/application-insights/
133 stars 67 forks source link

Add unit test for netstandard20 PerfCounter #1182

Closed cijothomas closed 5 years ago

cijothomas commented 5 years ago

The following PRs added NetStandard2.0 for PerfCollector, but unit tests were not target it yet. This adds a new unit test targeting 2.0 to ensure proper coverage. https://github.com/microsoft/ApplicationInsights-dotnet-server/pull/1157 https://github.com/microsoft/ApplicationInsights-dotnet-server/pull/1148