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
The IDE suggests that the (int) cast is redundant here. Removing that though changes it from a nullable int with a value of 0 to a nullable int without a value.
Consider the following code:
The IDE suggests that the
(int)cast is redundant here. Removing that though changes it from a nullable int with a value of0to a nullable int without a value.