Add missing publish properties to core schema file to enable statement completion
Open
triaged
- Dominant language
- C#
- Stars
- 5.5k
- Forks
- 1.5k
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 133
Description
The [schema file](https://github.com/dotnet/msbuild/blob/main/src/MSBuild/MSBuild/Microsoft.Build.CommonTypes.xsd#L2362-L2393) should be updated to include definitions for the various missing publish-related properties so that they appear in IntelliSense in Visual Studio, etc. when editing .csproj files.
- `PublishRelease`
- `PublishSelfContained`
- `PublishIISAssets`
- `TrimMode`
- `StripSymbols`
Any others @richlander @baronfel?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.