Skip to content

ユーザープラグインを最優先で読み込む - #695

Open
Freeesia wants to merge 1 commit into
masterfrom
codex/issue-693-user-plugin-priority
Open

ユーザープラグインを最優先で読み込む#695
Freeesia wants to merge 1 commit into
masterfrom
codex/issue-693-user-plugin-priority

Conversation

@Freeesia

@FreeesiaFreeesia commented Sep 7, 2026

Copy link
Copy Markdown
Owner

概要

ユーザーが手動配置したプラグインを、Plugin Store版やアプリ同梱版より優先して読み込めるようにします。

変更内容

  • プラグインカタログを UserDir\plugins > UserDir\nuget-plugins > .\plugins の順にネスト
  • 既存の Assembly Name 単位の重複除外仕様を維持
  • 3段階の優先度と重複パターンを回帰テストで検証

テスト

  • 優先度関連テスト: 2件合格
  • 全体: 141件合格、DependencyWithIncompatibleLibStillInstallsCompatibleNativeAssets は既存のネイティブ資産欠落で失敗

Closes#693

@Freeesia

Copy link
Copy Markdown
OwnerAuthor

コードok

Sign up for freeto 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

@Freeesia