提交 cb3512f8 编写于 作者: C Cyrus Najmabadi

Allow indices to be stored for .net assemblies.

上级 7416eb7b
......@@ -13,7 +13,7 @@ internal class AssemblySerializationInfoService : IAssemblySerializationInfoServ
{
public bool Serializable(Solution solution, string assemblyFilePath)
{
if (assemblyFilePath == null || !File.Exists(assemblyFilePath) || !ReferencePathUtilities.PartOfFrameworkOrReferencePaths(assemblyFilePath))
if (assemblyFilePath == null || !File.Exists(assemblyFilePath))
{
return false;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册