Reporter |
|
---|---|
Created | Mar 14, 2018 1:23:03 AM |
Updated | Apr 6, 2018 10:17:01 PM |
Subsystem | Psi - Caches |
Assignee | Alexandra Kuks (Asia.Rudenko) |
Priority | Show-stopper |
State | Open |
Type | Performance Problem |
Fix version | 2018.1 |
Affected versions | No Affected versions |
Fixed In Version ReSharper | Undefined |
VsVersion | All Versions |
R# seems to have big problems with the projects contained in https://github.com/Microsoft/GraphEngine
Get master and follow the instructions to build the library and vsix using the powershell scripts.
Open the 'freebase-likq' sample project. You may have to fix the code for it to build. During the build the freebase.tsl is processed into a lot of c# classes which are compiled. I think R# then spends a lot of time parsing those classes. Any way I get a lot of these
![]()
and it's basically impossible to continue using R#.
Another problem is with for example GraphEngine.Client. It builds fine, but R# has many errors like this
![]()
which I suspect are due to multiple references to the same Nuget package
![]()
Get master and follow the instructions to build the library and vsix using the powershell scripts.
Open the 'freebase-likq' sample project. You may have to fix the code for it to build. During the build the freebase.tsl is processed into a lot of c# classes which are compiled. I think R# then spends a lot of time parsing those classes. Any way I get a lot of these

and it's basically impossible to continue using R#.
Another problem is with for example GraphEngine.Client. It builds fine, but R# has many errors like this

which I suspect are due to multiple references to the same Nuget package
