nrefactory-demo-gtk
C# Parsing and Refactoring Library - Sample programs
Install
- All systems
-
curl cmd.cat/nrefactory-demo-gtk.sh
- Debian
-
apt-get install nrefactory-samples - Ubuntu
-
apt-get install nrefactory-samples - Kali Linux
-
apt-get install nrefactory-samples - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install nrefactory-samples - Raspbian
-
apt-get install nrefactory-samples
nrefactory-samples
C# Parsing and Refactoring Library - Sample programs
NRefactory is the C# analysis library used in the SharpDevelop and MonoDevelop IDEs. It allows applications to easily analyze both syntax and semantics of C# programs. It is quite similar to Microsoft's Roslyn project; except that it is not a full compiler – NRefactory only analyzes C# code, it does not generate IL code. This package contains sample programs for the NRefactory library.