mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 15:25:59 +03:00
[GH-ISSUE #204] using ilmerge to combine dependencies #86
Labels
No labels
bug
bug
cant-reproduce
discussion
duplicate
easy
enhancement
help wanted
improvement
invalid
need more info
pull-request
question
wont-add
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Quasar#86
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rabbitsmith on GitHub (May 26, 2015).
Original GitHub issue: https://github.com/quasar/Quasar/issues/204
i am interested to know whether we could use ilmerge.exe to combine mono.cecil and other libraries (not client.bin and client.exe) with xrat.exe si that we can get a minimized number of dependencies. could be useful to implement needs of issue #130
@MaxXor commented on GitHub (May 26, 2015):
This is not useful for xRAT.exe, but more for the client.
@rabbitsmith commented on GitHub (May 26, 2015):
so can we reopen issue #130?
@yankejustin commented on GitHub (May 26, 2015):
This does not minimize the number of dependencies. In essence, we still would be dependent on external libraries that we have little control of. This would have the unfortunate side-effect of making things more difficult.
@rabbitsmith commented on GitHub (May 27, 2015):
fortunately we can create separate projects for common classes like protobuf and encryption.
@MaxXor commented on GitHub (May 27, 2015):
No.