rjkovach
Results
1
issues of
rjkovach
Currently, `ReflectionExtensions.IsMutable()` looks for public properties on an object which are writable to determine whether it is mutable. However, this logic does not account for other common immutable patterns like...