N0D4N
N0D4N
```cs return await message.Content.ReadAsJsonAsync(cancellationToken: cancellationToken); ``` Is good workaround, i didn't think of at the time of writing a proposal. However, `HttpClientJsonExtensions` is already following the approach i proposed for...
@eiriktsarpalis sorry for ping, but i figured you would be the best person to ask, since you are an area owner and you commented here already. A month have passed...
@eiriktsarpalis sure! Just need to look up docs on adding new API.
Wait, maybe i miss something, But adding overloads with removed defaults `JsonSerializerOptions` is impossible since overloads with defaults are [already shipped in .NET 5 & 6](https://docs.microsoft.com/en-us/dotnet/api/system.net.http.json.httpcontentjsonextensions.readfromjsonasync?view=net-6.0#system-net-http-json-httpcontentjsonextensions-readfromjsonasync-1(system-net-http-httpcontent-system-text-json-jsonserializeroptions-system-threading-cancellationtoken)) and AFAIK C# doesn't...
I think i get it, but wouldn't it be binary breaking change? And i don't see a reason to do it. In video it's mentioned that calls with just `HttpContent`...
Same issue when using [Pomelo.EntityFrameworkCore.MySql](https://github.com/PomeloFoundation/Pomelo.EntityFrameworkCore.MySql) provider - EF Core tries to rename existing indexes, even though their names are explicitly set via Fluent API. Fix is however pretty simple -...
Можно сделать чтобы не показывались треды в списке: Настройки -> Интерфейс -> Убрать галку с `Выводить скрытые треды`. К сожалению опция не работает с сообщениями.
You can just use Catalog mode with `Unsorted` sorting. You can try it by going to: Settings -> Forums -> 4chan -> Tap on `Load catalog`. Unlike web version threads...
Как временный фикс - можешь почистить папку куда приложение сохраняет файлы. Чем больше файлов в этой папке тем дольше плашка с "обработкой данных" висит на экране
Ну будем ждать пока автор обратит внимание на проблему, или пока кто-нибудь разберется в чем проблема и сделает PR. Т.к. загрузка действительно похоже идет в UI потоке, из-за чего всё...