src/Microsoft.Azure.WebJobs.Logging/Internal/Utility.cs (2 lines): - line 41: // TODO : FACAVAL need to understand whether it is sufficient to just serialize the type (understand how the serialized type is used in other places) - line 69: // TODO : FACAVAL pending serialization above src/Microsoft.Azure.WebJobs.Host/Config/ConcurrencyOptionsSetup.cs (1 line): - line 15: // TODO: Once Memory monitoring is public add this back. src/Microsoft.Azure.WebJobs.Host/Bindings/BindingProviders/TriggerAdapterBindingProvider.cs (1 line): - line 53: // TODO: Refactor GetDefaultType so that a) we don't need a special case for ParameterBindingData src/Microsoft.Azure.WebJobs.Host/Timers/WebJobsExceptionHandler.cs (1 line): - line 39: // TODO: FACAVAL: This shouldn't be here! - review src/Microsoft.Azure.WebJobs.Host/Loggers/Logger/FunctionOutputLogger/FunctionOutputLogger.cs (1 line): - line 36: // TODO: Refactor all of this logging to be implemented as a separate ILogger. src/Microsoft.Azure.WebJobs.Host/Executors/JobHostContextFactory.cs (1 line): - line 122: // TODO: FACAVAL: Chat with Brettsam, this should probably be moved out of here. src/Microsoft.Azure.WebJobs.Host/Scale/ConcurrencyOptions.cs (1 line): - line 150: // TODO: Once Memory monitoring is public add this back src/Microsoft.Azure.WebJobs.Host/Scale/DefaultHostProcessMonitor.cs (1 line): - line 191: // TODO: As part of enabling memory throttling review the use of GC.Collect here.