You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: