Open1
Native AOT
fsproj
以下を追加する。
<PropertyGroup>
<PublishAot>true</PublishAot>
</PropertyGroup>
build cmd
dotnet publish -r win-x64 -c Release
limitation
非互換性のトリミング より、まだ WinForms の Native AOT はサポートされていない模様。ただ、ココ で対応は進めているみたい。
以下を追加する。
<PropertyGroup>
<PublishAot>true</PublishAot>
</PropertyGroup>
dotnet publish -r win-x64 -c Release
非互換性のトリミング より、まだ WinForms の Native AOT はサポートされていない模様。ただ、ココ で対応は進めているみたい。