serilog-contrib / serilog-enrichers-clientinfo

Enrich logs with client IP, correlation id and HTTP request headers.
MIT License
93 stars 20 forks source link

XML Documentation not included in nuget package. #15

Closed Banner-Keith closed 1 year ago

Banner-Keith commented 1 year ago

I see XML documentation in the source here, but it doesn't show up in the published nuget packages.

Should be as simple as adding this to the csproj file:

<GenerateDocumentationFile>True</GenerateDocumentationFile>

mo-esmp commented 1 year ago

Hey Banner, thanks for reporting that. For the next release, I will add it.