MonoDevelop.MSBuildEditor icon indicating copy to clipboard operation
MonoDevelop.MSBuildEditor copied to clipboard

Improved MSBuild editing support

Results 100 MonoDevelop.MSBuildEditor issues
Sort by recently updated
recently updated
newest added

I recently reinstalled Windows and have only .NET SDK 9.0.100-rc.2 installed (no 8 SDK). Trying to load a project in VSCode I get ``` Failed to find dotnet info from...

When using central package management, it would be really useful to have some way to navigate between a `PackageReference` and the corresponding `PackageVersion`. Not sure if this would semantically map...

enhancement
help wanted
central-package-management

When using central package management, it would be great to have a code action to add a `PackageVersion` from a `PackageReference` when the `PackageReference` does not have a matching `PackageVersion`...

enhancement
help wanted
central-package-management

The MSBuild task has hardcoded support for this, if you set `Properties` on a `ProjectReference` the properties will get passed as global properties to the project being built: https://github.com/dotnet/msbuild/blob/8636afcc4514b48a1a34c8051a00d953abe1318c/src/Tasks/MSBuild.cs#L517-L528 We...

If the cursor is inside an attribute's quotes and you type an ampersand and any other character following it (to put in an XML-escaped entity), the below exception occurs. Ignoring...

Fixes build & run w/ current runtime versions

When selecting a value from the auto-complete list, like a package version for "PackageReference", it fills the selected value in front of the cursor. But when the cursor is placed...

Bumps [tar-fs](https://github.com/mafintosh/tar-fs) from 2.1.1 to 2.1.2. Commits d97731b 2.1.2 fd1634e symlink tweak from main See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tar-fs&package-manager=npm_and_yarn&previous-version=2.1.1&new-version=2.1.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this...

dependencies
javascript