Search Issue Tracker
Fixed in 2017.2.0f3
Fixed in 5.6.X, 2017.1.X
Votes
1
Found in
5.6.1p1
Issue ID
916719
Regression
Yes
API upgrade adds an unnecessary reference to mscorelib 4.0
Steps to reproduce:
1. Download the attached project
2. Unzip Scripts/ch.sycoforge.Decal.zip
3. Open the included dll in a dll inspector(dotPeek)
4. Notice only a reference to mscorlib 2.0
5. Open the project in 5.6 and upgrade the API
6. Inspect the dll again
Expected result: same result, since 5.6 should not include the framework
Actual result: a reference to 4.0 is included
Reproduced on 5.6.0p2 5.6.1p3, 2017.1.0b8(as it should)
Not reproduced on 5.5(as it shouldn't), 5.6.0p1
Regression introduced in 5.6.0p2
Notes:
-API upgrade does not appear to happen if the dll was first imported into 5.5 and then the project was opened in 5.6
-Extracting while open in p2+ or opening any 5.6.p1- project in p2+ does call the API updater
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Test Runner’s vertical scrollbar overlaps with the up and down arrows and upper toolbar tabs when the window is minimized
- The Input Field view is not updated when deleting lines of text
- The scrollbar does not respect empty lines in the Input Field
- “Texture Atlas Viewer“ button text overlaps another button when the UI Toolkit Debugger is narrowed
- Thresholds are no longer automatically calculated after deleting Motion fields in Blendtrees
Add comment