Jacob Viau
Jacob Viau
### Issue describing the changes in this PR resolves #9859 ### Pull request checklist **IMPORTANT**: Currently, changes must be backported to the `in-proc` branch to be included in Core Tools...
The current design of the extension RPC server has it piggy backing off the general worker gRPC server. The lifetime mismatch between individual workers and this server causes issues during...
Updates all outdated .NET TFMs to .net8. Removes Benchmarks.csproj as it contains nothing. Rpc projects left as .net6 as they need to be compatible with the .net6 host.
This project has moved to be owned by the Azure SDK team directly (a long time ago).
Removes unused analyzer projects. These are no longer actively developed and use the legacy style VSIX analyzer. They are being flagged as out of compliance, so instead of bringing them...
Removes unused crank tool
Intermittently failing due to timing issue https://github.com/Azure/azure-webjobs-sdk/blob/feeab9f23bbdbd59a930945cbcbdf4dfab8afc28/test/Microsoft.Azure.WebJobs.Host.UnitTests/Timers/TaskSeriesTimerTests.cs#L759 Failed run: https://dev.azure.com/azfunc/public/_build/results?buildId=171806&view=results
This test is flaky, failing in multiple runs. A quick look makes me think this test is highly CPU dependent and can not be ran consistently across different hardware.
### Library name Microsoft.Extensions.Azure ### Please describe the feature. Add support for configuring and instantiating an `AzurePipelinesCredential` via `AzureComponentFactory`.