Forum member
Der-Albert.com
260 posts
Posts by Der-Albert.com
-
NCrunch 3.23 does not
I've updated to NCrunch 3.23.0.10, on the Grid Node first and in VS 2017. But there is a regression in there. There is Directory.build.props file in the Solution. The Content is simple [code=xml]<Project> <PropertyGroup> <LangVersion>latest</LangVersion> </PropertyGroup> </Project…
14 Jan 2019 09:40 UTC
-
Cannot find module '@angular/core'.
[quote=NoneError;12940]If anyone else is having this problem, I tried Remco's first suggestion and used the "Additional files to include" configuration. I added my node_modules folder (or where ever your NPM is downloading your node packages) here and that solved this problem for me.[/quote] Hi,…
07 Jan 2019 15:59 UTC
-
Still Problems with Impacted Tests detection
[quote=Remco] Did the detector fail to notice a non-attribute change during your stream? Sorry I tried to check through the links you gave me but I wasn't able to notice it .. sometimes it isn't very obvious (I guess this is part of the problem). NCrunch's behaviour around attributes is to consi…
14 Dec 2018 12:03 UTC
-
Still Problems with Impacted Tests detection
Hi Remco, but here are some differences. I changed code inside a test, but the change did not trigger a new test run. this has nothing to do with reflection in my Eyes (cant reproduce this now) Also, i changed an Attribute on a Property, NCrunch also knows that the Property is covered on that sp…
12 Dec 2018 14:05 UTC
-
Still Problems with Impacted Tests detection
Btw. i also looked stupid around here https://youtu.be/pj9lIxhkV68?t=562 i was not able to create a custom engine mode live on tape (normally i run, new, impacted, pinned, failed and not run). Because of the new dialog, i did not find it the right places in a timely fashion. In the meantime i thin…
12 Dec 2018 08:01 UTC
-
Still Problems with Impacted Tests detection
Still Problems with detecting of impacted test, in CompareIL Mode. And this time not with async/await stuff. It was a new machine, so I didn't changed it to WatchText Mode which i do normally, because CompareIL does not work as i expected with async/await. I was doing a live coding session in…
12 Dec 2018 07:56 UTC
-
Resource Assembies from Referenced Assemblies are not loaded
Ok, currently their are no other projects referencing the tests project (i prefer not to to that). For that i can live with that quirks. It's not worth to mess up with assembly resolving and my introduce other side effects. Thanks for the answer.
22 Nov 2018 08:40 UTC
-
Resource Assembies from Referenced Assemblies are not loaded
Hi Remco, for 1. Yes, copy reference assemblies works. But this may degrade performance. For this i have a question, for me as a none native english speaker I have little trouble to be sure about this description in the docs [b]NCrunch must rebuild all upwards dependencies from the project…
15 Nov 2018 23:52 UTC
-
Resource Assembies from Referenced Assemblies are not loaded
Ok, i can added the assemblies from the source assembly folder, i had to add the assemblies from the test assembly folder (bin/netcoreapp2.1/debug) to make it work, which also explains the update problem.
15 Nov 2018 13:52 UTC
-
Resource Assembies from Referenced Assemblies are not loaded
Also, i add the missing assemblies in the ncrunch configuration for the test project, the satellite assemblies get not updated reliable and have old values in there (after saving the resource files files, and running tests again, even manually). But there seems only dotnet test run fine. even reshar…
15 Nov 2018 13:15 UTC
-
Resource Assembies from Referenced Assemblies are not loaded
Yes, i can fix this with adding the additional assemblies. But this sucks, because I think this should be a standard scenario.
15 Nov 2018 12:37 UTC
-
Resource Assembies from Referenced Assemblies are not loaded
I have a .NET Assembly, which contains resources. And I have a dotnet core 2.1 UnitTest Project. In the Unit Test i try to access the resources. this works fine in Visual Studio, ReSharper and via dotnet test. But not in NCrunch, if i look in the temp folder of NCrunch then the satellite resou…
15 Nov 2018 12:33 UTC
-
NCrunch Gid Node Configuration Utility should be signed
* Started signing the GridNode configuration tool, this should prevent installer issues when installing a gridnode i can't confirm that ... Grid Node Server 3.22.01 Netiher NCrunch.GridNode.Configuration nor NCrunch.GridNode.WizardLauncher
18 Oct 2018 14:49 UTC
-
Won't work with Only Visual Studio Build Tools installed on Grid Node
Sorry Michael and Remco. Sorry for wasting your time. Your last post had the solution in it. That specific Environment Variable was set to the old Preview Version of VS2017, for whatever reason (i don't remember). I removed it. Now with only the Build Tools it is working so far (for that sim…
02 Sep 2018 13:55 UTC
-
NCrunch Gid Node Configuration Utility should be signed
Still not signed ;)
30 Aug 2018 07:25 UTC
-
Won't work with Only Visual Studio Build Tools installed on Grid Node
There is something broken on my system and i don't know what. It worked fine before my vacation with 15.8.previewXYZ Enterprise on the Grid Node and on my Laptop. So now the history what i did. Within the Vacations (didn't code something only updated systems) i had to change my MSDN Enterprise…
30 Aug 2018 07:23 UTC
-
Won't work with Only Visual Studio Build Tools installed on Grid Node
I installed VS 2017 Pro (15.8.2), still not working, i installed 3.19.3, still not working. [quote] NCrunch: This project was built on server 'DELL-E-6420' NCrunch was unable to parse this project file because of an unexpected error: Microsoft.Build.Exceptions.InvalidProjectFileException: The d…
29 Aug 2018 13:42 UTC
-
Won't work with Only Visual Studio Build Tools installed on Grid Node
Hi, i decided to remove Visual Studio UI from the Grid Node Server and only used to Visual Studio Build Tools (easier to update, much less in size und download), because also the Docs are stating that a Grid Node Setup should be more or less the same as a build server. But this does not work.…
29 Aug 2018 13:22 UTC
-
NCrunch Gid Node Configuration Utility should be signed
Hi, like the installer the Grid Node Configuration should be signed. The Big Yellow Warning Dialog is not very trustworthy. Best Regards Albert
24 Jul 2018 19:58 UTC
-
NCrunch build breaks when building with SourceLink
[quote=trobinson-empactis;12397] I'm running into the same problem and the above solution doesn't help. Do I just put it anywhere in my .csproj file(s)? [/quote] Here is the complete *.csproj file, this is NOT the Project with the tests, this is the actual project which get's nuget packed. A C…
25 Jun 2018 13:21 UTC