I've been using your MvcRouteTester for a while and I think it's great! The current project I'm working has multiple controllers that need to be able to receive a model type from a single string. Obviously this be done by using the property on the model type. But it would decrease code readability and the quality of the auto-generated web api documentation. Therefore I took the time to add support for custom model types to be classified as simple if they have a string converter. I also improved the simple type classification in general. Please see commit comments.
Oh and in addition, I added tests to demonstrate that it works!
Hello Anthony,
I've been using your MvcRouteTester for a while and I think it's great! The current project I'm working has multiple controllers that need to be able to receive a model type from a single string. Obviously this be done by using the property on the model type. But it would decrease code readability and the quality of the auto-generated web api documentation. Therefore I took the time to add support for custom model types to be classified as simple if they have a string converter. I also improved the simple type classification in general. Please see commit comments.
Oh and in addition, I added tests to demonstrate that it works!