Kenric Nugteren e952c9c301 Fast reports ditching framework dependence 5 달 전
..
.github 814d09dcfb Initial Commit 1 년 전
deploy 814d09dcfb Initial Commit 1 년 전
docs 814d09dcfb Initial Commit 1 년 전
samples 814d09dcfb Initial Commit 1 년 전
src e952c9c301 Fast reports ditching framework dependence 5 달 전
.editorconfig 814d09dcfb Initial Commit 1 년 전
.gitattributes 814d09dcfb Initial Commit 1 년 전
CODE_OF_CONDUCT.md 814d09dcfb Initial Commit 1 년 전
CONTRIBUTING.md 814d09dcfb Initial Commit 1 년 전
Directory.Build.props 814d09dcfb Initial Commit 1 년 전
Directory.Build.targets 814d09dcfb Initial Commit 1 년 전
LICENSE 814d09dcfb Initial Commit 1 년 전
README.md 814d09dcfb Initial Commit 1 년 전
global.json 814d09dcfb Initial Commit 1 년 전

README.md

RoslynPad

RoslynPad

A cross-platform C# editor based on Roslyn and AvalonEdit

Downloads

Also available to download in the Microsoft Store:

Microsoft Store badge logo

Packages

RoslynPad is also available as NuGet packages which allow you to use Roslyn services and the editor in your own apps.

Package Name Description
NuGet RoslynPad.Roslyn Exposes many Roslyn editor services that are currently internal
NuGet RoslynPad.Roslyn.Windows Provides platform-specific (WPF) implementations for UI elements required by the RoslynPad.Roslyn package
NuGetRoslynPad.Roslyn.Avalonia Provides platform-specific (Avalonia) implementations for UI elements required by the RoslynPad.Roslyn package
NuGet RoslynPad.Editor.Windows Provides a Roslyn-based code editor using AvaloniaEdit (WPF platform) with completion, diagnostics, and quick actions
NuGet RoslynPad.Editor.Avalonia Provides a Roslyn-based code editor using AvalonEdit (Avalonia platform) with completion, diagnostics, and quick actions

RoslynPad.Roslyn* package versions must correspond to Roslyn's.

Code samples

Building

Open src\RoslynPad.sln in Visual Studio 2019.

Running the cross-platform .NET Core Avalonia version (on Mac or Linux)

  • Install .NET Core SDK 6.0
  • Download and unzip RoslynPadNetCore.zip.
  • Run dotnet RoslynPad.dll

Features

Completion

Completion

Signature Help

Signature Help

Diagnostics

Diagnostics

Code Fixes

Code Fixes