dependency-and-decompilation-analysis

Discover and decompile .NET DLL dependencies for BizTalk migrations.

6|7|Updated May 4, 2026
One-click install
npx skills add https://github.com/Azure/logicapps-migration-agent --skill dependency-and-decompilation-analysis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dependency-and-decompilation-analysis
Source: https://github.com/Azure/logicapps-migration-agent/tree/main/resources/skills/dependency-and-decompilation-analysis/biztalk
Command: npx skills add https://github.com/Azure/logicapps-migration-agent --skill dependency-and-decompilation-analysis

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ilspycmd, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the discovery, decompilation, and classification of missing dependencies during BizTalk to Azure Logic Apps migration, ensuring a comprehensive analysis of dependencies before migration.

Core Features & Use Cases

  • Dependency Discovery: Identifies all required dependencies for a BizTalk application.
  • Decompilation: Automatically decompiles .NET DLLs to understand their functionality.
  • Classification: Classifies missing dependencies based on their criticality and impact on migration.
  • Use Case: When migrating a BizTalk application to Azure Logic Apps, this Skill can automatically identify and report on missing dependencies, allowing for a smoother migration process.

Quick Start

Run the skill and provide the BizTalk application directory to automatically discover and decompile dependencies.

Frequently Asked Questions about dependency-and-decompilation-analysis

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I discover missing dependencies for a BizTalk to Azure Logic Apps migration?

You can discover missing dependencies for BizTalk migration by running an automated analysis on the BizTalk application directory, which recursively identifies and classifies required .NET DLLs.

How do I decompile .NET DLLs when analyzing BizTalk application dependencies?

You can decompile .NET DLLs during dependency analysis by using ilspycmd, which automatically decompiles the assemblies to help you understand their functionality and criticality for migration.

What is dependency classification in the context of BizTalk migration?

Dependency classification evaluates discovered .NET DLLs during BizTalk migration to determine their criticality and impact, ensuring a comprehensive understanding of missing dependencies before moving to Azure Logic Apps.

Do I need ilspycmd installed to perform .NET decompilation for BizTalk migration?

Yes, ilspycmd is a required dependency for .NET decompilation, as the Skill relies on it to automate the decompilation of DLLs and analyze their functionality during the BizTalk migration process.

Can I automate the discovery of .NET assembly dependencies for Azure Logic Apps migration?

Yes, you can automate dependency discovery by providing the BizTalk application directory, which triggers recursive analysis to identify and report all required dependencies for a smoother migration.

What is the best way to analyze .NET DLL criticality before migrating BizTalk applications?

The best way to analyze DLL criticality is using automated dependency classification, which evaluates missing dependencies based on their impact on the BizTalk to Azure Logic Apps migration process.