feat: enable nullable reference types for the library #141
Annotations
4 warnings
default:
src/WeihanLi.Web.Extensions/Pager/PagerModel.cs#L51
Nullability of reference types in return type of 'Func<int, string>? PagerModel.OnPageChange.get' doesn't match implicitly implemented member 'Func<int, string> IPagerModel.OnPageChange.get' (possibly because of nullability attributes).
|
default:
src/WeihanLi.Web.Extensions/Pager/PagerModel.cs#L51
Nullability of reference types in return type of 'Func<int, string>? PagerModel.OnPageChange.get' doesn't match implicitly implemented member 'Func<int, string> IPagerModel.OnPageChange.get' (possibly because of nullability attributes).
|
default:
src/WeihanLi.Web.Extensions/Pager/PagerModel.cs#L51
Nullability of reference types in return type of 'Func<int, string>? PagerModel.OnPageChange.get' doesn't match implicitly implemented member 'Func<int, string> IPagerModel.OnPageChange.get' (possibly because of nullability attributes).
|
default:
src/WeihanLi.Web.Extensions/Pager/PagerModel.cs#L51
Nullability of reference types in return type of 'Func<int, string>? PagerModel.OnPageChange.get' doesn't match implicitly implemented member 'Func<int, string> IPagerModel.OnPageChange.get' (possibly because of nullability attributes).
|