azure-functions-core-tools
azure-functions-core-tools copied to clipboard
Command line tools for Azure Functions
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...
### 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...
### 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...
### 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...
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...
We should remove the `in-proc` feature branch and instead use build targets in `main` to build core tools for in-proc
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...