Monaco.Editor
0.8.1-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.
See the version list below for details.
dotnet add package Monaco.Editor --version 0.8.1-alpha
NuGet\Install-Package Monaco.Editor -Version 0.8.1-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.8.1-alpha" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Monaco.Editor --version 0.8.1-alpha
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Monaco.Editor, 0.8.1-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.8.1-alpha&prerelease // Install Monaco.Editor as a Cake Tool #tool nuget:?package=Monaco.Editor&version=0.8.1-alpha&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
v0.8.1 - 01/15/2019
- Revert min target back to 14393
- Change Dependencies back
v0.8 - 01/15/2019
- Updated min target to 16299.
- Add more inline decoration style properties.
- Add SetPositionAsync. Fixes #24.
- Update NuGet dependencies
- Work for .NET Native
- Changed returns from IWordAtPosition to WordAtPosition for now for .NET Native.
Product | Versions 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.
-
- Newtonsoft.Json (>= 10.0.3)
- Nito.AsyncEx (>= 5.0.0-pre-05)
- ObservableVector (>= 2.1.0)
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 | 975 | 10/27/2021 |
0.8.1-alpha | 9,460 | 1/16/2019 |
0.7.0-alpha | 12,495 | 7/23/2018 |
0.5.0-alpha | 3,420 | 11/14/2017 |
0.4.0-alpha | 740 | 11/14/2017 |
0.3.0-alpha | 1,849 | 8/21/2017 |
Minor fixes, better .NET Native support.