Skip to content

Document implicit package references #6482

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
natemcmaster opened this issue Jul 16, 2018 · 2 comments
Closed

Document implicit package references #6482

natemcmaster opened this issue Jul 16, 2018 · 2 comments
Labels
won't fix Issues that were closed as part of automated backlog grooming

Comments

@natemcmaster
Copy link
Contributor

The .NET Core SDK currently has a link in its warnings/errors which point to https://aka.ms/sdkimplicitrefs. This redirects to https://github.com/dotnet/core/blob/master/release-notes/1.0/sdk/1.0-rc3-implicit-package-refs.md. We should move this content into docs and polish it up.

Also, assuming we end up merging dotnet/sdk#2394, we should also document RuntimeFrameworkName and its usage with ASP.NET Core 2.1 projects.

Requests for new Topics

  1. Tell us where this topic should go in the Table of Contents.

  2. Write an abstract

    The .NET Core SDK will add package references to .NET Core and .NET Standard projects which are required to compile for and run on .NET Core. These package references are used as a way to distribute binaries required for the C# compiler and also for self-contained deployment. Generally speaking, these package references do not need to appear in a project file (*.csproj). They are implied by using the TargetFramework and RuntimeFrameworkName properties. The version of these packages is inferred by the SDK based on the version of .NET Core targeted by the project.

  3. Fill in an outline

    • How to implicit package reference work
    • Resolve warning NETSDK1023
    • Resolve warning NETSDK1071
    • Specifying a version for implicit package references
    • Disabling implicit package references
  4. Suggest reviewers

    cc @dsplaisted @nguerrera

@mairaw
Copy link
Contributor

mairaw commented Jul 17, 2018

Thanks @natemcmaster. The Packages, metapackages and frameworks topic has been on the list to be updated for a while now. It needs to be revised since we haven't updated it for 2.0+. Once we're ready to start on this, our team will sync with you on the direction this should take.

@BillWagner BillWagner added this to the March 2020 milestone Mar 2, 2020
@tdykstra tdykstra added P3 and removed P1 labels Mar 5, 2020
@BillWagner BillWagner removed this from the March 2020 milestone Mar 31, 2020
@dotnet-bot
Copy link
Contributor

This issue has been closed as part of the issue backlog grooming process outlined in #22351.

That automated process may have closed some issues that should be addressed. If you think this is one of them, reopen it with a comment explaining why. Tag the @dotnet/docs team for visibility.

@dotnet-bot dotnet-bot added the won't fix Issues that were closed as part of automated backlog grooming label Jan 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
won't fix Issues that were closed as part of automated backlog grooming
Projects
None yet
Development

No branches or pull requests

7 participants