Ilona Tomkowicz

Results 118 comments of Ilona Tomkowicz

> > Ideal: Enhanced nav should scroll to top, except if you're staying on the same page, in which case it should leave the scroll position alone (though it's unclear...

CI failures will be fixed with https://github.com/dotnet/aspnetcore/pull/62369.

Failures are random and at each attempt a different test fails. ``` Microsoft.AspNetCore.Routing.Internal.RequestDelegateFactoryTests.RequestDelegateFactory_WhenJsonIsReflectionEnabledByDefaultTrue [FAIL] Microsoft.DotNet.RemoteExecutor.RemoteExecutionException : Half-way through waiting for remote process. ``` ``` Microsoft.AspNetCore.Server.HttpSys.Listener.AuthenticationOnExistingQueueTests_Attach.AuthTypes_RequireAuth_Success(authType: Negotiate) [FAIL] System.TimeoutException : AcceptAsync...

/ba-g failures not connected edit: no, it does not work on backports...

Yes, we used to hit it on the runtime https://github.com/dotnet/runtime/issues/103061 and it was fixed by increasing the timeout for running these tests.

No, we stopped hitting it after the [fix](https://github.com/dotnet/runtime/pull/103221) got merged

@maraf, do you know if the issue got some other way of fixing? I can see that the timeout increase is removed already

@jacob-l thank you for your contribution. Could you, please add a test in https://github.com/dotnet/aspnetcore/blob/main/src/Components/WebView/WebView/test/StaticContentProviderTests.cs that would demonstrate the encoding failure you're describing?

## ✔ ***Resolved*** — `NotFound` works with streaming that has started details: https://github.com/dotnet/AspNetCore.Docs/issues/35630 Docs resolved on https://github.com/dotnet/AspNetCore.Docs/pull/35698.