Jack Horton
Jack Horton
We have a lot of type checks that, if moved to the JSRT, would be a single (inlineable by the C++ compiler) native call to check the typeId of the...
@yonzhan @jiasli Do you have any update here? This issue is still requiring us to use a custom AzureCliCredential wrapper that handles this behavior correctly as the one shipped with...
We are also running into this, though I am experiencing the additional odd behavior that this only repros in our CI and not locally, so there may be differences in...
This issue has been hitting my team recently as well, except that we dont use Aspire -- we _do_ use msbuild's native container publishing support, which I expect Aspire is...
@zhiyuanliang-ms we don't depend on Microsoft.Extensions.Configuration.AzureAppConfiguration at all: ``` > dotnet nuget why .\Swarm.Scheduler\ Microsoft.Extensions.Configuration.AzureAppConfiguration Project 'Swarm.Scheduler' does not have a dependency on 'Microsoft.Extensions.Configuration.AzureAppConfiguration'. ``` It seems like this is...