You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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()