Closed phenning closed 7 years ago
Do we also want this for WebAPI?
@DamianEdwards
Nit: Microsoft.EntityFrameworkCore.Design
, Microsoft.EntityFrameworkCore.SqlServer.Design
& Microsoft.EntityFrameworkCore.Tools
should have PrivateAssets="All"
so they don't get published.
Nit: Microsoft.EntityFrameworkCore.Design, Microsoft.EntityFrameworkCore.SqlServer.Design & Microsoft.EntityFrameworkCore.Tools should have PrivateAssets="All" so they don't get published.
Oh right. That's true for Microsoft.AspNetCore.Mvc.Razor.ViewCompilation
too.
Oh wait, this isn't an MSBuild file... 😁 Ignore that if it doesn't make sense here.
We should actually add PrivateAsset in this case. I'll need to update the rules engine to support it. Will update PR.
@joeloff @pranavkm @mlorbetske
Razor Precompilation package + other updates.