Forum member
pglaspey
28 posts
Posts by pglaspey
-
Failing Tests - PostSharp
[quote=Remco;2079]If you set your 'Log verbosity' under your NCrunch configuration to 'Detailed' then click the Reset button, the processing queue should start showing large amounts of trace information in the details pane when you click on any of the tasks listed. Do you see any output from postsh…
05 Jun 2012 15:10 UTC
-
Failing Tests - PostSharp
[quote=Remco;2070]Sorry, the configuration pane does support changing settings via multi-selection, though this isn't very obvious. I've just set up a basic postsharp 2.1 solution running under NCrunch and there didn't seem to be any special configuration needed in order for it to work. This sug…
04 Jun 2012 17:39 UTC
-
Failing Tests - PostSharp
[quote=Remco;2068]That's even better :) Ok .. next thing to try is to enable the 'Copy referenced assemblies to workspace' NCrunch configuration setting for ALL the projects in your solution. My suspicion is that PostSharp may be running but is unable to process all the build outputs because the…
01 Jun 2012 23:34 UTC
-
Failing Tests - PostSharp
[quote=Remco;2066]Thanks! Would you also be able to copy/paste for me the reference from your .proj file into postsharp? I expect there will be an <Import> or something similar.[/quote] Here is a project that is processed by postsharp. I could see nothing referenced. <?xml version="1.0" enco…
01 Jun 2012 23:20 UTC
-
Failing Tests - PostSharp
[quote=Remco;2064]The next thing to check is whether postsharp needs any build resources that haven't been included with your project. Do you have a directory relative to your project(s) that contains postsharp resources of any kind? Try specifying it with the 'Additional files to include' setting…
01 Jun 2012 23:11 UTC
-
Failing Tests - PostSharp
[quote=Remco;2062]Thanks - please do let me know if this solves the problem for you. Otherwise we can try something else.[/quote] It did not solve the problem. perhaps this might shed some light on it. http://doc.sharpcrafters.com/postsharp-2.1/##PostSharp-2.1.chm/html/ddb988ad-fde6-4e52-8…
01 Jun 2012 22:47 UTC
-
Failing Tests - PostSharp
[quote=Remco;2059]Hi, I'm not too familiar with the mechanics of Devforce or Postsharp, but is it possible that the Postsharp manipulation happens on a post build event? NCrunch will turn off post build events by default (as they often give interference on NCrunch builds for many projects). Try…
01 Jun 2012 22:34 UTC
-
Failing Tests - PostSharp
We use Devforce 2010 in our app and it uses Postsharp to modify our entities and create metadata. This metadata is empty when running tests in NCrunch. But not in Xunit, Nunit, or MStest using either built in runner or TestRunner from testdriven.net. How do I get NCrunch to fire off postsha…
01 Jun 2012 19:58 UTC