Forum member
Marcello
70 posts
Posts by Marcello
-
.NET6 SDK must be always updated?
Ok, I can try. Can I read the release notes somewhere?
17 Oct 2022 12:10 UTC
-
NCrunch server node close all connections
Often happen that the grid server close all the connection and I cannot connect to the server machine either via RDP. This is a short video showing the current situation: https://www.screencast.com/t/8M2La3QxEnd The only way to solve this is to manually switch off the physical server machine …
14 Oct 2022 12:34 UTC
-
.NET6 SDK must be always updated?
- Currently, at least a couple of times every day on different developer machines - Yes, the node is shared by multiple users. The issue comes on different nodes as well. - Consider that every developer can work on a different branch, but for the same branch all the developers have the same packag…
14 Oct 2022 06:44 UTC
-
.NET6 SDK must be always updated?
Hi Remco, No, the package is not always the same. Today, for example, I'm in trouble with the below one. [code=csharp]..\..\..\..\Program Files\dotnet\sdk\6.0.401\Sdks\Microsoft.NET.Sdk\targets\Microsoft.PackageDependencyResolution.targets (267, 5): Package System.IO, version 4.3.0 was not …
13 Oct 2022 14:08 UTC
-
.NET6 SDK must be always updated?
Trying to [url=https://imgur.com/a/HxueXl3]Restart Service from Distributed Processing[/url] makes it dead at all :( I had to connect to the remote server and manually start the NCrunch service: now the project builds. As far as you can understand, we cannot do this every time... is there nothin…
12 Oct 2022 11:06 UTC
-
.NET6 SDK must be always updated?
Neither [url=https://imgur.com/a/ScO0GR7]restarting the client[/url] helps :(
12 Oct 2022 11:00 UTC
-
.NET6 SDK must be always updated?
Removing [url=https://imgur.com/a/nVzZzD5]this flag[/url] and enabling it again does NOT solve the issue
12 Oct 2022 10:57 UTC
-
.NET6 SDK must be always updated?
Hi Remco, Even if we keep the Visual Studio Build Tools updated on NCrunch Grid nodes, we often still get issues building our projects. Today, for example, I cannot understand why a couple of projects cannot be built on NCRUNCH server anymore. Please have a look at this video: https://www.scre…
12 Oct 2022 08:08 UTC
-
.NET6 SDK must be always updated?
Hi again, Deleting the [i].vs[/i] hidden folder and all the [i]*ncrunch*[/i] files the error disappeared. Listed below is the batch I used [code]FOR /d /r . %%d IN (.vs) DO @IF EXIST "%%d" rd /s /q "%%d" del /s .\*.ncrunch*[/code] Could it be that this batch should be locally run every …
02 Sep 2022 11:55 UTC
-
.NET6 SDK must be always updated?
Since I had to go ahead with my work, I updated the Visual Studio Build Tools on the server machine and rebooted the machine, and now I get the below error anyway :( [SPOILER]****************** BUILD OUTPUT FROM 'NCRUNCH' ****************** ..\..\..\..\Program Files\dotnet\sdk\6.0.400\Sdks\Mic…
02 Sep 2022 10:34 UTC
-
.NET6 SDK must be always updated?
Hello, We have 2 different machines with server grids, but only on one of them do we always need to update VS Build Tools to get the latest .NET6 Sdk every time one developer updates his own Visual Studio. Why does this happen? What should I check to avoid updating .NET6 Sdk every time? I'm usi…
02 Sep 2022 08:49 UTC
-
NCrunch Task Failures When Upgrading Projects to .NET Core and .NET Standard
Hi Remco, I confirm that version 4.14.0.1 solves my issue. Thanks for the quick fix!
16 Jun 2022 10:46 UTC
-
NCrunch Task Failures When Upgrading Projects to .NET Core and .NET Standard
[quote=Remco;16166][quote=Marcello;16163] Thanks for the update. What should be the version containing the fix?[/quote] Could you try the build below and let me know how you get on? [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_4.14.0.1.msi]NCrunch_Console_4.14.0.1.msi[/…
15 Jun 2022 06:22 UTC
-
NCrunch Task Failures When Upgrading Projects to .NET Core and .NET Standard
Hi Remco, Thanks for the update. What should be the version containing the fix?
14 Jun 2022 15:02 UTC
-
NCrunch Task Failures When Upgrading Projects to .NET Core and .NET Standard
Hi Remco, After converting some projects from .NET Framework 4.7.2 to .NetStandard2.0 and .Net6-Windows, we've a similar issue. As far as I can see, NuGet packages are stored in the Users folder of NCrunch server (according to the user used for NCrunch service). During the day, every devel…
14 Jun 2022 09:49 UTC
-
NCrunch cannot build .NET Standard 2.0 projects
Hi Remco, The new build fixes the issue! Thanks a lot for your effort.
07 Dec 2021 15:33 UTC
-
NCrunch cannot build .NET Standard 2.0 projects
Do we need an additional license for v4.12.0.1?
07 Dec 2021 07:56 UTC
-
NCrunch cannot build .NET Standard 2.0 projects
Can v4.12.0.1 be installed side-by-side with v4.11.0.2? I ask this because when we upgraded from v.4.9 to v.4.11 all the developers here had to upgrade the client in their machine as well.
06 Dec 2021 13:47 UTC
-
NCrunch cannot build .NET Standard 2.0 projects
Listed below is the content of [i]protobuf-net.csproj.nuget.g.targets[/i] in my local machine [code=xml]<?xml version="1.0" encoding="utf-8" standalone="no"?> <Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <MSBuildAllProjects>$(M…
03 Dec 2021 07:59 UTC
-
NCrunch cannot build .NET Standard 2.0 projects
Hi Remco, I think the problem is in [i]protobuf-net.csproj.nuget.g.targets[/i] as shown in [url=https://we.tl/t-pplFFqNRX1]these images[/url]. I manually copied the folder[i] netstandard.library\2.0.3[/i] to the server and changed the path in the [i].targets[/i] file and it works fine with MsB…
02 Dec 2021 11:39 UTC