Azure / azure-functions-vs-build-sdk

MSBuild task for Azure Functions
MIT License
96 stars 62 forks source link

Assembly analysis hangs when processing framework assemblies #631

Open fabiocav opened 2 months ago

fabiocav commented 2 months ago

In some cases, the extension metadata generator seems to hang when processing framework dependencies. A known example is System.ComponentModel.Annotations (linked IcM).

Opening this to track improvements in the assembly selection (we can bypass framework assemblies) and scanning process.