Forum member

Joakim

4 posts

Posts by Joakim

  1. Build appears to fail due to Japanese in c# strings

    I see! I'll try and create a sample project that reproduces this! Can't do it right now but I'll do it as soon as possible. Edit: Just in case anyone is interested I managed to reproduce the issue and sent the project to NCrunch. How to reproduce: Have one solution with three different …

  2. Build appears to fail due to Japanese in c# strings

    I tried to copy the code and try recreating the error in a smaller project, however it seems as if I can't recreate it myself. Edit: I tested a few more things and noticed that the projects that fails to build will build as long as the files affected in each project is open in visual studio. Cl…

  3. Build appears to fail due to Japanese in c# strings

    [quote=Remco;8524]Hi, thanks for sharing this issue. This is very odd. Are you saying that the build error messages themselves are in Japanese? Something worth checking is the encoding of the source file inside the NCrunch workspace. When NCrunch builds your project, it makes copies of all t…

  4. Build appears to fail due to Japanese in c# strings

    I am working with a few projects that has Japanese hard-coded strings, this seems to trip the building process which ncrunch is doing. Mind you that if I were to save a file that has the problem it can build every once in a while only to revert back to being unable to build again. Currently usin…