didster
didster
…h v2.2314.11 onwards of the desktop app Attached PR should fix app with most recent update to the desktop version of WA v2.2314.11 which has updated the window title to...
Consider: ``` var emails = new List(); emails.Add(new EmailQueueEntry()); var mockSet = emails.AsQueryable().BuildMockDbSet(); emails.Add(new EmailQueueEntry()); var list= await mockSet.Object.ToListAsync(); ``` This used to work fine in v5.0.1, but since upgrading...
Hi, I have what I believe to be a fairly typical setting in perforce where by a workspace contains more than one project. At the root of the workspace I...