You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 19, 2018. It is now read-only.
@pranavkm: I found another interesting wrinkle to this issue. If I use dotnet new api rather than dotnet new mvc, then the refs folder is also included in the output of dotnet publish. Repro steps:
> mkdir api
> cd api
> dotnet new api
> dotnet publish
> dir /b /ad bin\Debug\netcoreapp2.1\publish
refs
pranavkm
changed the title
dotnet build includes a refs directory containing all binaries from the shared fx
dotnet publish includes refs directory when no views are compiled
Apr 11, 2018
Repurposing original issue since that's external. This is a regression compared to 2.0.0
Original issue
dotnet new mvc
dotnet build
There's a refs directory in the
bin\debug\netcoreapp2.1
directory containing a slew of files fromMicrosoft.NETCore.App
andMicrosoft.AspNetCore.App
.The text was updated successfully, but these errors were encountered: