Forum member

coghlans

12 posts

Posts by coghlans

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

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

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

  4. 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 ;-)

  5. .Net Core Proto builds

    Seems to have solved those projects that need "Proto" files. Thanks

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

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

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

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

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

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

  12. "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 …