Daniel Jurek
Daniel Jurek
An initial discussion suggested that it was possible to do this with FreeBSD 12 but the steps needed to do this would take engineering time: 1. Get .NET CLI running...
Costing estimate: 5 * On Linux/Windows it may be preferable to use container infrastructure to bypass all of the customization done to the DevOps hosted images. * On MacOS work...
One edge case we should consider is if a hotfix release from a hotfix branch and that version is behind what is in `main` ... In that case we want...
/azp run c - client - tests
Live tests (after updating pipeline variables) -- https://dev.azure.com/azure-sdk/internal/_build/results?buildId=1732473&view=results
Live tests passed, FYI.
@vhvb1989 - Can we merge this?
Thanks for the report @tonybaloney -- I've started looking into this. I'm able to reproduce behavior like this by installing different versions on top of an existing `azd` installation. That...
Further investigation into this reveals that the OS caches signatures for binaries ([source](https://developer.apple.com/documentation/security/updating_mac_software)). > macOS caches information about the code’s signature in the kernel. It doesn’t flush that cache when...
Goals: * [x] `azd` detects it's in codespaces and logs in with `--use-device-code` * [ ] Foreach sample repo: codespaces scenarios work * [ ] La Codespace scenario: 1. Create...