Skip to content

feat: enable nullable reference types for the library #141

feat: enable nullable reference types for the library

feat: enable nullable reference types for the library #141

Triggered via push November 13, 2024 18:37
Status Success
Total duration 46s
Artifacts

dotnetcore.yml

on: push
Fit to window
Zoom out
Zoom in

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).