api-doc-tools icon indicating copy to clipboard operation
api-doc-tools copied to clipboard

<AssemblyVersion> missing in <AssemblyInfo> tag

Open TianqiZhang opened this issue 6 years ago • 2 comments

Take M:System.Data.SqlClient.SqlDataReader.GetColumnSchema for example, you can see in its ECMAXML file, there's a assembly info tag that does not have any versions at all:

      <AssemblyInfo>
        <AssemblyName>System.Data</AssemblyName>
      </AssemblyInfo>

TianqiZhang avatar Dec 24 '18 01:12 TianqiZhang

This will probably be mitigated in #373, but leaving open to verify

joelmartinez avatar Aug 02 '19 21:08 joelmartinez

I've opened a separate internal issue for this particular item. /cc @mimisasouvanh

joelmartinez avatar Jan 16 '20 16:01 joelmartinez