dncuug / X.PagedList

Library for easily paging through any IEnumerable/IQueryable in ASP.NET
https://andrew.gubskiy.com/open-source
MIT License
899 stars 213 forks source link

Enable nullable annotations #268

Closed adschmu closed 3 months ago

adschmu commented 3 months ago

This enables nullable annotations for the remaining core projects and adjusts the variable/argument/property types accordingly.

This is based on (and includes) #267

Since I change csproj files, this conflicts with #265 If you intend to merge both, please merge one of them first and let me rebase the other one before merging it.

a-gubskiy commented 3 months ago

I merged your PRs.

@adschmu please rebase this one

adschmu commented 3 months ago

I rebased and provided additional changes on top of it in #269

If you want both, just take #269 and close this one.