Pomelo.entityframeworkcore.mysql: XML documentation is not included in the package

Created on 24 Nov 2020  ·  3Comments  ·  Source: PomeloFoundation/Pomelo.EntityFrameworkCore.MySql

Steps to reproduce

Add a reference to the package to a project in an IDE that supports viewing XML documentation, for example, Visual Studio. Use any types of methods provided by the package.

The issue

No XML documentation is available when using this package. This issue costs developers a lot of time trying to figure out how to use the package's public APIs.

Please include the XML documentation files together with the assemblies in the package.

type-investigation

Most helpful comment

@hainguyenthanh Ah, that is correct, we included the XML docs in the major 5.0 upgrade.
I'll add the docs to the 3.2-maint branch as well.

All 3 comments

@hainguyenthanh Looks fine when I try it:

Visual Studio 2019, 16.8.2

image

Rider 2020.3 EAP 8

image

Also, the package itself _does_ contain the necessary XML docs file:

image

So to find out where the issue is, we have to investigate a bit further:

  • For what method do you expect there to be XML documentation available?
  • What IDE are you using?

It might also be helpful, if you can share your project/solution with us.

@lauxjpn I'm using the stable version 3.2.4 and it seems that the XML documentation is not included in this version. The 5.0.0 alpha 2 version does include documentation.

@hainguyenthanh Ah, that is correct, we included the XML docs in the major 5.0 upgrade.
I'll add the docs to the 3.2-maint branch as well.

Was this page helpful?
0 / 5 - 0 ratings