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.
我有一个 .Net Core 项目,其中包含使用 Swagger (Nswag) 生成的多个 API。我还有一些项目包含在多个 API 中使用但未生成的共享类。
现在我想要一个生成的控制器方法返回一个类型的对象,该对象在这些模型项目之一中指定并由我自己编写(不是由 Swagger 生成)
这甚至可能吗?如果可以,我该如何实现?
您可以从生成中排除一些 dto(我认为它是 ExcludedTypes 设置)并在您的命名空间中添加一个 using(AdditionalNamespaceUsages)