Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wildcard don't work when in path names #175

Open
softlion opened this issue Dec 1, 2016 · 0 comments
Open

wildcard don't work when in path names #175

softlion opened this issue Dec 1, 2016 · 0 comments

Comments

@softlion
Copy link

softlion commented Dec 1, 2016

Hi,
i'm trying to merge all resource language assemblies without specifying each language.

Ilrepack /wildcards /out:"somename.dll" "mainassemly.dll" ".\*\some.resources.dll"

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)

Without dot

 System.Exception: Invalid path: *\Data.resources.dll
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants