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

Fix

上级 c3e50fb0
......@@ -45,7 +45,7 @@ public bool Equals(DefinitionProject other)
_assemblyName == other._assemblyName;
public override int GetHashCode()
=> HashCode.Combine(_sourceProjectId, _assemblyName);
=> Hash.Combine(_sourceProjectId, _assemblyName.GetHashCode());
}
private readonly struct DependentProject : IEquatable<DependentProject>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册