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.
<PackageVersion Include="Monaco.Editor" Version="0.3.0-alpha" />
                    
Directory.Packages.props
<PackageReference Include="Monaco.Editor" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version 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.
#:package Monaco.Editor@0.3.0-alpha
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Monaco.Editor&version=0.3.0-alpha&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Monaco.Editor&version=0.3.0-alpha&prerelease
                    
Install as a Cake Tool

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
ARCHIVE - New Repo: https://aka.ms/toolkit/windows
dotnet/XAMLStudio
XAML Studio is a rapid prototyping tool for WinUI-based XAML that can then be easily copied into Visual Studio!
Version Downloads Last Updated
0.9.0-beta 1,541 10/27/2021
0.8.1-alpha 10,631 1/16/2019
0.7.0-alpha 13,985 7/23/2018
0.5.0-alpha 4,267 11/14/2017
0.4.0-alpha 1,545 11/14/2017
0.3.0-alpha 2,712 8/21/2017

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