Search Issue Tracker
Fixed in 2018.2.17f1
Fixed in 2018.2.X, 2018.3.X
Votes
0
Found in
2018.1.0a1
2018.2.8f1
Issue ID
1085634
Regression
Yes
Adding DLL references to "mcs.rsp" doesn't update Visual Studio
Reproduction steps:
1. Open "MinimalRepro.zip" project
2. Look at the Console Window
3. See that only Warning messages are printed
4. Open "Test" script
5. In the "Solution Explorer" right click on "Assembly-CSharp" -> "Build"
6. See that in the "Error List" Window there are 2 errors ("The type or namespace name 'Http' does not exist in the Namespace")
Expected Result: Visual Studio doesn't print any errors, as the DLL files are referenced in the "msc.rsp" file
Actual Result: Errors are printed in Visual Studio
Fix Verified in: 2019.1.0a3 (d70d54e10bbd)
Reproduced with: 2019.1.0a2, 2019.1.0a1, 2018.3.0b4, 2018.2.11f1, 2018.1.9f2, 2018.1.0a1
Did not reproduce on: 2019.1.0a3, 2017.4.12f1
Comments (1)
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
- iOS Xcode project building fails when the build is appended
- 2D Colliders, attached to a grandchild GameObject, aren't immediately destroyed when destroying the parent GameObjects in FixedUpdate
- WebGL Player with WebGPU Graphics API fails to render Scene when custom Render Feature is used
- “EndLayoutGroup” error thrown when changing Shader Precision Model settings in Build Profiles window > Player Settings Overrides
- Button hover state uses default theme color when a custom .uss is applied
dlstilts
Nov 05, 2018 14:37
Same thing is happening to me. Please fix!