Natalia Kondratyeva

Results 11 issues of Natalia Kondratyeva

### Describe the feature you'd like supported Discovered in https://github.com/dotnet/runtime/issues/71927 Fot HTTP/3 in .NET, which uses MsQuic underneath, client connection closure would happen in Dispose of an HttpClient. However, due...

feature request
Area: Core
Partner: .NET

Microbenchmarks in Crank don't work for .NET 9.0 currently ([logs](https://dev.azure.com/dnceng/internal/_build/results?buildId=2321794&view=logs&j=75d9e29f-0f2e-5603-71e1-b4ced6dfbff3&t=ccba0c24-ff75-569c-b1fb-989a3e917eea&l=51)): ``` Command: dotnet publish MicroBenchmarks.csproj .... .... error NETSDK1005: Assets file 'C:\Users\ .... \MicroBenchmarks\project.assets.json' doesn't have a target for 'net9.0'....

Error on publishing comments, e.g. with benchmark results ([log](https://dev.azure.com/dnceng/internal/_build/results?buildId=2435985&view=logs&j=a44beabe-a9db-568c-57ce-a8d91f976955&t=d48bf97e-98ce-58c0-5c79-41a428935c1d)) ``` ... Publishing results An error occurred: Octokit.AuthorizationException: Bad credentials at Octokit.Connection.HandleErrors(IResponse response) in /_/Octokit/Http/Connection.cs:line 785 at Octokit.Connection.RunRequest(IRequest request, CancellationToken cancellationToken,...

### Build https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=769868 ### Build leg reported Build / browser-wasm linux Release LibraryTests_Smoke_AOT / Build product ### Pull Request https://github.com/dotnet/runtime/pull/105841 ### Known issue core information Fill out the known issue...

Known Build Error
First Responder

The whole Helix WorkItem shows as "crashed", but there's actually just a failed test (`System.Tests.DecimalTests+BigIntegerAdd.Test`) which is already tracked in https://github.com/dotnet/runtime/issues/106256. It is impossible to see which test is failing...

area-Codegen-LLVM-mono
os-tvos
Known Build Error

## Build Information Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=842042 Build error leg or test failing: Wasm.Build.Tests.WasmTemplateTests.ConsolePublishAndRun ## Error Message ```json { "ErrorMessage" : "Wasm.Build.Tests.WasmTemplateTests.ConsolePublishAndRun(config: \"Release\", aot: True, relinking: False) [FAIL]", "BuildRetry" : false, "ExcludeConsoleLog"...

arch-wasm
area-Codegen-AOT-mono
Known Build Error

## Build Information Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=769868 Build error leg or test failing: Wasm.Build.Tests.TestAppScenarios.LazyLoadingTests.LoadLazyAssemblyBeforeItIsNeeded Pull request: https://github.com/dotnet/runtime/pull/105841 ## 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...

arch-wasm
area-Build-mono
Known Build Error

Covers some common problems that users encounter when using HttpClientFactory Fixes https://github.com/dotnet/runtime/issues/101884 Fixes https://github.com/dotnet/runtime/issues/96308 cc @dotnet/ncl --- #### Internal previews | 📄 File | 🔗 Preview link | |:--|:--| |...

dotnet-fundamentals/svc
dotnet-networking/subsvc

### Description `HttpClientFactory`'s default logging includes `Trace` level logs that outputs all the request and response headers. There is an existing API [RedactLoggedHeaders](https://learn.microsoft.com/en-us/dotnet/api/microsoft.extensions.dependencyinjection.httpclientbuilderextensions.redactloggedheaders?view=net-8.0) to select which of these headers are...

doc-idea
breaking-change
Pri1
:pushpin: seQUESTered

### Description `HttpClientFactory` allows you to configure `HttpMessageHandler` pipeline for named and typed `HttpClient`s. The "inner-most" handler -- the one that actually sends the request on the wire -- is...

doc-idea
:watch: Not Triaged
breaking-change
Pri1