A cross-platform C# editor based on Roslyn and AvalonEdit
Also available to download in the Microsoft Store:
Open src\RoslynPad.sln
in Visual Studio 2017.
-
Install .NET Core SDK 1.1
-
Review the Avalonia platform prerequisites (mainly requires GTK3)
- On a Mac, just use brew:
brew install gtk+3
- On a Mac, just use brew:
-
Run these commands:
git clone https://github.com/aelij/roslynpad cd roslynpad/src/RoslynPad.NetCore dotnet restore dotnet run