Forum member

BohumilJanda

13 posts

Posts by BohumilJanda

  1. Unicode issues

    Partially confirmed here too, build errors have links, test fails do not.

  2. Unicode issues

    I checked it with VS2010 and it looks that encoding is fixed at least on my win7 box. I also tried to emit Chinese characters and they look to me to be same as the ones in the unicoded source. If I understand it correctly, that backport to version 1 is not going to happen or is it?

  3. NCrunch.Framework.ExclusivelyUses is not CLSCompliant

    Hello, not the big issue, but my test project cannot be CLSCompliant if it makes use of NCrunch.Framework.ExclusivelyUses attribute. I just wanted to point it out, I do not really need the fix. But some future major version can address that.

  4. Unicode issues

    I second the wish for fix in V1, as I'm affected too (Czech characters).

  5. Project does not build, no build message

    I confirm that the fix works. Glad to help. And thanks for quick solution.

  6. Project does not build, no build message

    Hi, diagnostic build installed, bug report submitted and detailed log sent. I hope it will help.

  7. Project does not build, no build message

    It didn't help (I changed the values to mach my settings). Is it possible, that the source of the issue is some referenced project? Can adding the property group to all referenced projects possibly help?

  8. Project does not build, no build message

    The MSBuild on the workspace version of the project succeeds. Nothing to update - that means NCrunch has already created the target assembly. So I deleted the assembly and obj folder. Again, success, no suspicious warning. Bug report submitted.

  9. Project does not build, no build message

    Hi, thanks for quick reply. Compatibility mode does not help. There are some MSBuild warnings about referencing x86 platform assembly from MSIL compiled one. Project, that does not build is MSIL. But there are more MSIL projects in the solution with such references, that build fine. Det…

  10. Project does not build, no build message

    Hello, Visual basic project does not build in NCrunch 1.43 - 1.46 for VS2012. No error reported by NCrunch in tests window. It does build using NCrunch 1.42, it does build using MSBuild, it does build using VS2012. There are no code contracts, nor tests in this project, nor circular referencie…

  11. Priority attribute condition in engine mode

    It would be nice to have an engine mode condition(s) for MSTest's PriorityAttribute. Something like: - Priority is higher than <value> (- Priority is lower than <value>)

  12. Never ending test execution

    Thank you, I tried it right away and it seems to work.

  13. Never ending test execution

    Thank you for the great tool, that NCrunch really is. But on both my machines the versions >= 38 (v37 is fine) show strange behavior. Passing tests work well, but failing tests and tests passing with expected exception thrown, seems to never finish ("Running (First time run), Impacted"). So I n…