yankarinRG

Results 24 comments of yankarinRG

Hello @Taritsyn, I hope to find you well. I reencountered the issue while I was debugging an ASP.NET 6 MVC web app with the `Prodution` environment. The only difference with...

Hello @Taritsyn, from my perspective, there are two reasons why I haven't addressed this issue further. First, when I added the compression and minification functionality to the web app in...

Hello, @Taritsyn I upgraded from version 2.13.8 to version 2.13.9 Preview 1 and ran some standard tests to check if the issue persisted. I observed that the problem occurred consistently,...

I updated to version 2.13.9 Preview 2 with the GC.KeepAlive on the minified content but I am able to reproduce the issue just like before, no changes :(

> Does the `GenerateStatistics` option still prevent this error? Yes, it appears turning on `GenerateStatistics` keeps preventing the blank page issue, even on 2.13.9 Preview 2. I made another interesting...

The problem is that unsless I set `GenerateStatistics` to `true` (which seems to "resolve" the issue) `statistics` is always `null`...

I'm sorry for any confusion my previous message may have caused. What I was trying to say is that if `GenerateStatistics` is not `true`, then `statistics` will be `null` and...

That's exactly the same workaround/hack i am using at the moment. If this won't get implemented by nobody else and I'll come up with an elegant and performant way to...

I have the same problem

> You may read these guidance to know how to define http service (by proto option, etc.) for grpc service: https://google.aip.dev/127 https://github.com/googleapis/googleapis/blob/master/google/api/http.proto Hi there! I followed the steps outlined in...