JetBrains / JetBrains/resharper-unity
Update ILRepack to not rely on ordering
Open
refactor
- Dominant language
- C#
- Stars
- 1.2k
- Forks
- 142
- PR merge metrics
- No merged PRs in 30d
Description
ILRepack currently relies on the ordering of the input assemblies to find the "main" assembly. This is rather fragile and leads to issues like #1426. Make this more robust if possible.
Contributor guide
Research direction
Locate the ILRepack invocation and the logic that chooses the main assembly, then review issue #1426 for the ordering-related failure. The work is done when main-assembly selection no longer depends on input assembly order and the reported issue is addressed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- build-system, tooling
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100