Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Add more packages to cache #197

Merged
merged 1 commit into from
Apr 24, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions packages/packages.csv
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Microsoft.AspNetCore.Mvc.Localization,ship,include
Microsoft.AspNetCore.Mvc.Razor,ship,include
Microsoft.AspNetCore.Mvc.Razor.Extensions,ship,include
Microsoft.AspNetCore.Mvc.RazorPages,ship,include
Microsoft.AspNetCore.Mvc.Razor.ViewCompilation,ship,exclude
Microsoft.AspNetCore.Mvc.Razor.ViewCompilation,ship,include
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't have any runtime components. Are we just using this as a way to get the package in the .All package now?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Marking as ship,include for now since it should be in the metapackage. This functionally does not affect anything right now but we should revisit what these fields mean. ship vs no-ship, include in metapackage vs not, include in cache vs not.

Microsoft.AspNetCore.Mvc.TagHelpers,ship,include
Microsoft.AspNetCore.Mvc.ViewFeatures,ship,include
Microsoft.AspNetCore.Mvc.WebApiCompatShim,ship,include
Expand Down Expand Up @@ -119,24 +119,24 @@ Microsoft.Data.Sqlite,ship,include
Microsoft.Data.Sqlite.Core,ship,include
Microsoft.DotNet.Watcher.Tools,ship,exclude
Microsoft.EntityFrameworkCore,ship,include
Microsoft.EntityFrameworkCore.Design,ship,exclude
Microsoft.EntityFrameworkCore.Design,ship,include
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Microsoft.EntityFrameworkCore.InMemory,ship,include
Microsoft.EntityFrameworkCore.Relational,ship,include
Microsoft.EntityFrameworkCore.Relational.Design,ship,exclude
Microsoft.EntityFrameworkCore.Relational.Design,ship,include
Microsoft.EntityFrameworkCore.Relational.Design.Specification.Tests,ship,exclude
Microsoft.EntityFrameworkCore.Relational.Specification.Tests,ship,exclude
Microsoft.EntityFrameworkCore.Specification.Tests,ship,exclude
Microsoft.EntityFrameworkCore.Sqlite,ship,include
Microsoft.EntityFrameworkCore.Sqlite.Core,ship,include
Microsoft.EntityFrameworkCore.Sqlite.Design,ship,exclude
Microsoft.EntityFrameworkCore.Sqlite.Design,ship,include
Microsoft.EntityFrameworkCore.SqlServer,ship,include
Microsoft.EntityFrameworkCore.SqlServer.Design,ship,exclude
Microsoft.EntityFrameworkCore.SqlServer.Design,ship,include
Microsoft.EntityFrameworkCore.Tools,ship,exclude
Microsoft.EntityFrameworkCore.Tools.DotNet,ship,exclude
Microsoft.Extensions.ActivatorUtilities.Sources,noship,exclude
Microsoft.Extensions.Caching.Abstractions,ship,include
Microsoft.Extensions.Caching.Memory,ship,include
Microsoft.Extensions.Caching.Redis,ship,exclude
Microsoft.Extensions.Caching.Redis,ship,include
Microsoft.Extensions.Caching.SqlConfig.Tools,ship,exclude
Microsoft.Extensions.Caching.SqlServer,ship,include
Microsoft.Extensions.ClosedGenericMatcher.Sources,noship,exclude
Expand Down Expand Up @@ -196,7 +196,7 @@ Microsoft.Extensions.WebSockets.Internal,noship,exclude
Microsoft.Net.Http.Headers,ship,include
Microsoft.Owin.Security.Interop,ship,exclude
Microsoft.VisualStudio.LanguageServices.Razor,noship,exclude
Microsoft.VisualStudio.Web.BrowserLink,ship,exclude
Microsoft.VisualStudio.Web.BrowserLink,ship,include
Microsoft.VisualStudio.Web.CodeGeneration,ship,exclude
Microsoft.VisualStudio.Web.CodeGeneration.Contracts,ship,exclude
Microsoft.VisualStudio.Web.CodeGeneration.Core,ship,exclude
Expand Down