Skip to content

Commit

Permalink
EdmModelSelector should use IApiVersionSelector when possible for uns…
Browse files Browse the repository at this point in the history
…pecified API version. Fixes #745
  • Loading branch information
commonsensesoftware committed Apr 6, 2022
1 parent 4bf1117 commit 3b5cfe0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -375,7 +375,7 @@ bool ParameterHasRegisteredModelBinder( ParameterDescriptor parameter )
!( binder is BodyModelBinder ) &&
!( binder is ComplexTypeModelBinder ) &&
!( binder is BinderTypeModelBinder ) &&
!( binder is ICollectionModelBinder);
!( binder is ICollectionModelBinder );
}

[DebuggerDisplay( "{Action.DisplayName,nq}" )]
Expand Down

0 comments on commit 3b5cfe0

Please sign in to comment.