dazinator / AspNetSolutionUpgradeTool

A utility that can be used to upgrade an ASP.NET 5 RC1 or RC2 based solution to ASP.NET Core 1.0.0 RTM.
MIT License
5 stars 2 forks source link

Create a Code Anlaysis tool to perform basic Refactoring of RC1 code to RC2 #25

Closed dazinator closed 8 years ago

dazinator commented 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.

dazinator commented 8 years ago

This is viable and I am making progress on this in my branch.