protos/azure-functions-language-worker-protobuf/src/proto/FunctionRpc.proto (6 lines): - line 132: // TODO: Remove from protobuf during next breaking change release - line 185: // TODO: Remove from protobuf during next breaking change release - line 236: // TODO: Add any worker relevant status to response - line 310: // TODO: return type expected? - line 318: // TODO: do we want the host's name - the language worker might do a better job of assignment than the host - line 676: // TODO - solidify this or remove it sdk/Sdk/FunctionMetadataGenerator.cs (3 lines): - line 20: // TODO: Verify that we don't need to allow - line 533: // TODO: Do not hard-code "IsBatched" as the property to set cardinality. - line 734: // TODO: Should "webjob type" be a property of the "worker types" and come from there? src/DotNetWorker.Grpc/RpcExtensions.cs (2 lines): - line 86: // TODO: Review non-RPC response implementations - line 99: // TODO: Is this correct? Passing a null body causes the entire src/DotNetWorker.Grpc/GrpcWorker.cs (1 line): - line 114: // TODO: Trace failure here. sdk/Sdk.Generators/FunctionMetadataProviderGenerator/KnownFunctionMetadataTypes.cs (1 line): - line 30: _bindingAttribute = new Lazy(() => compilation.GetTypeByMetadataName(Constants.Types.BindingAttribute)); // TODO: Find appropriate exception and/or error message. extensions/Worker.Extensions.Http.AspNetCore/src/FunctionsHostBuilderExtensions.cs (1 line): - line 86: // TODO: provide a way for customers to configure their middleware pipeline here Directory.Build.props (1 line): - line 4: extensions/Worker.Extensions.Http.AspNetCore/src/Coordinator/DefaultHttpCoordinator.cs (1 line): - line 80: // TODO:See about making this not public