James Newton-King

Results 320 comments of James Newton-King

I've added a possible fix for the warning - https://github.com/dotnet/aspnetcore/pull/43259 It might not fix the warning - ASP.NET Core isn't using the same SDK as source build so I can't...

@vitek-karas @sbomer What's going on with IL2121? A lot of them have shown up in the aspnetcore build. I tried to remove some of the suppressions, but they were correctly...

Support is currently in preview and is only available in some data centers.

There is a link to https://cloud.google.com/service-infrastructure/docs/service-management/reference/rpc/google.api#google.api.HttpRule from our doc which covers how to annotate the proto files. I would eventually like to summarize annotating on our gRPC JSON transcoding doc....

In the example below `AccumulateCount` starts a gRPC client streaming call without sending a message. And a client streaming call can complete without one being sent. I don't know what...

Need to include gRPC JSON transcoding. There was a small section on the preview 4 blog post. This blog post goes into more detail: https://devblogs.microsoft.com/dotnet/announcing-grpc-json-transcoding-for-dotnet/

A couple of gRPC features that were added in grpc-dotnet should be highlighted. PR: https://github.com/dotnet/AspNetCore.Docs/pull/27454

Attached. [App1.zip](https://github.com/lbugnion/mvvmlight/files/1725885/App1.zip)

I can't easily get logs off the build server but I can repo freezing on my dev machine with this. It freezes all the time within 5 minutes: `while($true) {...

This is an ongoing problem. I'd like to make some progress on fixing it. Do you need anymore information from me?