Skip to content

Fix package member resolution and improve find guidance#308

Merged
richlander merged 1 commit intomainfrom
fix/member-package-resolution-307
Apr 2, 2026
Merged

Fix package member resolution and improve find guidance#308
richlander merged 1 commit intomainfrom
fix/member-package-resolution-307

Conversation

@richlander
Copy link
Copy Markdown
Owner

Summary

  • unify package library/type resolution for member, type, and related package-backed commands
  • fix bare --library selection inside multi-library packages like Microsoft.NETCore.App.Ref
  • improve find follow-up guidance and skill docs so users carry forward package@version and library context
  • bump the tool and embedded skill version to 0.7.6

Closes #307

Validation

  • dotnet build src/dotnet-inspect/dotnet-inspect.csproj -c Release --configfile /Users/rich/git/dotnet-inspect/nuget.config
  • dotnet build src/dotnet-inspect.Tests/dotnet-inspect.Tests.csproj -c Release -p:DefaultTargetFramework=net11.0 --configfile /Users/rich/git/dotnet-inspect/nuget.config
  • dotnet /Users/rich/git/dotnet-inspect/artifacts/bin/dotnet-inspect.Tests/release/dotnet-inspect.Tests.dll -class "DotnetInspector.Tests.CommandExecutionTests"
  • dotnet /Users/rich/git/dotnet-inspect/artifacts/bin/dotnet-inspect/release/dotnet-inspect.dll find RegexOptions --package Microsoft.NETCore.App.Ref --oneline
  • dotnet /Users/rich/git/dotnet-inspect/artifacts/bin/dotnet-inspect/release/dotnet-inspect.dll member RegexOptions --package Microsoft.NETCore.App.Ref --library System.Text.RegularExpressions -v:q

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@richlander richlander merged commit f87a981 into main Apr 2, 2026
10 checks passed
@richlander richlander deleted the fix/member-package-resolution-307 branch April 2, 2026 02:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

member command fails to resolve type that find command locates in --package --source mode

1 participant