ravibpatel / ILRepack.Lib.MSBuild.Task

MSBuild task for ILRepack which is an open-source alternative to ILMerge.
Other
107 stars 30 forks source link

Internalize doesn't work for TaskEx #19

Closed van800 closed 4 years ago

van800 commented 4 years ago

All versions after 2.0.15.3 do not internalize one of the types in one of the assemblies in our project. merging this assembly https://github.com/JetBrains/resharper-unity/blob/net193-eap3/unity/lib/System.Threading.dll with others in the project In the solution https://github.com/JetBrains/resharper-unity/blob/net193-eap3/unity/JetBrains.Rider.Unity.Editor.sln

leaves TaskEx class public for some reason.

van800 commented 4 years ago

It was an issue on our side.