dotnet / dotnet/sdk

Stop publishing the Microsoft.NET.Build.Containers package when the SDK is released

Open
#41,703 3 comments 0 reactions 0 assignees View on GitHub
Area-Containers untriaged
Dominant language
C#
Stars
3.2k
Forks
1.3k
PR merge metrics
PR metrics pending

Description

### Is your feature request related to a problem? Please describe.
Now that the containers package is fully integrated into the SDK, there's no reason for the package to be published anymore. In fact, it can lead to end-user errors when they use e.g. an 8.0 SDK and update to the 9.0 version of the package - because the tasks target net9.0 and there's no information for NuGet to see that would _stop_ the package from working on .NET 8, NuGet happily lets users update.

### Describe the solution you'd like
We should stop publishing the package, but continue embedding it into the .NET SDK.
The existing check to warn users to not use the package should be kept.

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.