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

Before ![image](https://github.com/mhutch/MonoDevelop.MSBuildEditor/assets/5714438/c620d1b1-a018-4e04-862e-a367dbd4240b) After ![image](https://github.com/mhutch/MonoDevelop.MSBuildEditor/assets/5714438/9e8259ce-3ed8-4a4a-9c5b-e94a3508e37c)

It would be nice if we could have assembly autocompletion for the InternalsVisibleTo element, populated with all the assemblies in the current solution. ```xml ```

workspace

would be nice to let people know that ‘$(A)’ == ‘true’ all quotes are redundant

enhancement

Trying the tool, and seeing too many properties, a lot of them inferred (and not relevant, for example for the SDK here: https://github.com/rr-wfm/MSBuild.Sdk.SqlProj/tree/master/src/MSBuild.Sdk.SqlProj/Sdk ) Will the precense of a .buildschema.json...

I used to use the [ProjFileTools ](https://github.com/dotnet/ProjFileTools) extension, but it is no longer maintained. Today, I saw your extension on the [developer blog](https://devblogs.microsoft.com/visualstudio/experimental-msbuild-editor/). First of all, thank you for your...

When a property defined in a csproj is referenced in the Directory.Build.targets file, it still gets marked as unused in the csproj. As this is the opposite direction of the...

Once I added the extension, I was no longer able to format my csproj files.

enhancement

I love being able to see typeahead for ``s but it's not showing ones from my company's internal nuget source, only nuget.org it seems. Is it possible for it query...

Love the extension, but it's throwing quite a number of issues in Maui projects. Mostly the "not used and not referenced" variety, though it also thinks the valid guid is...

When editing a Directory.Build.props, it should be edited in the context of being imported by one of the project files in the directory cone (or ideally, with context from all...

enhancement