Open aminparsa18 opened 2 years ago
Is it possible to have a base endpoint class with custom attributes like:
[Produces("application/x-msgpack")] [Consumes("application/x-msgpack")] public class CustomEndpointBase : EndpointBaseAsync { }
Is it possible to have a base endpoint class with custom attributes like:
[Produces("application/x-msgpack")] [Consumes("application/x-msgpack")] public class CustomEndpointBase : EndpointBaseAsync { }