Tony Dwire

Results 2 issues of Tony Dwire

I've got a video here of what exactly happens. I'll also include my .vimrc and the omnisharp-vim log. The video shows it happening in the initial file I opened, but...

RemoveMembersFromGroup needs to return List instead of List in EmmaSharp\Groups.cs `public List RemoveMembersFromGroup(string memberGroupId, MemberIdList memberIds) ` should be.. `public List RemoveMembersFromGroup(string memberGroupId, MemberIdList memberIds)` Below is stack trace from...