src/Hosting/OmexEnvironments.cs (2 lines): - line 23: public static string Int { get; } = "Int"; //TODO: Consider Removing GitHub Issue #167 - line 29: public static string EDog { get; } = "EDog"; //TODO: Consider replacing with Environments.Staging GitHub Issue #167 src/Hosting.Services/Internal/ServiceFabricExecutionContext.cs (1 line): - line 11: // TODO: should be removed after our services will set service executable version properly src/Activities/Internal/ActivityLoggerHelpers.cs (1 line): - line 28: /// TODO: should be replaced by AppendJoin when we remove netstandard target, since KeyValuePair also overrides ToString