Rodion Mostovoi

Results 47 issues of Rodion Mostovoi

Hello everyone! I discovered a useful method to await two or more tasks asynchronous. Here is an extension example for 2 tasks: ```csharp public static async Task WhenAll( this (Task...

Hello everyone! I want to suggest a new approach to code generation by splitting it in two stages: 1. Restoring structures (classes and enums) from given data type: - Regular...

awesome advice
L9

OS: Win 10 2004 The tool shows an error if we specify notes argument inside single quotes (like in help): ``` atm gen single 'C:4' test.mid ``` Shows: `error: Invalid...

Let consider adding mongo db support. Also I think it worth to move an object editor's UI and logic to another package to get ability to use it separately. Like...

enhancement
area:dotnet-part

Ребята, не смог найти документацию к данным XML файла с размеченными текстами. Подскажите, пожалуйста, где искать. В первую очередь интересуют возможные значения тега `v` и их расшифровка (пример: `NOUN, inan,...

Hello! Please add this useful method into the library: ``` T get firstNotNull { return firstWhere((element) => element != null); } ```

enhancement

How to make a `HighlightView` widget's text selectable?

Hello! The method `TzdbDateTimeZoneSource.FromStream` doesn't exist in this repo at all, but it's using inside `ToTzdbDateTimeZoneSource` for example. ```dart TzdbDateTimeZoneSource ToTzdbDateTimeZoneSource() { var ms = new MemoryStream(); var writer =...

What is the correct way to make Serilog read `Logging` section from appsettings.json? I want Serilog to count this section: ```json { "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning"...

Hello! Do you plan to support Flutter Web platform? It's necessary for us now.

enhancement