Forum member

Gamefaster

7 posts

Posts by Gamefaster

  1. version 1.17.0 of Microsoft.Azure.Functions.Worker.Sdk makes ncrunch look for .net6

    Just found that the machine that is managed by my organisation is now blocking that version of ncrunch which caused the "No process is associated with this object" issue Blocked By: Attack surface reduction Rule: Block executable files from running unless they meet a prevalence, age, or trusted …

  2. version 1.17.0 of Microsoft.Azure.Functions.Worker.Sdk makes ncrunch look for .net6

    Damn it I just posted a bug fix on the GA release... Let me update and do it agqain

  3. version 1.17.0 of Microsoft.Azure.Functions.Worker.Sdk makes ncrunch look for .net6

    Sorry did you want a bug reported with the updated version you gave me or the ga version that is on the site?

  4. version 1.17.0 of Microsoft.Azure.Functions.Worker.Sdk makes ncrunch look for .net6

    Unfortunately that Didn't work and ended up breaking ncrunch across the board so even a new project didn't build. This is the trace output System.InvalidOperationException: No process is associated with this object. at System.Diagnostics.Process.EnsureState(State state) at System.Diagnos…

  5. version 1.17.0 of Microsoft.Azure.Functions.Worker.Sdk makes ncrunch look for .net6

    Yes it all builds and test run fine in Visual studio and Resharper. If you create a new function app with .net8.0 isolated long terms support [list][*]build the solution[/list] [list][*]enable ncrunch - the project will build[/list] [list][*]open manage packages for solution[/list] [list][*…

  6. version 1.17.0 of Microsoft.Azure.Functions.Worker.Sdk makes ncrunch look for .net6

    When updating the packages in a brand ne function app I notices that going from version 1.16.4 to version 1.17.0 of Microsoft.Azure.Functions.Worker.Sdk produces the following error ..\..\..\..\Program Files\dotnet\sdk\8.0.200\Sdks\Microsoft.NET.Sdk\targets\Microsoft.PackageDependencyResolution.t…

  7. .NET framework 4.6.1

    [quote=Remco;8119]Hi, thanks or sharing this. I had thought that 4.6.1 was an over-the-top replacement for 4.6, but it looks like it's a whole new version of the framework that will need its own task runner. This means to get 4.6.1 to run inside your test environment, we'll need to add a new tas…