Monaco.Editor 0.7.0-alpha

This is a prerelease version of Monaco.Editor.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Monaco.Editor --version 0.7.0-alpha
NuGet\Install-Package Monaco.Editor -Version 0.7.0-alpha
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Monaco.Editor" Version="0.7.0-alpha" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Monaco.Editor --version 0.7.0-alpha
#r "nuget: Monaco.Editor, 0.7.0-alpha"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Monaco.Editor as a Cake Addin
#addin nuget:?package=Monaco.Editor&version=0.7.0-alpha&prerelease

// Install Monaco.Editor as a Cake Tool
#tool nuget:?package=Monaco.Editor&version=0.7.0-alpha&prerelease

v0.7 - 07/22/2018

  • Breaking: IModelDecorationOptions now uses IMarkdownString for both HoverMessage and GlyphMarginHoverMessage to reflect change in Monaco API. A convenience string and string[] extension ToMarkdownString has been provided. Fixes #22.
  • Updated Monaco Reference to v0.13.0
  • Added initial Language Provider APIs
    • CompletionItem (IntelliSense, Snippets, etc...)
    • Hover
  • Added install-dependencies.ps1 script to pull down required Monaco reference.
  • Test app loads content from file now and provides info on things to try.
Product Compatible and additional computed target framework versions.
Universal Windows Platform uap was computed.  uap10.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on Monaco.Editor:

Repository Stars
CommunityToolkit/WindowsCommunityToolkit
The Windows Community Toolkit is a collection of helpers, extensions, and custom controls. It simplifies and demonstrates common developer tasks building .NET apps with UWP and the Windows App SDK / WinUI 3 for Windows 10 and Windows 11. The toolkit is part of the .NET Foundation.
Esri/arcgis-maps-sdk-dotnet-samples
Sample code for ArcGIS Maps SDK for .NET – WPF, WinUI, .NET MAUI
Version Downloads Last updated
0.9.0-beta 855 10/27/2021
0.8.1-alpha 8,573 1/16/2019
0.7.0-alpha 11,649 7/23/2018
0.5.0-alpha 3,396 11/14/2017
0.4.0-alpha 721 11/14/2017
0.3.0-alpha 1,834 8/21/2017

Added Hover and CustomItem Providers.