MonoDevelop
Перейти к файлу
Matt Ward d6531e17b0 Disable NuGet package push
NuGet package push is failing. Upload the .nupkg files as
pipeline artifacts instead.

Also switch to NuGetAuthenticate@1 since version 0 is
deprecated.
2024-02-16 16:24:26 +00:00
.config Add CredScan and PoliCheck 2023-08-16 14:47:16 +01:00
.github/workflows Disable tests 2022-03-04 11:30:14 -08:00
Core Fix comment 2023-08-23 11:40:01 +01:00
Editor Use NBGV for package versioning 2022-08-05 09:22:33 -07:00
SuppressionFiles Add PoliCheck suppressions 2023-08-23 12:30:37 +01:00
Tests Revert "Set DisableNerdbankGitVersioningInMiniEditor=true on the MiniEditor.csproj ProjectReference" 2021-08-12 17:19:30 -07:00
external Bump MiniEditor 2021-04-17 18:42:38 -07:00
.editorconfig Add the same .editorconfig as in MonoDevelop.MSBuildEditor. 2020-01-31 18:18:10 -08:00
.gitattributes Normalize line endings 2019-02-07 20:15:12 -05:00
.gitignore .gitignore .binlogs 2020-01-10 11:38:52 -08:00
.gitmodules Fix submodule URL. 2020-11-11 20:11:43 -08:00
Directory.Build.props Use NBGV for package versioning 2022-08-05 09:22:33 -07:00
LICENSE Import Roslyn support code for Highlight References 2019-07-04 00:18:38 -04:00
MonoDevelop.Xml.sln Remove the VSMac project. 2020-05-16 11:11:04 -07:00
NuGet.Config Switch to VSMac feed 2022-08-05 09:35:05 -07:00
README.md Update the README 2019-06-17 15:34:00 -04:00
build.yml Disable NuGet package push 2024-02-16 16:24:26 +00:00
compliance.yaml Merge pull request #12 from xamarin/dev/mrward/fix-policheck 2023-08-23 16:28:59 +01:00
private.snk Strong-name the assemblies 2019-10-12 18:01:40 -07:00
version.json Use NBGV for package versioning 2022-08-05 09:22:33 -07:00

README.md

MonoDevelop.Xml

This is the XML language service from MonoDevelop. It has been extracted and the MonoDevelop dependencies have been removed. The parser has no external dependencies, and the code completion has been ported to the Visual Studio Editor core.

Port Status

Complete

  • Parser

In Progress

  • Completion

TODO

  • Formatting
  • Settings
  • Indenter

Build Status

Status Platform Runtimes
Build Status Linux Mono
Build status Windows .NET Framework