Andrew Casey
Andrew Casey
Add the ability to delete keys to support #52916. The approach is more complicated than you'd expect to account for the fact that `IXmlRepository` offers only two (possibly slow) operations:...
Effectively a backport of #4194. ###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/dotnet/aspire/pull/4283)
We've been seeing a lot of Helix runs fail with a number of messages related to `EPT_S_NOT_REGISTERED`: ```csharp System.ComponentModel.Win32Exception : The Local Security Authority cannot be contacted ``` ```csharp System.Security.Cryptography.CryptographicException...
## Failing Test(s) - Microsoft.AspNetCore.Hosting.FunctionalTests.WebHostBuilderTests.InjectedStartup_DefaultApplicationNameIsEntryAssembly ## Error Message ```text Assert.Equal() Failure ↓ (pos 29) Expected: ···njectionAssemblyName Actual: ···njectionAssemblyName\n[createdump] Gathering state for process··· ↑ (pos 29) ``` ## Stacktrace ```text at...
## Failing Test(s) - Interop.FunctionalTests.Http3.Http3RequestTests.POST_Expect100Continue_Get100Continue ## Error Message ```text System.Net.Http.HttpRequestException : An error occurred while sending the request. ---- System.Net.Http.HttpProtocolException : The HTTP/3 server reset the stream. HTTP/3 error code...
Illustration for https://github.com/dotnet/aspnetcore/issues/58233. We may want to consider updating the sample properly, but this is just a proof of concept.
## Background and Motivation On a machine that supports IPv6, listening to `Any`, rather than `IPv6Any` will either not work or be slower than necessary. For HTTP/1.x and 2/0, a...
In particular, `HttpProtocols` and `SslProtocols`. This should be more forward compatible than adding an explicit enum member for each combination of values. For #58088
Microsoft.Extensions.Time.Testing.Test.TimerTests.WaiterRemovedAfterDispose ``` Assert.Equal() Failure: Values differ Expected: 2 Actual: 1 ``` ``` at Microsoft.Extensions.Time.Testing.Test.TimerTests.WaiterRemovedAfterDispose() in D:\a\_work\1\s\test\Libraries\Microsoft.Extensions.TimeProvider.Testing.Tests\TimerTests.cs:line 237 ``` https://dev.azure.com/dnceng-public/public/_build/results?buildId=818533