ploeh / Hyprlinkr

A URI building helper library for ASP.NET Web API
MIT License
197 stars 34 forks source link

Fixed bug in ResourceLinkVerifier.Verify that led to a wrong result when... #11

Closed dhilgarth closed 12 years ago

dhilgarth commented 12 years ago

... a controller has been used that derived from another class and the action method has been declared in the base class and not been overriden in the derived controller.

Please see comment on https://github.com/dhilgarth/Hyprlinkr/blob/bug/ResourceLinkVerifier/DerivedController/Hyprlinkr/ReflectionExtensions.cs if you are interested in the details.

BTW: I would appreciate some suggestions on how to improve the names of the tests in ReflectionExtensionsTest.