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
Reinforced.Typings : Unexpected error RT0999: Input string was not in a correct format.
After some investigation I've found that what sparked a cascade of problems is a newline in my Reinforced.Typings.settings.xml (I didn't do it on purpose, it was a hard wrap from the formatter):
From what I understand the MsBuild <RtCli> task puts all input props (including whitespace) in a temp file that is then parsed line-by-line by the command line tool. The extra newline in this prop (and possibly others?) seems to break the parsing, as the parses assumes one parameter per line. The error directly comes from here:
RT version: 1.6.1
.NET 6
I've been getting this when building:
After some investigation I've found that what sparked a cascade of problems is a newline in my
Reinforced.Typings.settings.xml
(I didn't do it on purpose, it was a hard wrap from the formatter):From what I understand the MsBuild
<RtCli>
task puts all input props (including whitespace) in a temp file that is then parsed line-by-line by the command line tool. The extra newline in this prop (and possibly others?) seems to break the parsing, as the parses assumes one parameter per line. The error directly comes from here:Reinforced.Typings/Reinforced.Typings.Cli/ExporterConsoleParameters.cs
Lines 132 to 134 in 2e58769
The text was updated successfully, but these errors were encountered: