Monaco.Editor 0.3.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.3.0-alpha
NuGet\Install-Package Monaco.Editor -Version 0.3.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.3.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.3.0-alpha
#r "nuget: Monaco.Editor, 0.3.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.3.0-alpha&prerelease

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

A Windows Runtime Component wrapper around the web-based Monaco Editor

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 851 10/27/2021
0.8.1-alpha 8,512 1/16/2019
0.7.0-alpha 11,606 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

Removed access to *DeltaDecorationsAsync*, use *CodeEditor.Decorations* collection instead.  Added Actions, Commands, Model, and Options support.