初回起動時のプラグインセットアップを追加 - #697
Open
Freeesia wants to merge 2 commits into
Open
Conversation
Freeesia
commented
Sep 7, 2026
OwnerAuthor
@copilot resolve the merge conflicts in this pull request |
…up-wizard # Conflicts: # WindowTranslator/Properties/Resources.ar.resx # WindowTranslator/Properties/Resources.cs.resx # WindowTranslator/Properties/Resources.de.resx # WindowTranslator/Properties/Resources.en.resx # WindowTranslator/Properties/Resources.es.resx # WindowTranslator/Properties/Resources.fa.resx # WindowTranslator/Properties/Resources.fil.resx # WindowTranslator/Properties/Resources.fr.resx # WindowTranslator/Properties/Resources.hi.resx # WindowTranslator/Properties/Resources.hu.resx # WindowTranslator/Properties/Resources.id.resx # WindowTranslator/Properties/Resources.ko.resx # WindowTranslator/Properties/Resources.ms.resx # WindowTranslator/Properties/Resources.pl.resx # WindowTranslator/Properties/Resources.pt-BR.resx # WindowTranslator/Properties/Resources.resx # WindowTranslator/Properties/Resources.ru.resx # WindowTranslator/Properties/Resources.th.resx # WindowTranslator/Properties/Resources.tr.resx # WindowTranslator/Properties/Resources.vi.resx # WindowTranslator/Properties/Resources.zh-CN.resx # WindowTranslator/Properties/Resources.zh-TW.resx Co-authored-by: Freeesia <9002657+Freeesia@users.noreply.github.com>
Contributor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
概要
nuget-manifest.jsonが存在しない初回起動時に、公式プラグインをカテゴリ別に選択できるセットアップダイアログを表示します確認
dotnet build WindowTranslator.Tests/WindowTranslator.Tests.csproj --no-restore --runtime any -m:1 -p:BuildInParallel=false -p:UseSharedCompilation=false --disable-build-servers既知のテスト失敗
全件実行では、master上の
DependencyWithIncompatibleLibStillInstallsCompatibleNativeAssetsが1件失敗します。現行実装がネイティブDLLをプラグイン直下へ展開する一方、テストが旧配置パスを期待している既存の不整合で、今回の変更範囲には含めていません。Closes#676