1.4.28.0
- Correction of a bug :
Int32
,Int16
andInt64
were not evaluated whenOptionCaseSensitiveEvaluationActive = false
- Array types are now correctly evaluate in typeof and cast ex:
typeof(double[])
or(string[])myArray
(See #100 )
Int32
, Int16
and Int64
were not evaluated when OptionCaseSensitiveEvaluationActive = false
typeof(double[])
or (string[])myArray
(See #100 )