SharpSerializer icon indicating copy to clipboard operation
SharpSerializer copied to clipboard

Help debugging "Property set method not found."

Open pltaylor opened this issue 6 years ago • 1 comments

I've done a major refactor of my application and am running into a "Property set method not found." error when I deserialize current files in my refactored apps. Is there any way to narrow down what property it is having problems with?

pltaylor avatar Jun 13 '19 12:06 pltaylor

I found the issue in my code. I removed a setter from a public property that used to have one. I feel like it should be ignored if that happens. Setting the property to private solved the issue entirely. Not sure if this should be left open for the room to improve on error messages or handling this particular edge case or closed because I solved the issue.

pltaylor avatar Jun 14 '19 15:06 pltaylor