azure-functions-core-tools icon indicating copy to clipboard operation
azure-functions-core-tools copied to clipboard

Command line tools for Azure Functions

Results 408 azure-functions-core-tools issues
Sort by recently updated
recently updated
newest added

### Version 4.0.7018 ### Description Created a new .net8 app in VS and hit F5 -- the core tools reports that it's running 4.6xx, yet it seems pretty clear that...

potential-bug
needs-investigation

Today the[ E2E deployment tests ](https://github.com/Azure/azure-functions-core-tools/blob/main/test/Azure.Functions.Cli.Tests/E2E/DeploymentTests.cs)and [list-functions tests](https://github.com/Azure/azure-functions-core-tools/blob/main/test/Azure.Functions.Cli.Tests/E2E/ListFunctionsTests.cs#L19) are disabled since they require provisioning azure resources. We need to investigate and re-design how the tests are run and re-enable them...

test
Needs: Triage (Functions)
design
core-tools

This issue acts as an epic for refactoring the E2E tests to adopt the new testing framework proposed during the design meeting. This work would involve creating a new E2E...

test
core-tools

Update func durable tests from [here](https://github.com/Azure/azure-functions-core-tools/blob/main/test/Azure.Functions.Cli.Tests/E2E/DurableTests.cs) to use the new testing framework. Here is an example of the test framework being used: https://github.com/Azure/azure-functions-core-tools/pull/4364

test
core-tools

### Added `func new` Tests resolves #4330 ### Pull request checklist * [x] My changes **do not** require documentation changes * [ ] Otherwise: Documentation issue linked to PR *...

### Version 4.0.6821 ### Description The Azure Functions Core Tools' Python path resolution logic has significant issues on Windows that make it difficult to use virtual environments reliably. The current...

Needs: Triage (Functions)
potential-bug