Azure / Azure/azure-functions-host

ExtensionsMetadataGenerator needs to include dlls for App Insights Extension by default

Open
#7,624 1 comment 0 reactions 1 assignee Claimed by @gzuber View on GitHub
Dominant language
C#
Stars
2k
Forks
482
Avg merge
2d 12h
Merged PRs (30d)
38

Description

We need to make sure to include "Microsoft.Azure.WebJobs.Logging.ApplicationInsights.dll" in ExtensionsMetadataGenerator so it's not pruned by default. This DLL is being moved to the App Insights Extension rather than the Host itself, so it's being treated differently.

As of right now, for someone to use the App Insights Extension, they would have to add this dll as a "FunctionsPreservedDependencies" item which is not ideal

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.