![]() |
VOOZH | about |
dotnet add package RoslynPad.Roslyn.Windows --version 5.0.0
NuGet\Install-Package RoslynPad.Roslyn.Windows -Version 5.0.0
<PackageReference Include="RoslynPad.Roslyn.Windows" Version="5.0.0" />
<PackageVersion Include="RoslynPad.Roslyn.Windows" Version="5.0.0" />Directory.Packages.props
<PackageReference Include="RoslynPad.Roslyn.Windows" />Project file
paket add RoslynPad.Roslyn.Windows --version 5.0.0
#r "nuget: RoslynPad.Roslyn.Windows, 5.0.0"
#:package RoslynPad.Roslyn.Windows@5.0.0
#addin nuget:?package=RoslynPad.Roslyn.Windows&version=5.0.0Install as a Cake Addin
#tool nuget:?package=RoslynPad.Roslyn.Windows&version=5.0.0Install as a Cake Tool
Provides WPF-specific implementations for UI elements required by the RoslynPad.Roslyn package.
GlyphExtensionsConverts Roslyn Glyph values to WPF ImageSource.
ImageSource? image = glyph.ToImageSource();
SymbolDisplayPartExtensionsConverts Roslyn TaggedText to WPF elements for rich display.
Run run = taggedText.ToRun(isBold: false);
TextBlock block = taggedTexts.ToTextBlock(isBold: false);
GlyphToImageSourceConverter — binds Glyph values to Image.SourceTaggedTextToTextBlockConverter — binds IEnumerable<TaggedText> to display elementsFor a full initialization and editor integration sample, see the samples directory.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0-windows7.0 net8.0-windows7.0 is compatible. net9.0-windows net9.0-windows was computed. net10.0-windows net10.0-windows was computed. |
Showing the top 2 NuGet packages that depend on RoslynPad.Roslyn.Windows:
| Package | Downloads |
|---|---|
|
RoslynPad.Editor.Windows
Provides a Roslyn-based code editor using AvalonEdit (WPF platform) with completion, diagnostics, and quick actions |
|
|
Stride.Assets.Presentation
Package Description |
Showing the top 1 popular GitHub repositories that depend on RoslynPad.Roslyn.Windows:
| Repository | Stars |
|---|---|
|
stride3d/stride
Stride (formerly Xenko), a free and open-source cross-platform C# game engine.
|