First post:
zam6ak wrote: I am trying to specify decimal number in InlineData for my Theory...
Something like:
[InlineData(0.333333m,4,PaymentFrequency....
Latest post:
BradWilson wrote: You cannot.
The problem is that the CLR only allows limited values for attribute constructor arguments, and decimal is not o...