Search Issue Tracker
By Design
Votes
0
Found in
2019.4
2019.4.16f1
2020.1
2020.2
2021.1
Issue ID
1299272
Regression
No
Test Framework package is not removed from the project but is removed from the "In Project" packages list
Reproduction steps:
1. Create an empty project
2. Select Window/Package Manager and select packages "In Project"
3. Select Test Framework and Remove
4. Observe the Package Manager
Expected result: Test Framework package is not removed from the "In Project" packages list and the warning appears
Actual result: Test Framework package is not removed from the project but is removed from the "In Project" packages list
Reproducible with: 2019.4.17f1, 2020.1.17f1, 2020.2.1f1, 2021.1.0a10
Could not test with: 2018.4.29f1(Rider Editor is not available)
Notes:
1. Test Framework package is not removed from the project because it is a dependency of the Rider Editor package
2. Test Framework package is removed when Rider Editor package is not installed
3. Warning about it being a dependency only appears after searching for the Test Framework package in "Unity Registry" packages and selecting Remove for the second time
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Opening Terrain Prefab in Prefab Editing Mode throws "NullReferenceException" error
- [Search] Dragging query pills put them behind the search text field
- A CustomPropertyDrawer that returns a PropertyField for a property named the same as a child field will not render all child fields
- Graphics Settings shows default values instead of the real values in the Rendering Debugger when Volume.profile is assigned via script
- Deleting multiple Tags throws “NullReferenceException”, and "Retrieving array element that was out of bounds" errors when holding the Enter key
Resolution Note (2021.2.X):
Test Framework is used by JetBrains Rider Editor. This is why removing it from your project manifest still keep it installed as JetBrains Rider Editor depends on it.