Skip to content
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

Create a prototype of Microsoft.AspNetCore.App.RefOnly #25

Merged
merged 2 commits into from Jun 14, 2018

Conversation

natemcmaster
Copy link
Contributor

Prototype what it would look like for aspnetcore to follow the pattern set by Microsoft.NETCore.App. Differences between Microsoft.AspNetCore.App.RefOnly and Microsoft.AspNetCore.App

  • The package only contains reference assemblies in ref/netcoreapp2.1/
  • The package does not have dependencies
  • There are not implementation binaries in lib/

@mikeharder do you have tools to do perf testing? @davidfowl want to know the impact of having few packages in the restore graph.

cc @muratg

Prototype what it would look like for aspnetcore to follow the pattern set by Microsoft.NETCore.App. Differences between Microsoft.AspNetCore.App.RefOnly and Microsoft.AspNetCore.App

* The package only contains reference assemblies in ref/netcoreapp2.1/
* The package does not have dependencies
* There are not implementation binaries in lib/
@davidfowl
Copy link
Member

Awesome @natemcmaster. Lets sit down tomorrow and try some things.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants