Azure / Azure/azure-functions-core-tools

Func new fails with DurableTask.AzureStorage.dll already exists

Open
#2,527 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
1.5k
Forks
498
Avg merge
5d 4h
Merged PRs (30d)
15

Description

cc @soninaren

Core Tools version: `3.0.3388`

`func new` fails with error : One or more errors occurred. (The file `'C:\Users\pgopa\AppData\Local\Temp\Functions\ExtensionBundles\Microsoft.Azure.Functions.ExtensionBundle\1.5.1\bin\DurableTask.AzureStorage.dll' already exists.)`

Work around:
Delete folder : `C:\Users\pgopa\AppData\Local\Temp\Functions\ExtensionBundles\Microsoft.Azure.Functions.ExtensionBundle\1.5.1`

Contributor guide

Open the contributing guide

Research direction

Start by reproducing `func new` with Core Tools 3.0.3388 and inspect the extension-bundle directory under the reported Temp\Functions path. Trace why `DurableTask.AzureStorage.dll` is treated as an existing file during bundle setup. Done means `func new` completes without the duplicate-file error and the extension bundle remains usable.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
cli
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.