Closed dazinator closed 8 years ago
I initially dismissed this idea, however I think it would be good to perform some basic analysis of CSharp code files, and do some refactorings like namespace changes as per #11
Never done this kind of thing before but I will experiment with: https://github.com/dotnet/roslyn/wiki/Getting-Started-C%23-Syntax-Analysis to see if it is viable.
This is viable and I am making progress on this in my branch.
I initially dismissed this idea, however I think it would be good to perform some basic analysis of CSharp code files, and do some refactorings like namespace changes as per #11
Never done this kind of thing before but I will experiment with: https://github.com/dotnet/roslyn/wiki/Getting-Started-C%23-Syntax-Analysis to see if it is viable.