Consider Adding Assemblies To UnGAC At Install/Repair Time
- Dominant language
- C#
- Stars
- 5.5k
- Forks
- 1.5k
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 141
Description
@rainersigwald
> there are two distinct copies of System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51
>One (from NuGet package version 4.5.4) references System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
> the other (from package 4.5.3) references System.Numerics.Vectors, Version=4.1.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
>we produced the errors that folks were reporting if we GACed the latter
>because MSBuild distributes the former
> we should think about adding this to our list of assemblies to silently ungac on VS install 😬
The list so far:
- System.Memory 4.0.1.1
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.