richlander
- 23 skills
- 0 followers
- 16 hours ago last updated
- ▌ Dotnet Allocation Triage · richlanderCross-tool workflow to reduce .NET heap allocations — static triage with dotnet-inspect, then confirm the win with BenchmarkDotNet or dotnet-trace/dotnet-counters before changing code. Use when chasing allocation hot spots on a hot path.
- ▌ Dotnet Releases · richlanderAnswer .NET release lifecycle, timeline, patch, and CVE questions by driving the public `dotnet-release` CLI over the release-index graph.
- ▌
- ▌ Update Os Packages · richlanderAudit and update os-packages.json files in dotnet/core to ensure Linux distribution package names are correct. Verifies package names against upstream package repositories and fixes mismatches.
- ▌ Update Supported Os · richlander bundleAudit and update supported-os.json files in dotnet/core to reflect current OS version support. Uses release-notes verify for automated checking against upstream lifecycle data.
- ▌ Update Distro Packages · richlanderUpdate per-distro package files in release-notes/<version>/distros/ documenting dependencies and .NET package availability for each Linux distribution.
- ▌ Dotnet Inspect Query · richlanderOutput formats, -D/-S discovery and selection, -Q query-capability discovery, value projection, @ categories, and output limits shared across commands.
- ▌ Dotnet Inspect Signals · richlanderSurface a dependency's observable signals — provenance, compatibility, dependency risk, unsafe/PInvoke surface, artifact-text containment, and identifier confusion — to judge how much caution it warrants. Observations, not verdicts.
- ▌ Dotnet Inspect Metadata · richlanderQuery raw ECMA-335 assembly metadata — discover table and heap sections, inspect decoded rows and handles, address table or heap coordinates, and project bounded machine-readable results.
- ▌ Dotnet Inspect Decompiler · richlanderReconstruct a method or type as C# and IL — decompiled source, annotated source with hidden facts, raw IL, fidelity levels, and IL-offset lookup. Use --offline to prohibit package and PDB network acquisition.
- ▌ Dotnet Inspect Sourcelink · richlanderInspect source mapped by Portable PDB and SourceLink data — map files and member locations, fetch source, or resolve checksum-matched content locally.
- ▌ Dotnet Inspect Correctness · richlanderJudge whether code is sound and safe to call — its exception surface (throws, catches, exception types) and the unsafe operations in a method body.
- ▌ Dotnet Inspect Performance · richlanderWhole-assembly call-graph leverage ranking and performance triage for libraries (experimental).
- ▌ Dotnet Inspect Compatibility · richlanderDecide whether a change or upgrade is safe — API-surface diffs, behavioral diffs (allocations, exceptions), feature switches, and version resolution.
- ▌ Dotnet Inspect Private Feeds · richlanderInspect packages from private and custom NuGet feeds safely — select and map sources, use credential providers or explicit configuration, diagnose authentication failures, and reason about source-bound caches and offline operation.
- ▌ Dotnet Inspect Relationships · richlanderMap how code connects — implementors and subclasses, extension methods, dependency graphs, reverse callers, and ecosystem integrations. Many outputs are graph-shaped (add --mermaid).
- ▌ Dotnet Inspect · richlanderFind evidence instead of guessing for .NET packages, platform libraries, local assemblies, APIs, dependencies, and version-to-version API changes.
- ▌ Dotnet Inspect Package Skills · richlanderDiscover and use version-matched agent skills from NuGet packages, and persist selected skills in a repository only when the user explicitly requests it.
- ▌ Release · richlanderUse when shipping a new dotnet-inspect version; coordinate certification, NuGet and GitHub publication, and matching production and CoreCLR site deployments.
- ▌ Deep Inspect · richlanderUse when a dotnet-inspect change needs expensive evidence outside normal PR CI, or when preparing release certification; coordinate Deep Inspect lanes (full slow tests, cross-platform certification, IL round-trip sweep, corpus sensors, package discovery, validity scans, and analysis census).
- ▌ Update Agents Md · richlanderUse before adding, growing, or restructuring content in AGENTS.md — keeps it under its 600-line cap, free of a large table of contents, and limited to cross-cutting binding rules.
- ▌
- ▌