See #206.
.NET 8.0
Reinforced.typings is apparently incompatible with System.Text.Json 9.0.0.0. It reports the following error:
RT0999 Could not load file or assembly 'System.Text.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. The system cannot find the file specified.
The referenced file does exist in the expected .nuget\packages location.
Reverting to System.Text.Json 8.0 fixes the problem, but is not a long term solution, since that version does not support .NET 9.