C#13 allows a more efficient params parameter usage as described here https://blog.ndepend.com/c-13-params-collections/. Stashbox should also offer such APIs if possible. These overloads should be marked with [OverloadResolutionPriority(1)] to let the compiler prefer these overloads.
C#13 allows a more efficient params parameter usage as described here https://blog.ndepend.com/c-13-params-collections/. Stashbox should also offer such APIs if possible. These overloads should be marked with [OverloadResolutionPriority(1)] to let the compiler prefer these overloads.