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
fix: use collection expressions for IDE0305 compliance
Replace .ToList() with collection expressions ([.. collection]) when
assigning to List<T> properties in ManageUserNotificationsViewModel
to satisfy IDE0305 code analysis enforced in Release builds.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments