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

Bumps [dotnet-sdk](https://github.com/dotnet/sdk) from 9.0.106 to 9.0.301. Release notes Sourced from dotnet-sdk's releases. v9.0.301 Bug Fixes Prevent Solution Folders Outside Solution Directory The sln-add command now avoids adding solution folders that...

dependencies
dotnet_sdk_package_manager

### Issue describing the changes in this PR - Bump host version to latest public available. - Remove `name: $(Build.SourceBranchName)_$(Build.Reason)` from CI so that we can identify the build version...

### Issue describing the changes in this PR resolves #4458 When we run dotnet new func, we are expecting the project and item templates to already be installed since they...

Currently, only the `FuncCoreTools\workers` folder is populated with workers. As a part of the .NET 8 migration, Logic Apps requires workers to be present in the `FuncCoreTools\in-proc8\workers` in order for...

enhancement
core-tools

### Version `4.0.7030` ### Description I have core tools version `4.0.7030`, which I believe is the latest. I'm trying to run `func init LocalFunctionProj --worker-runtime dotnet-isolated --docker --target-framework net8.0`. The...

bug
Supportability

### Version 4.0.7030 ### Description It appears that console output when running locally is not displaying all characters correctly. It might be limited to ASCII. ### Steps to reproduce From...

potential-bug
needs-investigation

This issue will act as an epic to track the work required to complete the release for Core Tools with linux arm64. A feature branch has been created to develop...

enhancement
core-tools

We should remove the `in-proc` feature branch and instead use build targets in `main` to build core tools for in-proc

area: engineering
core-tools

This is an epic as it will be a multiple stage process. We can use a feature branch for this. Through all this work, ensure backward comptability of all actions...

area: engineering
core-tools