Not sure what I'm doing wrong here...
I downloaded the application.insightst nuget package v 2.11.0, unblocked all files and extraced to a folder. I have since been trying to use Add-Type -Path Microsoft.ApplicationInsights.dll but it simply doens't work. Tried the version in netstandard1.3 and netstandard2.0.
Is it the case netstandard compiled dll's are not supported in powershell core 6.2? I'm ablke to use Add-Type suceesfully with dll's compiled against netcoreapp.
Not sure what I'm doing wrong here...
I downloaded the application.insightst nuget package v 2.11.0, unblocked all files and extraced to a folder. I have since been trying to use
Add-Type -Path Microsoft.ApplicationInsights.dllbut it simply doens't work. Tried the version in netstandard1.3 and netstandard2.0.Is it the case netstandard compiled dll's are not supported in powershell core 6.2? I'm ablke to use Add-Type suceesfully with dll's compiled against netcoreapp.