Marek Ott
Marek Ott
Hi @akorchev, thanks for the quick answer. Is there a chance for such feature? In my app we are navigating via buttons from cards representing microservices to pages with info...
```csharp internal class Decorator : Stream { private readonly Stream innerStream; public long BytesWritten { get; private set; } public override bool CanRead => false; public override bool CanSeek =>...
I am not sure where to do it. This exception was thrown either before or after my pipeline, above middelware was mentioned only because it works with request body. Exception...
@MihaZupan could you report issue in appropriate repo of ASP.NET Core?