Alek Davis
Alek Davis
You can exclude the `Cache` folder, but it is important: it stores all of you custom configurations. You can exclude it as a troubleshooting step (to see if it may...
OK. Also, run it with the `-RawOutput` switch. Maybe it will give us additional info from 7zip.
I assume this issue was resolved. If not, reopen it.
@martincostello I'm surprise it has not been reported before (at least, I couldn't find any issues with a similar description). Seems like an important omission.
@jgarciadelanoceda Ah, sweet, I added a call to `UseAllOfToExtendReferenceSchemas();` and it worked:  Thanks a lot. I have not seen this one mentioned anywhere, so didn't know it was needed.
Ugh, it worked in the sample project, but not in my actual app. Not sure what the difference is. Here is my code snippet: ```cs // The filter only applies...
Thanks @jgarciadelanoceda. I am totally puzzled: my minimal app works fine, my actual app does not, but the actual app uses a common library for setting up Swagger and another...
Even more bizarre: I checked other complex properties and they have the correct documentation from the XML comments of the properties (not classes). For some reason, it's just one `meta`...
@jgarciadelanoceda Okay, I think I figured it out. Here is what happens: - A common project builds a DLL with shared classes. Say, the output DLL and XML files are...
@jgarciadelanoceda I implemented a workaround by sorting the XML documentation files in the order of their create dates (the logic here is that the shared files will most likely have...