I cannot figure out how to add my generated XML doc to the NSwag generation process. Is this supported?
XML documentation is currently not supported for .NET Core because reading/writing XML files has changed for .NET Core... I have to check how to implement this feature for .NET Core
If you lead me to the right direction (current XML doc reader source) i could help implementing it.
Its implemented in the NJsonSchema project which is PCL (so you wont have direct access to file/XML apis)..
I think i already found a solution..
Will be fixed tomorrow
Now it works - thank you.
Most helpful comment
See https://github.com/NJsonSchema/NJsonSchema/wiki/XML-Documentation