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 has been archived by the owner on Dec 14, 2018. It is now read-only.
Based on offline discussions with @davidfowl and @rynowak , the plan is to modify ICompilationLibrariesProvider to not expose CompilationLibrary instances instead returning a list of paths to reference assemblies.
An additional follow up was to return the assembly path in the event the assembly was compiled without preserveCompilationContext. This will unblock csproj based class library scenarios which do not have deps record.
The text was updated successfully, but these errors were encountered:
pranavkm
changed the title
Modify ICompilationLibrariesProvider to remove a sequence of reference path strings
Modify ICompilationLibrariesProvider to return a sequence of reference path strings
May 25, 2016
Based on offline discussions with @davidfowl and @rynowak , the plan is to modify
ICompilationLibrariesProvider
to not exposeCompilationLibrary
instances instead returning a list of paths to reference assemblies.An additional follow up was to return the assembly path in the event the assembly was compiled without
preserveCompilationContext
. This will unblock csproj based class library scenarios which do not have deps record.The text was updated successfully, but these errors were encountered: