dotnet/skills✦ 精选0°

dump-collect

仓库创建 2026年2月4日最近提交 14 小时前SkillHot 收录 20 天前
▸ 精选理由

一键化采集流程,适合生产环境定位崩溃或现场取证。

▸ 风险提示

启用或收集转储需提升权限且转储可能包含敏感内存信息。

这个 Skill 做什么

配置并收集现代 .NET 应用的崩溃转储(含容器与 NativeAOT)。

帮你在 Linux/macOS/Windows(含 Docker/Kubernetes 容器)环境为现代 .NET 程序(CoreCLR、NativeAOT)开启并收集崩溃转储文件,支持 dotnet-dump 或 createdump 流程。用在需要保证崩溃时能拿到 dump 文件但不做现场分析的场景。注意只负责开启与采集,不进行 dump 的调试或分析。

▸ 展开 SKILL.md 英文原文

Configure and collect crash dumps for modern .NET applications. USE FOR: enabling automatic crash dumps for CoreCLR or NativeAOT, capturing dumps from running .NET processes, setting up dump collection in Docker or Kubernetes, using dotnet-dump collect or createdump. DO NOT USE FOR: analyzing or debugging dumps, post-mortem investigation with lldb/windbg/dotnet-dump analyze, profiling or tracing, or for .NET Framework processes.

开发编程崩溃转储收集容器通用
4.8k
Stars
351
Forks
40
仓库内 Skill
+610
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/dotnet/skills/main/plugins/dotnet-diag/skills/dump-collect/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/dotnet/skills/main/plugins/dotnet-diag/skills/dump-collect/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# .NET Crash Dump Collection

This skill configures and collects crash dumps for modern .NET applications (CoreCLR and NativeAOT) on Linux, macOS, and Windows — including containers.

## Stop Signals

🚨 **Read before starting any workflow.**

- **Stop after dumps are enabled or collected.** Do not open, analyze, or triage dump files.
- **If the user already has a dump file**, this skill does not cover analysis. Let them know analysis is out of scope.
- **Do not install analysis tools** (dotnet-dump analyze, windbg). Only install collection tools (dotnet-dump collect). Using `lldb` for on-demand dump capture on macOS is allowed — it ships with Xcode command-line tools and is not being used f
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有