Fluency icon indicating copy to clipboard operation
Fluency copied to clipboard

Throw error when trying to set a read only property using SetProperty()

Open ChrisEdwards opened this issue 15 years ago • 0 comments

When Fluency used a mock object to store the property values, this failed because the mock object would complain. Now that we are using an underlying dictionary, the system allows you to set a read only property value and fails when it builds. This needs to fail fast...upon setting the read only property, it should throw a meaningful error.

ChrisEdwards avatar Sep 21 '10 15:09 ChrisEdwards