Evgeny Zborovsky

Results 1 comments of Evgeny Zborovsky

Faced the same issue. In my case the filter was applied directly on the method as attribute. ``` [ValidateModelState] public async Task Get() { .. } ``` After: `GlobalConfiguration.Configuration.DependencyResolver =...