X.PagedList icon indicating copy to clipboard operation
X.PagedList copied to clipboard

src: Mvc.Core: Make HtmlAttribute properties non-null

Open adschmu opened this issue 1 year ago • 0 comments

There is no point in setting either Key or Value of the HtmlAttribute to "null" or not set one of them at all. For this particular purpose, the "required" modifier was introduced in C# 11.

Use it where possible (.NET 7+) and provide non-null default values otherwise (.NET 6).

adschmu avatar Oct 16 '24 07:10 adschmu