Hello,
I have just updated the package Microsoft.ApplicationInsights.WorkerService from version 2.23.0 to 3.0.0 in Azure functions project running on .NET 10 (isolated worker model) and when launched, it produces the following error:
Unhandled exception. System.TypeLoadException: Could not load type 'Microsoft.ApplicationInsights.Extensibility.ITelemetryInitializer' from assembly 'Microsoft.ApplicationInsights, Version=3.0.0.1, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
Are Azure function running .NET 10 not supprted by this new release?