Skip to content

dotnet store does not work in 3.0 #2914

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
dsplaisted opened this issue Feb 7, 2019 · 2 comments
Closed

dotnet store does not work in 3.0 #2914

dsplaisted opened this issue Feb 7, 2019 · 2 comments
Assignees
Labels
Milestone

Comments

@dsplaisted
Copy link
Member

The runtime package store feature was used for ASP.NET Core in .NET Core 2.0, but was replaced by a shared framework for ASP.NET Core in 2.1.

Using the dotnet store command, it's also possible to create your own runtime store. However, this has been a bit of a bug farm in .NET Core 3.0 (with all of the framework composition changes). So we may want to remove support for creating a runtime store in the .NET Core 3 SDK.

@nguerrera
Copy link
Contributor

We're not dropping this. I will work on fixing it.

@nguerrera nguerrera assigned nguerrera and unassigned livarcocc Mar 12, 2019
@nguerrera nguerrera changed the title Decide whether to remove support for dotnet store dotnet store does not work in 3.0 Mar 12, 2019
@nguerrera
Copy link
Contributor

Fixed by #3345

wli3 pushed a commit that referenced this issue Feb 7, 2020
…build 20190916.1 (#2914)

- Microsoft.NET.Sdk.Razor - 5.0.0-alpha1.19466.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants