RAR is not aware of .NET assembly unification
Open
triaged
- Dominant language
- C#
- Stars
- 5.5k
- Forks
- 1.5k
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 141
Description
.NET will unify inbox assemblies with those that have the same major.minor version. However, if an assembly has a different major.minor .NET will not unify. As such RAR should suggest a bindingRedirect for those assemblies, even if it doesn't see a conflict, since a conflict will exist with other inbox assemblies which are out of RAR's view.
Related to https://github.com/Microsoft/msbuild/issues/1344, if you think about inbox framework assemblies as "runtime".
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.