You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm building a Win64 executable on Linux. It works very well except that the resulting executable has no version info. It tracked this down to HostWriter class in this repo. In particular this line. The code only copies resource on Windows.
Steps to repro:
Create .net core console app targeting Win64.
Make sure that your project file has <Version> attribute.
Build the app on Linux.
Expected result: the resulting exe has version resource. (In fact it does have this when you build on Windows)
Actual result: no version resource in the resulting exe.
The text was updated successfully, but these errors were encountered:
I'm building a Win64 executable on Linux. It works very well except that the resulting executable has no version info. It tracked this down to HostWriter class in this repo. In particular this line. The code only copies resource on Windows.
Steps to repro:
<Version>
attribute.Expected result: the resulting exe has version resource. (In fact it does have this when you build on Windows)
Actual result: no version resource in the resulting exe.
The text was updated successfully, but these errors were encountered: