Brennan
Brennan
WebTransport is making great progress, but it's very unlikely SignalR will be able to make use of it in the short time left for 7.0. Moving to .NET 8 Planning.
Hub methods could also be included here.
`./build.cmd -nobuildnative` should also work
Fixes/helps https://github.com/dotnet/aspnetcore/issues/40215?
> The nettrace impact is prior to this change the nettrace was 1GB, but after this change it is approximately 40MB. The win here is reduction of the impact of...
See the issue template: https://github.com/dotnet/aspnetcore/issues/new?assignees=&labels=api-suggestion&template=30_api_proposal.md&title= Either edit the top comment or make a new comment. See example: https://github.com/dotnet/aspnetcore/issues/42725
> how do you tacklog `logging` related issues these days? Apply a label, or move to somewhere else? Most logging issues go to Runtime, but this probably doesn't need to...
> are [Microsoft.AspNetCore.SignalR 1.0.4](https://www.nuget.org/packages/Microsoft.AspNetCore.SignalR/1.0.4) and [Microsoft.AspNetCore.SignalR.Core 1.0.15](https://www.nuget.org/packages/Microsoft.AspNetCore.SignalR.Core/1.0.15) the supported versions? Yes, they were released as part of ASP.NET Core 2.1 and have the same EOL
> requires changing the PublicAPI contracts for `AddCheck` adding an optional `HealthCheckOptions`. Why not add a new `AddCheck` overload that takes the new `HealthCheckOptions` type? Adding a new optional param...
This goes back to what we mentioned about dropping the defaults from the old overload. > consider an existing method MyMethod(int a = 1). If you introduce an overload of...