-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Microsoft.Extensions.HostFactoryResolver project is not building #103553
Comments
Tagging subscribers to this area: @dotnet/area-extensions-hosting |
It's a source package, the source is built by the tests: Line 7 in 7e977dc
Perhaps the problem here is that the test is disabling some warnings that EFCore and ASPNETCore care about? Maybe you could suggest what changes to make to the test that would match how EFCore and ASPNETCore consume it? We're not so much a fan of this package living in runtime - it's only here because it's a place for EFCore and ASPNETCore to share code. cc @halter73 |
|
Microsoft.Extensions.HostFactoryResolver project is located in runtime but excluded from runtime build. it is built as part of efcore and aspnetcore. if there was a problem with the code being merged it goes undetected (#102152) and blocks the code flow (#103523, #103546).
@ViktorHofer @ericstj
The text was updated successfully, but these errors were encountered: