Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 2.07 KB

File metadata and controls

17 lines (13 loc) · 2.07 KB

RoslynPad Packages

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

Code samples

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
NuGet RoslynPad.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
NuGet RoslynPad.Themes .NET port of the Visual Studio Code theme reader
NuGet RoslynPad.Runtime.Secrets Cross-platform secret storage using OS-level encryption

Package versions match Roslyn's.