dotnet / api-docs-sync

Tools for porting documentation from intellisense xmls to api-docs, or from api-docs to triple slash comments.
MIT License
10 stars 16 forks source link

Some constructor DocIDs end with #ctor, the tool must convert them to their full method name #64

Open carlossanlop opened 3 years ago

carlossanlop commented 3 years ago

Otherwise Roslyn will flag it as a potential warning.

carlossanlop commented 3 years ago

Example: https://github.com/dotnet/dotnet-api-docs/blob/580e3992b70bf3477f31af3281aade788e2356c7/xml/System.Buffers/ArrayPool%601.xml#L52