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 have several entry points, one of them is .Net Framework 4.8 console application. Libraries are standard 2.0
ILRepack here is not working after installation. If I manually include ILRepack.target to the project iports, it executes but produces bad file. Exe is no longer executable, it throws 'Access Denied' and 'Can't run on your pc'. (of course app is working before ILRepack)
The text was updated successfully, but these errors were encountered:
Can you try outputting the log file using the LogFile option in your targets file? By inspecting the log file I will able to get more insight on how it is merging the libs.
I have several entry points, one of them is .Net Framework 4.8 console application. Libraries are standard 2.0
ILRepack here is not working after installation. If I manually include ILRepack.target to the project iports, it executes but produces bad file. Exe is no longer executable, it throws 'Access Denied' and 'Can't run on your pc'. (of course app is working before ILRepack)
The text was updated successfully, but these errors were encountered: