Forum member

distilled

22 posts

Posts by distilled

  1. 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.

  2. 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())…