Forum member

GreenMoose

511 posts

Posts by GreenMoose

  1. NCrunch console warnings in log output?

    In my NCrunch Console's TestResults folder I get something like [quote]NUnit tests have been detected with the same name[/quote] Is it possible somehow to include these in log so I can fail the build if I spot NCrunch warnings? Thanks.

  2. Env variable in NCrunch Cache Storage Path

    [quote=Remco;10083]Do you see NCrunch give any errors in its log when it attempts to load from this configuration file?[/quote] No (but I see it uses the workspace setting correctly due to the notation of D:\NCrunch\ConsoleWorkspace\ in log). [quote=Remco;10083]This setting is being passed throu…

  3. Env variable in NCrunch Cache Storage Path

    [v3.6.0.2] I use below in my NCrunch [b]console [/b]config file: [quote] <NCrunchCacheStoragePath>%NCrunchConsoleCacheStoragePath%</NCrunchCacheStoragePath> <WorkspaceBasePath>%NCrunchConsoleWorkspaceBasePath%</WorkspaceBasePath> [/quote] but only WorkspaceBasePath setting seems to be respec…

  4. NCrunch Console on dotnetcore without vstudio2017?

    [quote=Remco;10077]I've yet to test whether this is possible without Visual Studio. Most likely there is a maze of things you'll need to have installed. Are you also able to build the solution on this machine using MSBuild?[/quote] Hrm didn't actually try with MSBuild and when I did it compla…

  5. NCrunch Console on dotnetcore without vstudio2017?

    Well, installing build tools 2017, net famework 4.6.2 and then rebooting didn't really help: [quote] [14:15:56.706-InitialisationQueueTask-8] ERROR (Load): Error occurred during load of component at D:\TeamCity\buildAgent\work\....NUnitTests.csproj: System.Exception: An exception was thrown in the…

  6. NCrunch Console on dotnetcore without vstudio2017?

    Hi, Trying out ncrunchConsole on a TeamCity agent, not having vstudio 2017 installed. The plan is to build dotnetcore projects first of all. Is this possible or must I have vstudio2017 installed, or is sufficient with https://blogs.msdn.microsoft.com/vcblog/2016/11/16/introducing-the-visual-stud…

  7. NCrunch console 3.6 ignores /E parameter?

    [quote=Remco;10064]I'm having trouble reproducing the engine mode override issue. It seems to use the specified engine mode for me every time. Are you sure you're entering the precise name of a pre-configured engine mode? The names are case sensitive.[/quote] k weird, mailed a sample solution. …

  8. NCrunch console 3.6 ignores /E parameter?

    [v3.6.0.2] 1) I try to build a simple dotnetcore project (vs2017) with NCrunch Console Tool and supply /E ... /C myconfig.xml but it always selects the first engine mode from the xml file. Bug? 2) Is there a way to have "persitent" workspaces so I can have "only run impacted tests" as engine m…

  9. NUnit tests with the same name inside the same project.

    But then isn't it weird it does not produce warning for CanDoSomething2 as well?

  10. NUnit tests with the same name inside the same project.

    [v3.6.0.2] Continuing on the same topic, below setup gives me warning [quote] The following test names are duplicated in this project: Some.Namespace.BarTest.CanDoSomething([Name, ]) Some.Namespace.FooTest.CanDoSomething([Name, ]) [/quote] Interestingly it is only when using the KeyValueP…

  11. .NET Core support for NCrunch (first public build)

    Another issue I just bumped into, trying to reference NCrunch.Framework: [quote]install-package : Package NCrunch.Framework 3.3.0.6 is not compatible with netcoreapp1.1 (.NETCoreApp,Version=v1.1)[/quote]

  12. .NET Core support for NCrunch (first public build)

    [quote=Remco;9892][quote=GreenMoose;9891]FWIW, if I create a new project in vs2017, copy the same source files, and then add the NLog dependency via nuget it builds fine. I plan to do this for all projects since I get a lot of miscellaneous warnings in vstudio regarding versions I don't want to spen…

  13. .NET Core support for NCrunch (first public build)

    FWIW, if I create a new project in vs2017, copy the same source files, and then add the NLog dependency via nuget it builds fine. I plan to do this for all projects since I get a lot of miscellaneous warnings in vstudio regarding versions I don't want to spend time on :).

  14. .NET Core support for NCrunch (first public build)

    [quote=Remco;9887]Before I put v3.5 up, I'd like to learn a bit more about the other bug report you just submitted. The project you have that NCrunch is failing to analyse is falling over because of a missing dependency, System.Diagnostics.TraceSource v4.0.0.0. Are you able to identify how thi…

  15. .NET Core support for NCrunch (first public build)

    Great! Also I noticed that it doesn't seem to respect [OneTimeOnly], as in: [quote] /// <summary> /// One time only initialization routine for this test assembly. /// </summary> [SetUpFixture] public class SetupTestSuite { [OneTimeSetUp] public void Setup…

  16. .NET Core support for NCrunch (first public build)

    Every time I try to run a test manually, I get error below: [quote] ENGINE - [10:49:25.2727-LocalTestExecutionTask-49] ERROR (Internal): System.IO.FileLoadException: Could not load file or assembly 'nunit.framework, Version=3.6.1.0, Culture=neutral, PublicKeyToken=2638cd05610744eb'. at System.…

  17. NCrunch for JavaScript?

    @CoolBreeze: That sounds very interesting, do you have more details of this? an upcoming blog post maybe? :)

  18. dotnetcore and NUnit 3.6.0

    Ok thanks, I understand. Looking forward the upcoming release then, trying to do TDD without NCrunch is extremely frustrating :) (I even in desperation tried other tools but I had to give up that and resort to dotnet test command line runner in order to actually see any log output, feels like I hav…

  19. dotnetcore and NUnit 3.6.0

    v3.3.0.6 Hi I know the support is not fully implemented but I noticed it works so nice for xunit/MSTest I thought there is a chance on getting it to work with NUnit as well? What I did in latest VS2017 RC.4+26206 was: 1) create a new dotnetcore console project 2) Install package NUnit and N…

  20. Subscription license?

    Hi. More and more products have some form of monthly subscription license in addition to the perpetual licensing model. Is this something that might be available in NCrunch's future as well? (Thinking of it, if the monthly license cost was like <upgrade license / 18> for instance I would like…