Rafiki Assumani
Rafiki Assumani
@odin568 Try replacing `SocketsHttpHandler` with `HttpClientHandler` in the following code: ```c# TestGrpcNetClient( GrpcChannel.ForAddress("https://pubsub.googleapis.com", new GrpcChannelOptions { HttpHandler = new SocketsHttpHandler() }), "GrpcNetClient_SocketHttpHandler"); ``` Using `HttpClientHandler` disables some custom logic the...
@listepo Can you tell us what methods/code are you copying from the examples that are worth including in a package? We are not planning to do this at the moment;...
@listepo Please use the following guide: https://docs.microsoft.com/en-us/aspnet/core/test/integration-tests?view=aspnetcore-6.0
Triage: We need to update the docs and provide a test example with `WebApplicationFactory`. @listepo Can you look at the following doc? It has some guidance on how to test...
@Rick-Anderson I am not sure if this person is using Swashbuckle and we should point them to the docs on polymorphism and inheritance that supports `allOf` or `anyOf` to express...
Triage: We will keep this issue open to give us time to add these results to Web APIs in MVC.
@asadmalik3 Triage: Since you are using 3.1.1, you do need the following package anymore: Microsoft.AspNetCore.SignalR: 1.1.0. On the client side can you use @microsoft/signalr 3.1.23 (https://www.npmjs.com/package/@microsoft/signalr/v/3.1.23) ?
@glatzert This may be fixed in rc2. Can you install a .NET rc2 nightly build and let us know if the issue is fixed on your end ? https://github.com/dotnet/installer
Triage: @Nasicus can you provide a GitHub repro project?
Triage: This is by design. The behavior was introduced in .NET7. We will keep this issue open for more feedback and revisit it during our .NET8 Planning.