Open tarekgh opened 3 days ago
@kevin-montrose could you please give this issue a priority? some users are already broken when using Jil on .NET 9.0. Look this issue reported back in July too https://github.com/kevin-montrose/Jil/issues/363.
CC @Mutuduxf
The
TimeSpan
type includes the methodFromSeconds(double)
, and in .NET 9.0, a new overloadFromSeconds(long)
was introduced. The reflection logic for FromSeconds needs to be updated to specify the exact parameter types. Without this fix, the code will throw exceptions such as: