Radek Zikmund
Radek Zikmund
testing PR for investigating https://github.com/dotnet/runtime/issues/109121.
## 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 {...
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...
### 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...
## 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 {...
### [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`...
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...