dotnet / sdk-container-builds

Libraries and build tooling to create container images from .NET projects using MSBuild
https://learn.microsoft.com/en-us/dotnet/core/docker/publish-as-container
MIT License
176 stars 30 forks source link

Add Container MSBuild Properties to the MSBuild XSD #502

Open baronfel opened 9 months ago

baronfel commented 9 months ago

MSBuild has an Xml Schema Definition file in its repo that can be used by editors to perform some basic auto-completion/validation. We should add our properties to it in some way to establish a basline of discoverability for end users.

We should also consider what better integration with @mhutch's Language Service would look like.