DirectumCompany / DirectumCompany/rx-instance-manager
Секция CaptureService в config.yml
- Dominant language
- C#
- Stars
- 2
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
При наличии секции CaptureService в config.yml инстанса, конструкция
`var yamlValues = YamlSimple.Parser.ParseFile(configYamlPath);` возвращает пустой Dictionary.


Если секцию закомментировать, тогда парсер возвращает нормальный результат, и строка инстанса заполняется корректно.


Contributor guide
No contributing guide indexed for this repository
Research direction
Reproduce the issue with config.yml containing the CaptureService section and without it, then inspect the YamlSimple.Parser.ParseFile(configYamlPath) call and the resulting Dictionary. Done means the parser returns the expected values when CaptureService is present and the instance string is populated correctly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100