Azure / Azure/Azure-Functions

Create Azure Functions v2 (.NET Core) with Http trigger, there is a warning "Microsoft.Azure.WebJobs.Extensions 3.0.5 depends on Microsoft.Azure.WebJobs.Host.Storage (>= 3.0.11) but Microsoft.Azure.WebJobs.Host.Storage 3.0.11 was not found".

Open
#1,521 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
PowerShell
Stars
1.1k
Forks
215
Avg merge
4h 2m
Merged PRs (30d)
1

Description

1. File > New Project > Azure Functions >Azure Functions v2 (.NET Core) ~ Http trigger ~Browse to an existing storage account > Create
2. Verify Error List, there is a warning shows up.

Note: It doesn't repro with Azure Functions v1 and v3 projects.

ACTUAL:

![image](https://user-images.githubusercontent.com/3981619/76357055-329d9b80-62d4-11ea-96be-0424d559c957.png)

NU1603: Microsoft.Azure.WebJobs.Extensions 3.0.5 depends on Microsoft.Azure.WebJobs.Host.Storage (>= 3.0.11) but Microsoft.Azure.WebJobs.Host.Storage 3.0.11 was not found. An approximate best match of Microsoft.Azure.WebJobs.Host.Storage 3.0.13 was resolved.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.