Tag: dotnet
Prepare MCP Package for Release
Automates the preparation of MCP packages for release by synchronising version numbers across .NET and Python files, validating server configurations, and verifying builds.
Core conventions for programmatic Excel automation
This guide outlines the critical architectural patterns and conventions for developing robust Excel automation tools using COM interop. It details best practices for error propagation, COM object cleanup, and structured testing within the E…
Dependency Validation for Excel MCP Server
A skill for verifying the integrity of dependency or toolchain upgrades within the Excel MCP server repository by executing sequential build, test, and packaging commands.
Find C# Methods via Reflection
Locates C# methods within a Unity project using C# Reflection. It supports searching by class name, method name, and parameters, including private members.
.NET Memory Profiling and Leak Detection
An agentic skill to analyse .NET application memory usage and identify leaks. It leverages dotMemory to capture snapshots, compare states, and suggest actionable code fixes.
Semantic .NET Code Intelligence
Provides semantic intelligence for .NET and C# codebases by leveraging Roslyn-based MCP tools for precise symbol navigation and diagnostic retrieval. It prioritises semantic lookups over text-based searches to ensure accurate analysis of ty…