dotnet / dotnet/msbuild

Add missing publish properties to core schema file to enable statement completion

Open
#8,573 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.