SameSite cookie setting

My browser complains about Theme cookies. It sends me a message about not having proper "SameSite" attribute value, so I tried to fix it but it is configured with

builder.Services.AddRadzenCookieThemeService(options =>
{
    options.Name = "EcoMatrixTheme";
    options.Duration = TimeSpan.FromDays(365);
});

and it does not recognize the SameSite option parameter.

Is there any other solution for this issue or this is not an issue?

What is your browser? I tested with Chrome and Edge and didn't see anything like that.

Yes, there is no such parameter.

We are not sure this is an issue. Still we would accept a pull request setting samesite of the theme cookie. The relevant code is here: radzen-blazor/Radzen.Blazor/CookieThemeService.cs at c7e4470a60ceaca90cd1aec54aa4458de7db44d7 · radzenhq/radzen-blazor · GitHub