Radek Zikmund

Results 27 issues of Radek Zikmund

testing PR for investigating https://github.com/dotnet/runtime/issues/109121.

area-System.Net.Http

## Build Information Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=1034085 Build error leg or test failing: System.Net.Security.Tests.ClientAsyncAuthenticateTest.ClientAsyncAuthenticate_ConnectionInfoInCallback_DoesNotThrow 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#how-to-create-a-known-issue-step-by-step). ```json {...

area-System.Net.Security
disabled-test
os-android
Known Build Error

E.g. https://[helixr1107v0xdeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-heads-main-fbc4041a426d40989e/System.Net.Ping.Functional.Tests/3/console.5322410f.log?helixlogtype=result](https://helixr1107v0xdeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-heads-main-fbc4041a426d40989e/System.Net.Ping.Functional.Tests/3/console.5322410f.log?helixlogtype=result) ``` ========================== End custom configuration settings =============================== ----- start Tue Mar 18 07:52:26 EDT 2025 =============== To repro directly: ===================================================== pushd . /tmp/helix/working/AFB00977/p/dotnet exec --runtimeconfig System.Net.Ping.Functional.Tests.runtimeconfig.json --depsfile System.Net.Ping.Functional.Tests.deps.json...

area-System.Net
disabled-test
os-mac-os-x
blocking-clean-ci
Known Build Error

### Description [SslClientAuthenticationOptions.CertificateRevocationCheckMode](https://learn.microsoft.com/en-us/dotnet/api/system.net.security.sslclientauthenticationoptions.certificaterevocationcheckmode?view=net-9.0#system-net-security-sslclientauthenticationoptions-certificaterevocationcheckmode) and [SslServerAuthenticationOptions.CertificateRevocationCheckMode](https://learn.microsoft.com/en-us/dotnet/api/system.net.security.sslserverauthenticationoptions.certificaterevocationcheckmode?view=net-9.0) default values have changed from `NoCheck` to `Online`. This change enhances security and makes the behavior consistent with [X509ChainPolicy](https://learn.microsoft.com/en-us/dotnet/api/system.security.cryptography.x509certificates.x509chainpolicy?view=net-9.0) ### Version .NET 10 Preview 6...

:watch: Not Triaged
breaking-change

## Build Information Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=1156905 Build error leg or test failing: System.Net.Http.Functional.Tests.HttpClientHandlerTest_Http3.Public_Interop_ExactVersion_BufferContent_Success 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#how-to-create-a-known-issue-step-by-step). ```json {...

area-System.Net.Http
disabled-test
Known Build Error

### [Breaking change]: `ZipArchive.CrateAsync` eagerly loads all zip archive entries, potentially throwing if central directory is malformed. #### Description Starting in .NET 11 Preview 1, the behavior of the `System.IO.Compression.ZipArchive`...

:watch: Not Triaged
breaking-change

Replaces https://github.com/dotnet/aspire/pull/10311 since the code moved to this repo. The Managed DNS implementation correctly special-cased "localhost" and resolved to loopback without contacting DNS server, but the authoritative RFC 6761 requires...

area-telemetry