ICSharpCode.NRefactory
Metadata
| Copyrights | Copyright 2010-2012 AlphaSierraPapa |
|---|---|
| Description | NRefactory supports analysis of C# source code: it includes a parser, abstract syntax tree, type system, semantic analysis (resolver), code completion, and several refactorings. |
| IconUrl | http://community.sharpdevelop.net/blogs/mattward/SharpDevelop.png |
| LicenseUrl | http://www.opensource.org/licenses/mit-license.php |
| Owners | Daniel Grunwald |
| ProjectUrl | https://github.com/icsharpcode/NRefactory/ |
| ReleaseNotes | This is an alpha release. Expect bugs and breaking changes in the future. |
| RequireLicenseAcceptance | False |
| Tags | C# Parser Semantic Analysis SharpDevelop |
| Title | NRefactory |
Access
You can access data for this project using the tools and addresses described below.
NuGet (nuget.exe)
- Installing the package (HTTP Basic authentication):
-
nuget install ICSharpCode.NRefactory -Source http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
- Installing the package (pre-authenticated):
-
nuget install ICSharpCode.NRefactory -Source http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
NuGet (Package Manager Console)
- Installing the package (search all configured feeds):
-
Install-Package ICSharpCode.NRefactory
- Installing the package (HTTP Basic authentication):
-
Install-Package ICSharpCode.NRefactory -Source http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
- Installing the package (pre-authenticated):
-
Install-Package ICSharpCode.NRefactory -Source http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
- Uinstalling the package:
-
Uninstall-Package ICSharpCode.NRefactory
OpenWrap
- Installing the package:
-
o add-wrap ICSharpCode.NRefactory
- Uninstalling the package:
-
o remove-wrap ICSharpCode.NRefactory
Versions
A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.
