Radek Zikmund
Radek Zikmund
## Build Information Build: Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=665970 Build error leg or test failing: System.Net.WebHeaderCollection.Tests 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...
Was playing around with gitu and wanted to refresh some of the Rust I know. This is a very rough sketch which allows me to add arguments to flags (such...
Currently, user has to write the exact branch name during checkout (or at least I didn't notice any auto-complete/suggestion functionality). Magit uses narrowing search packages like Helm to simplify selecting...
It has been some time since I used magit, but I think it allowed changing which remote the current branch gets pushed to. I just encountered a case where for...
``` System.Net.Http.WinHttpHandlerFunctional.Tests.BidirectionStreamingTest.BackwardsCompatibility_DowngradeToHttp11 [FAIL] Assert.Throws() Failure: No exception was thrown Expected: typeof(System.Exception) Stack Trace: /_/src/libraries/System.Net.Http.WinHttpHandler/tests/FunctionalTests/BidirectionStreamingTest.cs(345,0): at System.Net.Http.WinHttpHandlerFunctional.Tests.BidirectionStreamingTest.BackwardsCompatibility_DowngradeToHttp11() --- End of stack trace from previous location --- ``` ## Build Information Build:...
Consider (perhaps large) C structures received from native code and used in .NET via generated PInvoke bindings. If the structure contains padding bytes, the default equality comparison logic for `ValueType`s...
## Build Information Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=779054 Build error leg or test failing: System.Net.Http.Functional.Tests.SocketsHttpHandler_HttpClientHandler_ServerCertificates_Test.NoCallback_RevokedCertificate_NoRevocationChecking_Succeeds 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 {...
Hi, We are using badssl.com in our CI to test .NET runtime components. Our CI suites runs in AzDO pipelines and uses Azure DNS server. On one of our test...
### Description PR: https://github.com/dotnet/runtime/pull/105875 Obsoletion diag id: SYSLIB0058 Message: KeyExchangeAlgorithm, KeyExchangeStrength, CipherAlgorithm, CipherAlgorithmStrength, HashAlgorithm and HashStrength properties of SslStream are obsolete. Use NegotiatedCipherSuite instead. ExchangeAlgorithmType, CipherAlgorithmType, HashAlgorithmType enums are being...
## Description This PR brings in a C# implementation of a DNS resolver that is able to signal the TTL information together with the query results. Main features - Async...