Skip to content

Fix EditorRef packageSourceMapping to resolve API docs build#5389

Merged
tig merged 1 commit into
developfrom
tig/fix-editorref-nuget-mapping
May 23, 2026
Merged

Fix EditorRef packageSourceMapping to resolve API docs build#5389
tig merged 1 commit into
developfrom
tig/fix-editorref-nuget-mapping

Conversation

@tig
Copy link
Copy Markdown
Member

@tig tig commented May 23, 2026

The EditorRef nuget.config was missing a <packageSourceMapping><clear /> section. Without it, the repo-root config's source mapping (which restricts Terminal.Gui* to LocalPackages) was inherited, causing EditorRef's dotnet restore to fail in CI.

This adds the mapping override so all packages resolve from nuget.org.

Fixes the API docs workflow failure after #5387.

…po-root

The repo-root nuget.config has packageSourceMapping that restricts
Terminal.Gui* packages to LocalPackages source. Adding <clear /> to the
packageSourceMapping section in EditorRef's config ensures all packages
resolve from nuget.org regardless of parent config inheritance.

Fixes API docs build failure after #5387 merge.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.

1 participant