Forum member

Akim

7 posts

Posts by Akim

  1. Unit testing with classes from Roslyn.Services namespace results in a SecurityException

    Thx Remco! It is enough for my unittest assembly to has "64bits" as Platform Target and also update NCrunch configuration to run on 64bits to work fine with Roslyn CTP Workspaces :) ps: btw, I had same issue with SQLite (x86/x64) 1.0.81+ fron NuGet platforms configuration

  2. Unit testing with classes from Roslyn.Services namespace results in a SecurityException

    [size=6][b][h]Same exception appears while using `nunit-console-x86.exe`[/h], but not `nunit-console.exe`![/b][/size] Looks this is not only NCrunch related issue

  3. Unit testing with classes from Roslyn.Services namespace results in a SecurityException

    Hi Remco, [quote]I'm wondering if you can share some more information on the context in which you are working - is this for a critical application where NCrunch simply must work, or for a test project to learn more about Roslyn?[/quote] For now this is my pet project, where I analyzing source …

  4. Unit testing with classes from Roslyn.Services namespace results in a SecurityException

    I also tried to turn off options 'instrument output assembly' and 'analyze line execution times' without any success

  5. Unit testing with classes from Roslyn.Services namespace results in a SecurityException

    [quote=Remco;4115]Hi Akim - I believe this is related to the same issue described in [url=http://www.ncrunch.net/documentation/troubleshooting_test-and-runtime-related-issues]this troubleshooting page[/url] (the security verification exception). Do the suggestions on this page solve the problem?…

  6. Unit testing with classes from Roslyn.Services namespace results in a SecurityException

    I have reproduced same issue with nCrunch 1.45.0.12 for VS2012 and Roslyn CTP September 2012 1.2.20906.2. And [assembly: AllowPartiallyTrustedCallers] does not help. ps: ReSharper test runner works fine

  7. exception when using Code Contracts

    I have similar issue with Code Contract and nCrunch, and I found both of them quite useful for my project. So I create separate solution configuration in Visual Studio for nCrunch without Code Code Contract, and make nCrunch using only this configuration via Ncrunch->Setting for every project. […