Click here to Skip to main content
15,897,187 members
Articles / Programming Languages / C#

Using NRefactory for analyzing C# code

Rate me:
Please Sign up or sign in to vote.
4.99/5 (47 votes)
11 Aug 2012MIT17 min read 162.7K   7.7K   115  
Use NRefactory to write a standalone application that refactors your C# code.

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
# SharpDevelop 4.3
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StringIndexOf", "StringIndexOf\StringIndexOf.csproj", "{551D0119-B9EA-4C9F-B952-2697650D29C2}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|x86 = Debug|x86
		Release|x86 = Release|x86
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{551D0119-B9EA-4C9F-B952-2697650D29C2}.Debug|x86.Build.0 = Debug|x86
		{551D0119-B9EA-4C9F-B952-2697650D29C2}.Debug|x86.ActiveCfg = Debug|x86
		{551D0119-B9EA-4C9F-B952-2697650D29C2}.Release|x86.Build.0 = Release|x86
		{551D0119-B9EA-4C9F-B952-2697650D29C2}.Release|x86.ActiveCfg = Release|x86
		{551D0119-B9EA-4C9F-B952-2697650D29C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{551D0119-B9EA-4C9F-B952-2697650D29C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{551D0119-B9EA-4C9F-B952-2697650D29C2}.Release|Any CPU.Build.0 = Debug|Any CPU
		{551D0119-B9EA-4C9F-B952-2697650D29C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The MIT License


Written By
Germany Germany
I am the lead developer on the SharpDevelop open source project.

Comments and Discussions