Chris Ross
Chris Ross
Azure has a feature that can monitor git branches and automatically deploy when you push. Set this up at least for staging. It could also be used for production if...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug https://www.ietf.org/archive/id/draft-ietf-webtrans-http3-03.html#section-4.5 > In WebTransport over HTTP/3, the client MAY send...
## Error Message ``` Failed to install browsers EXEC : error : Failed to download firefox, caused by [D:\workspace\_work\1\s\src\Shared\BrowserTesting\src\Microsoft.AspNetCore.BrowserTesting.csproj] ##[error]EXEC(0,0): error : (NETCORE_ENGINEERING_TELEMETRY=Build) Failed to download firefox, caused by EXEC...
## Failing Test(s) - Templates.Test.BlazorWasmTemplateTest.BlazorWasmHostedTemplate_AzureActiveDirectoryTemplate_Works I have not quarantined this test because the error so strange that I can't tell if it's related to a specific test. ## Error Message...
This is now available for Kestrel in 7.0-preview6. Notes from the blog post: [WebSockets](https://www.rfc-editor.org/rfc/rfc6455.html) were originally designed for HTTP/1.1 but have since been [adapted](https://www.rfc-editor.org/rfc/rfc8441.html) to work over HTTP/2. Using WebSockets...
When doing a code+id_token hybrid flow there are some additional validations required between the id_token from the authorization endpoint and the one from the token endpoint. http://openid.net/specs/openid-connect-core-1_0.html#HybridIDToken2 1) the sub...
### Description RE: https://github.com/dotnet/aspnetcore/issues/43042, https://github.com/dotnet/aspnetcore/pull/43212 Remote authentication providers like OpenIdConnect, WsFederation, and OAuth have been updated to avoid unnecessary errors when there is no user information available on the request....
### Description Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv and Libuv.dll have been removed from ASP.NET Core 7.0.0-preview1. See https://github.com/dotnet/aspnetcore/issues/38022 for discussion. ### Version Other (please put exact version in description textbox) ### Previous behavior Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv...
## ClientCertificate property no longer triggers renegotiation for HttpSys The `HttpContext.Connection.ClientCertificate` property will no longer trigger TLS renegotiations for HttpSys. See https://github.com/dotnet/aspnetcore/issues/34124 for discussion. ### Version introduced 6.0 ### Old...
## Microsoft.AspNetCore.Http.Features split, no longer shipped as a package Microsoft.AspNetCore.Http.Features is being split into two assemblies, Microsoft.AspNetCore.Http.Features and Microsoft.Extensions.Features. ### Version introduced 6.0 ### Old behavior Microsoft.AspNetCore.Http.Features 5.0 shipped both...