Forum member

Marcello

70 posts

Posts by Marcello

  1. .NET6 SDK must be always updated?

    Ok, I can try. Can I read the release notes somewhere?

  2. 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 …

  3. .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…

  4. .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 …

  5. .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…

  6. .NET6 SDK must be always updated?

    Neither [url=https://imgur.com/a/ScO0GR7]restarting the client[/url] helps :(

  7. .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

  8. .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…

  9. .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 …

  10. .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…

  11. .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…

  12. 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!

  13. 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[/…

  14. 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?

  15. 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…

  16. NCrunch cannot build .NET Standard 2.0 projects

    Hi Remco, The new build fixes the issue! Thanks a lot for your effort.

  17. NCrunch cannot build .NET Standard 2.0 projects

    Do we need an additional license for v4.12.0.1?

  18. 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.

  19. 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…

  20. 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…