Forum member
tiesmaster
7 posts
Posts by tiesmaster
-
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
01 Feb 2020 21:42 UTC
-
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…
20 Jan 2020 23:48 UTC
-
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 ;)
11 Jun 2019 09:00 UTC
-
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…
05 Jun 2019 17:56 UTC
-
Bug in setting ASPNETCORE_TEST_CONTENTROOT_ by NCrunch
Awesome! That fixes it 👍 Thanks 😎!!
20 Apr 2019 07:19 UTC
-
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.
19 Apr 2019 08:48 UTC
-
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…
18 Apr 2019 13:50 UTC