[http-server-csharp] No interfaces and controllers generated when op
s are wrapped inside a namespace
#5125
Labels
Milestone
op
s are wrapped inside a namespace
#5125
I saw this issue when I am trying to generate the petstore: https://github.com/microsoft/typespec/tree/main/packages/samples/specs/petstore
Because of this issue, I removed everything related with templated models (including models and operations), and only models are generated.
FYI, changing
namespace
tointerface
would do the trick. But this does not really make sense, namespace should work just fine.The text was updated successfully, but these errors were encountered: