Temporarily remove compiling against non roslyn project references
This commit is contained in:
parent
955b45f995
commit
088bcac028
|
|
@ -233,6 +233,8 @@ namespace Microsoft.AspNet.Mvc.Razor.Compilation
|
|||
return CreateMetadataFileReference(fileMetadataReference.Path);
|
||||
}
|
||||
|
||||
/*
|
||||
TODO: Bring this back once we fix https://github.com/aspnet/dnx/issues/922
|
||||
var projectReference = metadataReference as IMetadataProjectReference;
|
||||
if (projectReference != null)
|
||||
{
|
||||
|
|
@ -243,6 +245,7 @@ namespace Microsoft.AspNet.Mvc.Razor.Compilation
|
|||
return MetadataReference.CreateFromImage(ms.ToArray());
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
throw new NotSupportedException();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue