docker_images/csharp/wrapper/src/Controllers/DeviceApi.cs (32 lines): - line 49: //TODO: Uncomment the next line to return response 200 or use other options such as return this.NotFound(), return this.BadRequest(..), ... - line 58: //TODO: Change the data returned - line 74: //TODO: Uncomment the next line to return response 200 or use other options such as return this.NotFound(), return this.BadRequest(..), ... - line 96: //TODO: Uncomment the next line to return response 200 or use other options such as return this.NotFound(), return this.BadRequest(..), ... - line 105: //TODO: Change the data returned - line 125: //TODO: Uncomment the next line to return response 200 or use other options such as return this.NotFound(), return this.BadRequest(..), ... - line 134: //TODO: Change the data returned - line 152: //TODO: Uncomment the next line to return response 200 or use other options such as return this.NotFound(), return this.BadRequest(..), ... - line 161: //TODO: Change the data returned - line 177: //TODO: Uncomment the next line to return response 200 or use other options such as return this.NotFound(), return this.BadRequest(..), ... - line 196: //TODO: Uncomment the next line to return response 200 or use other options such as return this.NotFound(), return this.BadRequest(..), ... - line 215: //TODO: Uncomment the next line to return response 200 or use other options such as return this.NotFound(), return this.BadRequest(..), ... - line 234: //TODO: Uncomment the next line to return response 200 or use other options such as return this.NotFound(), return this.BadRequest(..), ... - line 253: //TODO: Uncomment the next line to return response 200 or use other options such as return this.NotFound(), return this.BadRequest(..), ... - line 272: //TODO: Uncomment the next line to return response 200 or use other options such as return this.NotFound(), return this.BadRequest(..), ... - line 292: //TODO: Uncomment the next line to return response 200 or use other options such as return this.NotFound(), return this.BadRequest(..), ... - line 301: //TODO: Change the data returned - line 319: //TODO: Uncomment the next line to return response 200 or use other options such as return this.NotFound(), return this.BadRequest(..), ... - line 328: //TODO: Change the data returned - line 345: //TODO: Uncomment the next line to return response 200 or use other options such as return this.NotFound(), return this.BadRequest(..), ... - line 354: //TODO: Change the data returned - line 374: //TODO: Uncomment the next line to return response 200 or use other options such as return this.NotFound(), return this.BadRequest(..), ... - line 394: //TODO: Uncomment the next line to return response 200 or use other options such as return this.NotFound(), return this.BadRequest(..), ... - line 414: //TODO: Uncomment the next line to return response 200 or use other options such as return this.NotFound(), return this.BadRequest(..), ... - line 434: //TODO: Uncomment the next line to return response 200 or use other options such as return this.NotFound(), return this.BadRequest(..), ... - line 454: //TODO: Uncomment the next line to return response 200 or use other options such as return this.NotFound(), return this.BadRequest(..), ... - line 463: //TODO: Change the data returned - line 481: //TODO: Uncomment the next line to return response 200 or use other options such as return this.NotFound(), return this.BadRequest(..), ... - line 490: //TODO: Change the data returned - line 507: //TODO: Uncomment the next line to return response 200 or use other options such as return this.NotFound(), return this.BadRequest(..), ... - line 516: //TODO: Change the data returned - line 534: //TODO: Uncomment the next line to return response 200 or use other options such as return this.NotFound(), return this.BadRequest(..), ... docker_images/csharp/wrapper/src/Controllers/ModuleApi.cs (16 lines): - line 70: //TODO: Uncomment the next line to return response 200 or use other options such as return this.NotFound(), return this.BadRequest(..), ... - line 111: //TODO: Uncomment the next line to return response 200 or use other options such as return this.NotFound(), return this.BadRequest(..), ... - line 120: //TODO: Change the data returned - line 137: //TODO: Uncomment the next line to return response 200 or use other options such as return this.NotFound(), return this.BadRequest(..), ... - line 146: //TODO: Change the data returned - line 167: //TODO: Uncomment the next line to return response 200 or use other options such as return this.NotFound(), return this.BadRequest(..), ... - line 176: //TODO: Change the data returned - line 194: //TODO: Uncomment the next line to return response 200 or use other options such as return this.NotFound(), return this.BadRequest(..), ... - line 203: //TODO: Change the data returned - line 219: //TODO: Uncomment the next line to return response 200 or use other options such as return this.NotFound(), return this.BadRequest(..), ... - line 256: //TODO: Uncomment the next line to return response 200 or use other options such as return this.NotFound(), return this.BadRequest(..), ... - line 327: //TODO: Uncomment the next line to return response 200 or use other options such as return this.NotFound(), return this.BadRequest(..), ... - line 336: //TODO: Change the data returned - line 433: //TODO: Uncomment the next line to return response 200 or use other options such as return this.NotFound(), return this.BadRequest(..), ... - line 491: //TODO: Uncomment the next line to return response 200 or use other options such as return this.NotFound(), return this.BadRequest(..), ... - line 500: //TODO: Change the data returned docker_images/csharp/wrapper/src/Startup.cs (5 lines): - line 106: //TODO: Uncomment this if you need wwwroot folder - line 114: //TODO: Either use the SwaggerGen generated Swagger contract (generated from C# classes) - line 117: //TODO: Or alternatively use the original Swagger contract that's included in the static files - line 121: //TODO: Use Https Redirection - line 135: //TODO: Enable production exception handling (https://docs.microsoft.com/en-us/aspnet/core/fundamentals/error-handling) docker_images/csharp/wrapper/src/Controllers/RegistryApi.cs (3 lines): - line 87: //TODO: Uncomment the next line to return response 200 or use other options such as return this.NotFound(), return this.BadRequest(..), ... - line 96: //TODO: Change the data returned - line 135: //TODO: Uncomment the next line to return response 200 or use other options such as return this.NotFound(), return this.BadRequest(..), ... test-runner/horton_logging.py (2 lines): - line 13: # BKTODO: output to more than test_module - line 14: # BKTODO: change test_module_wrapper_api to test_module_control_api docker_images/csharp/wrapper/src/Controllers/ControlApi.cs (2 lines): - line 117: //TODO: Uncomment the next line to return response 200 or use other options such as return this.NotFound(), return this.BadRequest(..), ... - line 136: //TODO: Uncomment the next line to return response 200 or use other options such as return this.NotFound(), return this.BadRequest(..), ... test-runner/runtime_capabilities.py (1 line): - line 37: # BKTODO: add an under_test flag to settings and make _objects public so we can iterate docker_images/csharp/wrapper/src/Controllers/ServiceApi.cs (1 line): - line 133: //TODO: Uncomment the next line to return response 200 or use other options such as return this.NotFound(), return this.BadRequest(..), ...