.net core(3.1)でWindows Formのプロジェクトを作成しています。
コンポーネントクラスの作成は出来ますが、"デザイナーで表示"すると以下のエラーとなり表示できません。
To prevent possible data loss before loading the designer, the following errors must be resolved:
The designer could not be shown for this file because none of the classes within it can be designed.
.net frameworkのWindows Formプロジェクトではこのようにはなりません。
.net coreのWindows Formのプロジェクトのコンポーネントクラスでは、デザイナーで表示は出来ないのでしょうか??
xxx.Designer.csを手動で編集するしかないのでしょうか?
宜しくお願い致します。