Only “Hello” is listed under “APIs” when I navigate to my project/ui. How can I get my Services to show here?
BTW, my DTOs are decorated with [Authenticate] so maybe that is why
Only the impl-free Declarative Auth Validation Attributes should be annotated on Request DTOs so they don’t reference any implementation assemblies like the [Authenticate]
Request Filter attribute which can be annotated on Service Implementations.
All Services should show up on API Explorer /ui/
what does your Service Implementation look like?