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
Could not load type 'Microsoft.AspNetCore.Http.Internal.QueryCollection' from assembly 'Microsoft.AspNetCore.Http, Version=5.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'.
#37
Open
zeWizard opened this issue
Feb 27, 2021
· 0 comments
Hi,
first of all love the library!.
I'm just having a minor issue with paging when using .NET 5.
Basically the LinksHandlerContext has this line:
public IQueryCollection CurrentQueryValues => ActionContext?.HttpContext?.Request?.Query ?? new QueryCollection();
and by removing the 'new QueryCollection', it allows the operation to work as expected.
I have a change which seems to fix it for me, i was hoping you guys could review and push a new build.
Thanks
The text was updated successfully, but these errors were encountered: