Closed
Description
I've created a simple project to repro this bug: https://github.com/xakep139/simpleAspNetCoreApplication
If you request /api/1.0/values/123/abcdef
and then /api/1.0/values/123/versions
it goes into GetVersion()
action in both request.
But if change order of requests it works as expected - GetVersions()
and then GetVersion()