Search Issue Tracker
Fixed in 2019.1.X
Fixed in 2018.3.X
Votes
0
Found in
2018.1.0a1
2018.2.1f1
Issue ID
1066726
Regression
Yes
HttpClient namespace is not recognized in VS with .NET 4.x
Steps to reproduce:
1. Open attached project "HttpBug"
2. Make sure Scripting Runtime Version is set to .NET 4.x
3. Open "main" scene
4. Open "test" script with VS2017
5. Press Attach to Unity
-Notice "The type or namespace name 'HttpClient' could not be found" error appears
Note: using mcs.rsp file with contents "-r:System.Net.Http.dll" allows to run the script without problems in the editor but debugging is still not possible.
Actual result: VS can't find namespace "HttpClient"
Expected result: VS should be able to see "HttpClient" namespace without errors
Reproduced with: 2018.1.0a1, 2018.1.8f1, 2018.2.3f1, 2018.3.0a1, 2018.3.0a8
Didn't reproduce with: 2017.4.9f1
Regressed in: 2018.1.0a1
In 2018.3.0a8 msc.rsp workaround doesn't work (changing the file name to csc.rsp has no effect also)
Visual Studio version is 15.7.6
VSTU version is 3.7.0.1
Comments (4)
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
travelhawk
Mar 13, 2019 14:44
Suddenly I can't compile anymore....
travelhawk
Mar 13, 2019 14:44
I have the same problem with Unity 2018.2.15f1
imtrobin
Jan 06, 2019 10:33
How is this closed and fixed? I'm seeing the same issue
imtrobin
Jan 06, 2019 10:32
How is this closed and fixed? I'm seeing the same issue