src/YouTrackSharp/Issues/Issue.cs (5 lines): - line 14: // TODO: Add dynamic object implementation cache so no iteration is needed over Fields - line 140: //TODO somehow if we skip block for DateIssueCustomField, it won't be processed - line 207: //TODO could identical case bodies be optimized with switch over type? _3_ blocks below - line 248: //TODO could identical case bodies be optimized with switch over type? _3_ blocks below - line 303: //TODO could identical case bodies be optimized with switch over type? _4_ blocks below src/YouTrackSharp/Issues/IssuesService.Comments.cs (2 lines): - line 39: //TODO text could be too large to send w/o multipart, generated api needs to be checked - line 60: //TODO text could be too large to send w/o multipart, generated api needs to be checked src/YouTrackSharp/Management/UserManagementService.cs (1 line): - line 70: //TODO isOnline? get from youtrack directly and filter src/YouTrackSharp/Generated/nswag_gen.ps1 (1 line): - line 1: #TODO all this sequence should most likely be moved to nuke