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".
- 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:

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.