Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

5 строки
233B

  1. namespace EnvelopeRenderer.Cli.Cli;
  2. /// <summary>Validated CLI input: paths that exist and are ready to hand to the render engine.</summary>
  3. public sealed record CliArguments(string TemplatePath, string CsvPath, string OutputPath);

Powered by TurnKey Linux.