Forum member
coghlans
12 posts
Posts by coghlans
-
Failed to resolve assembly: DurableTask
[quote=Remco;14949]To make sure this isn't a dependency issue, could you try turning the 'Copy referenced assemblies to workspace' setting on for all the projects in your solution?[/quote] Did that - No Change [quote=Remco;14949]Can you check whether the Microsoft.Azure.WebJobs.Extensions.Durabl…
07 Sep 2020 08:45 UTC
-
Failed to resolve assembly: DurableTask
[quote=Remco;14940]Hi, thanks for sharing this issue. I've had a go at reproducing it, but it seems to be dependent on code within the project in addition to the Nuget packages. Have you tried enabling the 'Copy referenced assemblies to workspace' setting for this project? It appears as thoug…
28 Aug 2020 07:20 UTC
-
Failed to resolve assembly: DurableTask
Found the setting ;-) No some do not even compile due to the following: [quote] NCrunch was unable to restore Nuget packages required to build a test environment for this solution, due to an unspecified failure when invoking 'msbuild.exe /t:restore' The following packages do not exist under …
28 Aug 2020 07:02 UTC
-
Failed to resolve assembly: DurableTask
Didn't trigger: Probably because your Dev machine already has the packages in the default user location.. I'll try that setting (If I can find it ;-)
28 Aug 2020 06:38 UTC
-
.Net Core Proto builds
Seems to have solved those projects that need "Proto" files. Thanks
27 Aug 2020 06:50 UTC
-
Failed to resolve assembly: DurableTask
I think it is because I have a `nuget.config` for this solution, and it redirects the nugets to a different location (i.e. not windows user default) <?xml version="1.0" encoding="utf-8"?> <configuration> <config> <add key="globalPackagesFolder" value=".nuget" /> </config> …
27 Aug 2020 06:36 UTC
-
Failed to resolve assembly: DurableTask
[code=plain]..\..\..\..\..\..\..\..\source\repos\Float\.nuget\microsoft.net.sdk.functions\3.0.9\build\Microsoft.NET.Sdk.Functions.Build.targets (32, 5): Mono.Cecil.AssemblyResolutionException: Failed to resolve assembly: 'Microsoft.Azure.WebJobs.Extensions.DurableTask, Version=2.0.0.0, Culture=neutr…
26 Aug 2020 14:13 UTC
-
.Net Core Proto builds
Could not make proto path relative (0, 0): ..\..\..\Common\Prod\Ingest.Proto\IngestSvcApis.proto: No such file or directory Here is the csproj file [code=csharp] <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>netcoreapp3.1</TargetFramework> <Trea…
26 Aug 2020 14:06 UTC
-
When loading a large solution, please do not start nCrunch
I have a situation, when loading a solution that has 40 + projects, that nCrunch starts building / running before the IDE (2010) has finished loading the projects and finalising it's intellisense, this causes the IDE to go into the Not Responding situation, with the busy indicator popping up in the …
03 Oct 2012 07:37 UTC
-
Pause please.
I have come across a few situations where nCrunch is busy doing stuff while large impact changes are occurring, so it would be useful to have a pause functionality (i.e like reSharper has) Large changes can occurr - cause large rebuild failures when - Accepting changes from a slow SCM - Making ad…
03 Oct 2012 07:33 UTC
-
Show project type column in the Configuration Pane
e.g. This would allow C++ projects to be filtered out or be selected to have different settings done together
26 Jul 2012 09:17 UTC
-
"Track Active Item in Solution Explorer" is not respected when double clicking a failure or test
This may be related to the Build failure as well, But double clicking opens the file in the IDE (2010), but it is not being tracked in the solution explorer (VSIDETools->Options->Projects and Solutions->General tick box 2/3 the way down) Also the IDE's function keys do not work (Like pressing F12 …
26 Jul 2012 09:11 UTC