Forum member
distilled
22 posts
Posts by distilled
-
Unit testing with classes from Roslyn.Services namespace results in a SecurityException
Thanks for the quick reply, Remco! I've been able to reproduce the issue on two workstations with the xUnit test posted above. The test is solely dependent on Roslyn -- I removed any dependencies it had on my code just to be sure I wasn't responsible.
04 Aug 2012 03:34 UTC
-
Unit testing with classes from Roslyn.Services namespace results in a SecurityException
When the following test is run with NCrunch I receive a SecurityException: [code=csharp] [Fact] public void Create_solution() { ProjectId projectId; DocumentId documentId; const string Title = "Untitled"; var solution = Solution.Create(SolutionId.CreateNewId())…
03 Aug 2012 22:15 UTC