Matthew Henderson
Matthew Henderson
Run the `func` command for version 5858. You will see ```cli func Azure Functions Core Tools Core Tools Version: 4.0.5858 Commit hash: N/A +f9ca1cc1f385317a558bc35b3a3fc96af22665e4 (64-bit) Function Runtime Version: 4.834.3.22875 ```...
As part of GA for the isolated worker model placeholders, the opt-in flag should no longer be required. The flag should be honored for the explicit disablement state, though. |Setting...
### Description Currently, the custom host version of the Core Tools is only built for Windows.
Release the artifacts generated from changes tracked by https://github.com/Azure/azure-functions-core-tools/issues/3744
### Description The logic of this command needs to be reassessed, and a few changes are likely to be needed (e.g., stack-specific args, etc.). This item is to track the...
### Version N/A ### Description In [`check-vulnerabilities.ps1`](../blob/d76aa7b7dd3d11fa348a302e58ed647b5b4b5a2d/check-vulnerabilities.ps1), we should probably capture the exit code from the `dotnet restore` command and possibly throw an error before we get to the package...
### Description Per @jviau's comment [here](https://github.com/Azure/azure-functions-core-tools/pull/3761#discussion_r1683479741), we should update our CI to use `global.json` and the `UseDotNet` task.
This code should not need to be updated as new versions become available: https://github.com/Azure/azure-functions-templates/blob/d66e64f6549aed65b35bc586af88855e3f1620c2/Functions.Templates/Templates/HttpTrigger-CSharp-Isolated/.template.config/template.json#L18-L32 This should instead parse the version and perform a comparison against the minimum.