Monaco.Editor 0.9.0-beta

This is a prerelease version of Monaco.Editor.
dotnet add package Monaco.Editor --version 0.9.0-beta
NuGet\Install-Package Monaco.Editor -Version 0.9.0-beta
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.9.0-beta" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Monaco.Editor --version 0.9.0-beta
#r "nuget: Monaco.Editor, 0.9.0-beta"
#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.9.0-beta&prerelease

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

v0.9 - 10/27/2021 Updated Monaco Reference to v0.21.3 Add CodeAction Language Service Support Add CodeLens Language Sergvice Support (onDidChange not supported) Add ColorProvider Language Service Support Add FindMatches Model Methods Moved WebView out-of-process Expose ReadOnly property Fix broken Snippet function Optimized Decoration Style generation Sync CodeLanguage and Options.Language, HasGlyphMargin and Options.GlyphMargin Note: Marked LanguagesHelper Obsolete, use .Languages.* instead. Fixes for #41, #49, #58, #60, #62 Added Converter Script to Repo to Generate Typings from Monaco, thanks to @hez2010 for the tool! Breaking Changes:

The CssStyle classes for IModelDecorationOptions have been changed from SolidColorBrush to Nullable<Color> and support alpha The CommandHandler delegate has changed to accept arguments to Commands. Use StandaloneEditorConstructionOptions for Options instead of IEditorConstructionOptions CompletionItem constructor has changed Snippets need InsertTextRules property set to InsertAsSnippet Use HoverProvider interface instead of original delegate IUri has been renamed to Uri (see another Future Break #33) Rename IsLoaded to IsEditorLoaded CssStyleBroker made internal #42

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 857 10/27/2021
0.8.1-alpha 8,657 1/16/2019
0.7.0-alpha 11,709 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

FindMatches support, more provider features: CodeAction, CodeLens, ColorProvider.