Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

alespour
Copy link
Contributor

@alespour alespour commented May 17, 2024

Closes #574

Proposed Changes

Changes project files for Client, Client.Core, Client.Linq and Client.Legacy to generate XML documentation and include it in nuget packages.

Installed packages before:

./packages/influxdb.client/4.15.0/lib/netstandard2.1/InfluxDB.Client.dll
./packages/influxdb.client/4.15.0/lib/netstandard2.0/InfluxDB.Client.dll
...

After changes:

./packages/influxdb.client/4.15.0-dev/lib/netstandard2.1/InfluxDB.Client.xml
./packages/influxdb.client/4.15.0-dev/lib/netstandard2.1/InfluxDB.Client.dll
./packages/influxdb.client/4.15.0-dev/lib/netstandard2.0/InfluxDB.Client.xml
./packages/influxdb.client/4.15.0-dev/lib/netstandard2.0/InfluxDB.Client.dll
...

image

Checklist

  • CHANGELOG.md updated
  • Rebased/mergeable
  • A test has been added if appropriate
  • dotnet test completes successfully
  • Commit messages are conventional

@alespour alespour force-pushed the chore/nuget-doc branch 2 times, most recently from a1e0cc5 to d1f746c Compare May 17, 2024 10:55
@alespour alespour marked this pull request as ready for review May 17, 2024 11:09
@alespour alespour requested review from bednar and removed request for bednar May 17, 2024 11:10
@alespour alespour marked this pull request as draft May 17, 2024 11:27
@alespour alespour marked this pull request as ready for review May 17, 2024 11:51
Copy link
Contributor

@bednar bednar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Q: Why are documentation files not generated?
2 participants