Andrew Casey

Results 32 issues of 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:...

area-dataprotection
pending-ci-rerun

Effectively a backport of #4194. ###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/dotnet/aspire/pull/4283)

area-components
Servicing-consider

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...

test-failure
Known Build Error

## 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...

test-failure
test-fixed
area-hosting

For CG. Redo of #56677

area-signalr
tell-mode
pending-ci-rerun

## 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...

test-failure
HTTP3
area-networking

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...

area-mvc
api-suggestion
analyzer

In particular, `HttpProtocols` and `SslProtocols`. This should be more forward compatible than adding an explicit enum member for each combination of values. For #58088

area-networking

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

untriaged
area-tests