Ankit Jain

Results 99 issues of Ankit Jain

…stedAssemblies # {PR title} - [ ] You've read the [Contributor Guide](https://github.com/dotnet/aspnetcore/blob/main/CONTRIBUTING.md) and [Code of Conduct](https://github.com/dotnet/aspnetcore/blob/main/CODE-OF-CONDUCT.md). - [ ] You've included unit or integration tests for your change, where applicable....

area-infrastructure

## Failing Test(s) - Microsoft.AspNetCore.Components.E2ETest.ServerExecutionTests.ServerFormsTest.CanWireUpINotifyPropertyChangedToEditContext ## Error Message ```text OpenQA.Selenium.NoSuchElementException : no such element: Unable to locate element: {"method":"css selector","selector":".user\-name"} (Session info: chrome=137.0.7151.68); For documentation on this error, please visit:...

test-failure
needs-area-label

Creating .tar.gz arhives on windows from `_CreateArchive` target fails silently with: `tar: could not chdir to ''C:\Users\ankj\source\repos\aspire\artifacts\obj\Aspire.Cli.linux-arm64\Debug\net8.0\output/''` Fixing the mismatched directory separators does not help, neither does removing the trailing...

## Build Information Build: https://github.com/dotnet/aspire/actions/runs/18927391540 Build error leg or test failing: Aspire.Hosting.Azure.Tests.AzureDeployerTests.DeployAsync_WithSingleRedisCache_CallsDeployingComputeResources Pull request: ## Error Message Fill the error message using [step by step known issues guidance](https://github.com/dotnet/arcade/blob/main/Documentation/Projects/Build%20Analysis/KnownIssueJsonStepByStep.md). ```json {...

azure
area-deployment
failing-test

`dotnet/aspire` runs docker based tests on AzDO pipelines and some of them depend on `buildx`. See https://github.com/dotnet/aspire/issues/11725#issuecomment-3349998675 . This is specifically for `build.ubuntu.2204.amd64.open` image. cc @captainsafia @joperezr ### Release Note...

move-to-azdo

Test failing with [rolling build](https://dev.azure.com/dnceng-public/public/_build/results?buildId=371479&view=results): ``` [4/5] System.Private.CoreLib.dll.bc -> System.Private.CoreLib.dll.o WasmApp.Native.targets(379,5): error : Failed to compile /root/helix/work/workitem/e/wbt/ddpnbu30_we1/obj/Release/net8.0/browser-wasm/wasm/for-publish/aot-instances.dll.bc -> /root/helix/work/workitem/e/wbt/ddpnbu30_we1/obj/Release/net8.0/browser-wasm/wasm/for-publish/aot-instances.dll.o WasmApp.Native.targets(379,5): error : emcc: warning: linker setting ignored during compilation: 'EXPORT_ES6'...

arch-wasm
area-Build-mono
test-failure
Known Build Error

When trying to create tarballs on Windows, it fails like this. And the exit code is being explicitly ignored which means the issue isn't caught. 1. Is `tar` known not...

Resolves https://github.com/octokit/octokit.net/issues/3027 ---- ### Before the change? * OverflowException for artifacts with size larger than MAX_INT32 ### After the change? * Correctly creates the `Artifact` object for such artifacts ###...

### What happened? [This](https://github.com/dotnet/aspire/actions/runs/16871325740/artifacts/3731413302) workflow run has an artifact named `logs-Cli-macos-latest` which is `2.53G` in size. Getting any information about this artifact fails with `OverflowException`. Test code: ```csharp // https://github.com/dotnet/aspire/actions/runs/16871325740/artifacts/3731413302...

Status: Triage
Type: Bug