Markus Bernhardt
Markus Bernhardt
Could you please add the condition **!x.IsAbstract()** in CommandRegistry: ``` public ICommandRegistry Discover(params Assembly[] assemblies) { Type commandHandlerBase = typeof(ICommandHandlerBase); foreach (Assembly assembly in assemblies) { Type[] handlers = assembly.GetTypes().Where(x...
# Added OpenAPI Functionality **OpenApiIgnore** Ignore this HttpFunction with all specified HttpMethods in all OpenAPI documents ```c# http.HttpFunction(HttpMethod.Post) .OpenApiIgnore() ``` **InjectResource** Inject a resource file into the via the openapi...
We use our custom HttpResponseHandler to format all HTTP responses according to our API. This does not work at the moment for invalid requests to the API.
We are currenlty thinking about starting a confidential computing project. Teaclave java seems to be the perfect match, but on the other hand the development seems to be cut off...