Rajkumar Rangaraj
Rajkumar Rangaraj
There are no easy ways to remove it. We need to customize in build steps.
Closing this issue as we plan to pursue out-of-process auto-instrumentation.
I have another idea to stop the crash on dependencies conflict. Need to create a new issue for it, plan is to have a rule engine in startuphook to guard...
SIG - Proposal is accepted.
I used the same app to test the behavior and could not reproduce it. For StartupHook Auto-Instrumentation it takes ~600 to ~700 ms which is acceptable. ``` Without Instrumentation 2023-03-29...
.NET Auto-Instrumentation [0.5.0](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/releases/tag/v0.5.0) is the first production-ready (non-beta) release. It is not stable yet. .NET Auto-Instrumentation could be used demonstrate a new service.
/check-enforcer override
> Unhandled exception. System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.Extensions.Logging.Abstractions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'. The system cannot find the file specified. This issue was fixed in 1.5.0 version of auto-instrumentation....
If you could provide the list of packages used in the app, that would be helpful.
I could not recreate the exception with these packages - `Unhandled exception. System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.Extensions.Logging.Abstractions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'. The system cannot find the file specified.`...