James Newton-King

Results 94 issues of James Newton-King

See https://github.com/grpc/grpc-dotnet/pull/1853#issuecomment-1223765065 Consider updating two load balancers to clear all subchannels when resolver successfully resolves no addresses.

bug

Fixes https://github.com/grpc/grpc-dotnet/issues/1832 tl;dr; HTTPS proxy tunnels a request through another request. This is different from the standard behavior to open a socket. Fallback to passive connectivity when HTTPS proxy tunnel...

Fixes https://github.com/dotnet/razor-compiler/issues/352 I've hacked this in. There are things todo: 1. Is this the right way to detect whether a Razor document is a Razor Page or Blazor page? 2....

Fixes https://github.com/dotnet/aspnetcore/issues/45270 Proto messages support enums. These enums can either be nested in a message or specified in the root scope of the proto file. ```proto // root scope enum...

area-grpc

Follow up PR to address comment https://github.com/dotnet/aspnetcore/pull/44657#discussion_r1010869733 **Note:** An edge case with `SocketTransportFactory` is it allows the factory method to be customized with [SocketTransportOptions.CreateBoundListenSocket](https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.server.kestrel.transport.sockets.sockettransportoptions.createboundlistensocket?view=aspnetcore-7.0). A custom method creating the socket...

area-runtime

A .NET 7 app can be published as a native executable by setting `true` in the csproj. I noticed in my test app that the Swagger UI middleware is broken...

aot

### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe the problem. _No...

area-infrastructure

Addresses the warning part of https://github.com/dotnet/aspnetcore/issues/45528 Adds a reflection fallback to invoking middleware. The goal is to avoid native AOT warnings on publish. There is also a small performance benefit...

area-runtime

- [x] Fix ASP.NET Core runtime AOT warnings https://github.com/dotnet/aspnetcore/pull/45604 - [x] Fix gRPC AOT warnings https://github.com/grpc/grpc-dotnet/pull/1924 - [ ] Fix Google.Protobuf AOT warnings https://github.com/protocolbuffers/protobuf/pull/11128 - [ ] Update grpc-dotnet to...

area-grpc

### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe the problem. Hosting,...

area-blazor