ClientAPI.NetCore icon indicating copy to clipboard operation
ClientAPI.NetCore copied to clipboard

(fix) generated xml documentation would be included into nuget package

Open fshchudlo opened this issue 7 years ago • 3 comments

fshchudlo avatar Feb 21 '18 07:02 fshchudlo

Hi! As I can see build is failed because of tests execution is too long. Can we do anything with that?

fshchudlo avatar Feb 21 '18 08:02 fshchudlo

I think the correct way to do this is to add the line <GenerateDocumentationFile>true</GenerateDocumentationFile> to the project file instead of the manual copying you have here.

baronfel avatar Apr 04 '18 14:04 baronfel

Actually not. GenerateDocumentationFile option doesn't work well. Also my change is what Visual Studio generated when I've check "Generate XML documentation file" checkbox, not the manual change.

fshchudlo avatar Apr 06 '18 01:04 fshchudlo