Jiang Yingxin

Results 5 comments of Jiang Yingxin

+1, I have the same error. I believe that we could either set `sourcemap: false` in rollup.config.ts or include `files: src` in `package.json`, but I'm not sure which one would...

Thanks @martincostello, I've rebased against your latest master branch. Edit: apologies, I've realised that the build is failing, I'll look into it when I have another chance.

Hello, please see the linked PR https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2565 that adds support for the `TagsAttribute` - let me know if this would be helpful for resolving your issue, or if you had...

Duplicate of #8273 - please see my comment on that issue for a potential workaround.

I have just opened a PR #2565 that would fix this issue by adding all Controller tags to the root tags object, not just tags with description, please let me...