WIP: Issues by grokys · Pull Request #1957 · github/VisualStudio
Conversation
| /// <summary> | ||
| /// Represents an item in the issue list. | ||
| /// </summary> | ||
| public interface IIssueListItemViewModel : IIssueListItemViewModelBase |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Future: Should probably rename (I)IssueListItemViewModelBase to (I)IssueishListItemViewModel as the term "issueish" is usually used to refer to something that can either be an issue or a PR.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters