回答編集履歴
2
追記
test
CHANGED
@@ -1,3 +1,7 @@
|
|
1
|
+
> 以下のようにサポートされていないというエラーメッセージが出力されて、ビルドが失敗します。
|
2
|
+
|
3
|
+
|
4
|
+
|
1
5
|
エラー文のとおり、WindowsフォームプロジェクトでPublishTrimmedは対応していませんので、
|
2
6
|
|
3
7
|
<PublishTrimmed>true</PublishTrimmed>
|
1
追記
test
CHANGED
@@ -6,4 +6,6 @@
|
|
6
6
|
|
7
7
|
|
8
8
|
|
9
|
+
[自己完結型の展開と実行可能ファイルのトリミング](https://docs.microsoft.com/ja-jp/dotnet/core/deploying/trimming/trim-self-contained)
|
10
|
+
|
9
11
|
[既知のトリミングの非互換性](https://docs.microsoft.com/ja-jp/dotnet/core/deploying/trimming/incompatibilities)
|