MonoDevelop.MSBuildEditor
MonoDevelop.MSBuildEditor copied to clipboard
Improved MSBuild editing support
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...
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`...
```xml net10.0 ```
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 [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this...