diff --git a/.agents/skills/dotnet-inspect/SKILL.md b/.agents/skills/dotnet-inspect/SKILL.md index a1711b3..66bd283 100644 --- a/.agents/skills/dotnet-inspect/SKILL.md +++ b/.agents/skills/dotnet-inspect/SKILL.md @@ -18,7 +18,7 @@ dnx dotnet-inspect -y -- | Goal | Command | | ---- | ------- | -| Find an API | `find Pattern`, then reuse the reported `--platform`, `--package`, or `--library`. | +| Find an API | `find Pattern` includes platform/BCL types; add `--project path/to/project` when project references should be in scope. | | Inspect a type | `type Type --package Foo`; add `--all` for non-public/hidden members. | | Inspect overloads | `member Type --platform Lib -m Name -S "Member Index"` | | Select an overload | `member Type --platform Lib Name:1` or `Name~digest` | @@ -45,6 +45,6 @@ dnx dotnet-inspect -y -- member System.Text.Json.JsonSerializer.Serialize -S "Me - Default output is Markdown; for formats, `-D`/`-S` discovery, projection, and limits, load `dotnet-inspect skill query`. -- Common BCL types resolve without scope: `type string`, `type 'List'`. Quote - generics and patterns: `member 'Dictionary'`, `-S "Async*"`. +- Add `--project ` when project-referenced packages should be in scope; it reads existing restored assets, so restore/build first if dependencies changed. +- Common BCL types resolve without scope: `type string`, `type 'List'`. Quote generics and patterns: `member 'Dictionary'`, `-S "Async*"`. - Unpinned packages use latest stable; add `--preview` for prerelease APIs. diff --git a/apm.lock.yaml b/apm.lock.yaml index 6aac79e..2f45a94 100644 --- a/apm.lock.yaml +++ b/apm.lock.yaml @@ -1,5 +1,5 @@ lockfile_version: '1' -generated_at: '2026-06-30T15:31:53.280177+00:00' +generated_at: '2026-07-02T15:19:14.793446+00:00' apm_version: 0.14.0 dependencies: - repo_url: Faithlife/RepoConventions @@ -13,10 +13,10 @@ dependencies: content_hash: sha256:6e4dc45d96d7adc8f1d3e3300d9ee90eef9c2d0231ea83ad86fed64fca105034 - repo_url: richlander/dotnet-inspect host: github.com - resolved_commit: 29229867372cb6de5fe70eaebe36efd348f3836c + resolved_commit: acc66228e5ab5cfb22c8646849ada3e6883a41d9 virtual_path: skills/dotnet-inspect is_virtual: true package_type: claude_skill deployed_files: - .agents/skills/dotnet-inspect - content_hash: sha256:e366b5b901b4d292ef50c79c0437ef9141dcd3502447a59dd2765345b217b866 + content_hash: sha256:fa4acda1bb5b846a0f5100d851db192a476beb2801bee99685f9f4bcddabb198