You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unresolved substitution: import-rules.pdf-import-rulesets.import-rules.default-data-converter. At path 'import-rules.pdf-import-rulesets.import-rules.default-data-converter', line 11, position 25.
Putting the content of the included file directly into main file (and remove include statement) resolves all data as expected.
So, if a file is included, the path is not evaluates as ABSOLUTE but as relative path and is concatinated. In our example the
"import-rules.pdf-import-rulesets" part of path is wrong
found in Hocon.dll, version 2.0.4
environment: .net 4.8, VS2022
The object path is evaluted in a wrong way if evalutation in a included file
Let's image following main file:
and the file to be included:
the parsing gets an exception:
Putting the content of the included file directly into main file (and remove include statement) resolves all data as expected.
So, if a file is included, the path is not evaluates as ABSOLUTE but as relative path and is concatinated. In our example the
"import-rules.pdf-import-rulesets" part of path is wrong
Complete files are attachted in zip file.
ImportRules.zip
The text was updated successfully, but these errors were encountered: