Consider changing this to object - CLR TYPE
github-actions opened this issue · 1 comments
github-actions commented
Consider changing this to object - CLR TYPE
public class ValueContainer : IComparable, IEquatable<ValueContainer>
{
private readonly dynamic _value; // TODO: Consider changing this to object - CLR TYPE
private readonly ValueType _type;
public ValueContainer(string value, bool tryToParse = false)
ndex 8b1553e..093837d 100644
++ b/Test/ExpressionGrammarTest.cs
b36f84e1c85b68a55aabc64cf7c9cdd7c53a2a1a
github-actions commented
Closed in 942eec5