aspnet / Hosting

[Archived] Code for hosting and starting up an ASP.NET Core application. Project moved to https://github.com/aspnet/Extensions and https://github.com/aspnet/AspNetCore
Apache License 2.0
552 stars 312 forks source link

Shorten shared sources for MAX_PATH issue on VSTS #1502

Closed HaoK closed 6 years ago

HaoK commented 6 years ago

@natemcmaster

I believe EFCore is the only other place that uses this package, MVC has a reference to WebHostBuilderFactory but it gets that reference thru TestHost I think

natemcmaster commented 6 years ago

To get the EF Core repo to pass, you can push these changes to a feature/* branch. This should create a build of the package with the new name and upload to myget. In EF, you can change the deps.props file to the version created from your feature branch.

natemcmaster commented 6 years ago

Also, this should probably target release/2.2 instead of master. The EF PR targets release/2.2

HaoK commented 6 years ago

Replaced by https://github.com/aspnet/Hosting/pull/1505