Добавлен конвертер string->int
All checks were successful
Release / pack-and-publish (release) Successful in 9m39s

This commit is contained in:
FrigaT
2026-04-14 21:25:53 +03:00
parent 6dcf39de56
commit ea9f392896
4 changed files with 44 additions and 17 deletions

View File

@@ -36,6 +36,7 @@ public abstract class CommonRequestProvider : IRequestProvider
Converters = {
new JsonStringEnumConverter(JsonNamingPolicy.KebabCaseLower),
new IntToStringConverter(),
new StringToIntConverter(),
new YExecutionContextConverter(api, storage),
}
};