Forum member
meagy
8 posts
Posts by meagy
-
.NET 6 Support? - Long Paths Build Error?
Hi! We are attempting to upgrade a solution that has a mix of .NET 6 projects and .NET Standard 2.0 libraries. I noticed that .NET 6 is not listed on your supported frameworks page currently - is that accurate? https://www.ncrunch.net/support/frameworks . Also, .NET Standard does not have any ver…
15 Aug 2022 15:17 UTC
-
NCrunch Task Failures When Upgrading Projects to .NET Core and .NET Standard
[quote=Remco;16167][quote=meagy;16165] Thanks, good find. We're all fixed up. In our case when moving from a "nuget restore" command to the "dotnet retore" command, and using a built-in Teamcity runner for "dotnet restore" , the Teamcity runner was overriding the default Nuget user packages directo…
14 Jun 2022 23:46 UTC
-
NCrunch Task Failures When Upgrading Projects to .NET Core and .NET Standard
[quote]Hi Matt, It looks like your system is configured to load packages from an unusual directory: D:\BuildAgent\system\dotnet\.nuget If you copy the packages from your local user over to the above path, does this resolve the issue? [/quote] Hi, Thanks, good find. We're all fixed up. I…
14 Jun 2022 22:06 UTC
-
NCrunch Task Failures When Upgrading Projects to .NET Core and .NET Standard
Hi, This looks like the actual error. I'm wondering if this is a dependency issue within our test project itself, maybe it dropped an xunit dependency it needed when converting from framework to core. Thoughts? Thanks, -Matt [quote][16:50:30.2334-ProcessOutputRedirectionErr-38] Process …
10 Jun 2022 22:40 UTC
-
NCrunch Task Failures When Upgrading Projects to .NET Core and .NET Standard
Thank you. I can certainly do that. Are you referring to setting the Log Verbosity somehow on the system for the .NET processes, or for NCrunch itself. We only have the NCrunch console tool installed on the server, no NCrunch GUI ability. Can you provide a link for instructions for setting the verbo…
08 Jun 2022 21:23 UTC
-
NCrunch Task Failures When Upgrading Projects to .NET Core and .NET Standard
[b]Version: [/b]NCrunch Console Tool v4.5.0.3 [b]OS: [/b]Teamcity Build Agent Windows Server 2016 Standard [b]Test Framework: [/b]xUnit [b]Pre-Change Visual Studio Solution Project Overview and Target Frameworks (this works!): [/b]C# Web Project1 - Framework 4.8 C# Web Project1_Test…
07 Jun 2022 18:37 UTC
-
Install Console Tool Within Docker Container
I do understand the complexities there, but it's still a huge disappointment. Thank you for the reply.
27 Feb 2021 00:05 UTC
-
Install Console Tool Within Docker Container
Hello, We are Docker containerizing our build and test processes and currently use Ncrunch to calculate code coverage as well as to run our xUnit unit-level tests. General Build and Test Processes (would like ALL of these to run within a Windows Docker Container) 1. Dotnet restore (nuget pac…
26 Feb 2021 17:28 UTC