Testura/Testura.Code

Bad exception in ValueArgument

Closed this issue · 1 comments

The first constructor throws an exception that say ""{nameof(value)} must be a number, boolean or string.");" but it don't accept string.

So we must either:

  • Change the message
  • Let it accept string

Fixed in 0.8,0