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
ILRepack does not understand the wildcard when in a path name.
System.Exception: Invalid path: .\*\Data.resources.dll
à ILRepacking.RepackOptions.ResolveFile(String s)
à System.Linq.Enumerable.<SelectManyIterator>d__16`2.MoveNext()
à System.Linq.Enumerable.<DistinctIterator>d__63`1.MoveNext()
à System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
à System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
à ILRepacking.ILRepack.ReadInputAssemblies()
à ILRepacking.ILRepack.Repack()
à ILRepacking.Application.Main(String[] args)
Hi,
i'm trying to merge all resource language assemblies without specifying each language.
ILRepack does not understand the wildcard when in a path name.
Without dot
The text was updated successfully, but these errors were encountered: