Forum member

tiesmaster

7 posts

Posts by tiesmaster

  1. Razor page .Views.dll is not copied to integration test project

    Awesome!! Totally fixes the problem. Very happy it's fixed this quickly! Thanks you

  2. Razor page .Views.dll is not copied to integration test project

    Hi, I've [url=https://forum.ncrunch.net/yaf_postst2716_Bug-in-setting-ASPNETCORE-TEST-CONTENTROOT--by-NCrunch.aspx]stumbled upon another problem[/url] with ASP.NET Core integration test. This time copying the Razor Page .Views.dll assembly is going wrong. [b]Context[/b] In this case, I'm usin…

  3. Netstandard test helper project cannot reference xunit.extensibility.core

    Thanks! That did the trick. It's a pity I need to configure this project manually (and commit the ncrunch project file), but it gets the job done ;)

  4. Netstandard test helper project cannot reference xunit.extensibility.core

    Hi, [b]Context[/b] I have solution with many test projects, and a "test helpers" project. The test projects all target netcoreapp2.2, but the test helpers project is targetting netstandard2.0. This was working fine, but now I added the [url=https://github.com/xunit/samples.xunit/blob/master/UseC…

  5. Bug in setting ASPNETCORE_TEST_CONTENTROOT_ by NCrunch

    Awesome! That fixes it 👍 Thanks 😎!!

  6. Bug in setting ASPNETCORE_TEST_CONTENTROOT_ by NCrunch

    Ey, thanks for the swift reply. I was running second-to-last version (v3.25.0.something), but just updated to latest (v3.26.0.4) and the tests in the reproduction still fails.

  7. Bug in setting ASPNETCORE_TEST_CONTENTROOT_ by NCrunch

    Hi, First of all, it's awesome that NCrunch even has support in handling the ContentRoot for ASP.NET Core integration tests, however, I encountered a bug there. I've reproduced the issue in this repo: https://github.com/tiesmaster/ReproduceNCrunchBug. Steps to reproduce: 1. Create a new ASP.N…