PistonDevelopers / VisualRust

Visual Studio extension for Rust
MIT License
702 stars 72 forks source link

Build command line problematically long? (Build errors, intellisense failures) #288

Closed MaulingMonkey closed 7 years ago

MaulingMonkey commented 7 years ago

I had some initial troubles building the project (complaining about missing references to System.IO.Abstractions.dll despite referencing it) when I checked out to C:\home\projects\VisualRust\ . These went away when I moved the project to C:\VisualRust\ - I note this brings down the length of the command line to just under 16KiB of /reference:...dll flags by the slimmest of margins.

However, I continued to have some issues with intellisense working for types in referenced assemblies on new files however. After moving my project again to C:\r\ (saving a couple KB) intellisense started functioning.

It might be useful to try and trim VisualRust.2015 and company's references list down to just what's needed by the project to see if that helps the situation.

MaulingMonkey commented 7 years ago

...I'm no longer 100% convinced this is a command line length problem. Closing until I can track the problem down more I guess.