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 was archived by the owner on Dec 18, 2017. It is now read-only.
When a relative project path from lock file can't locate the project reference, the ProjectDependencyProvider returns a null. It then cause a NullRef later in ApplicaitonHostContext initialization.
When a relative project path from lock file can't locate the project reference, the
ProjectDependencyProvider
returns anull
. It then cause a NullRef later inApplicaitonHostContext
initialization.Instead it should be marked as unresolved.
https://github.com/aspnet/dnx/blob/dev/src/Microsoft.Dnx.Runtime/DependencyManagement/ProjectDependencyProvider.cs#L22
https://github.com/aspnet/dnx/blob/dev/src/Microsoft.Dnx.Runtime/ApplicationHostContext.cs#L199
https://github.com/aspnet/dnx/blob/dev/src/Microsoft.Dnx.Runtime/ApplicationHostContext.cs#L63
The text was updated successfully, but these errors were encountered: