Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 NSwagStudio(工具链 v10.1.6309.31527)并为 2.0 版和模板 = angular 生成一个 TypeScript 客户端。
有没有办法配置结果不被像 return Observable.of(result200); 一样包装?
我只想像以前的版本(v9.12.6284.27589)一样。像 return result200;
提前致谢。
您可以使用 UseTransformResultMethod 设置在客户端返回结果之前对其进行转换。
https://github.com/NSwag/NSwag/issues/721