Post by Admin on Jul 16, 2016 4:30:41 GMT
Maxim Zaks @mzaks Oct 14 2015 21:11
Hi @svdvorak sorry for the late reply. The blog post is not a complete implementation. As I mentioned I also have some code to query all usages of components. But this involves finding the links and representing them in a graph database neo4j. Which you can than use to query the usages.
This is a very complicated solution this is also why I didn't posted it
I think the better way to go is to use Roslyn and write the queries first in pure C# and than think about how it can be done in a more user friendly manner.
The biggest problem that I have with Roslyn is absence of time and absence of a Windows PC
It can work on Mac but it makes absence of time even heavier.
Hi @svdvorak sorry for the late reply. The blog post is not a complete implementation. As I mentioned I also have some code to query all usages of components. But this involves finding the links and representing them in a graph database neo4j. Which you can than use to query the usages.
This is a very complicated solution this is also why I didn't posted it
I think the better way to go is to use Roslyn and write the queries first in pure C# and than think about how it can be done in a more user friendly manner.
The biggest problem that I have with Roslyn is absence of time and absence of a Windows PC
It can work on Mac but it makes absence of time even heavier.