aspnet / KestrelHttpServer

[Archived] A cross platform web server for ASP.NET Core. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
2.63k stars 528 forks source link

Dependency resolution issues within net framework unit tetst class. #3053

Closed maximburyak closed 5 years ago

maximburyak commented 5 years ago

This issue replicates when referencing nuget package with embedded kestrel dlls from unit test class library, that also references aspnetcore.

Please take a look into this repro repository: https://github.com/maximburyak/EmbeddedProjectsReferenceIssue

maximburyak commented 5 years ago

I think that I made mistake with the repository, it probably should be under dotnet/coreclr : https://github.com/dotnet/coreclr/issues/20606