Some parameters are used without being checked for null.
Maybe we could use contracts like Contract.Requires<ArgumentNullException>(x != null)?
Some parameters are used without being checked for null.
Maybe we could use contracts like Contract.Requires<ArgumentNullException>(x != null)?
Status | Assigned | Task | ||
---|---|---|---|---|
Open | felipealmeida | T8331 C#: Fix stylecop warnings | ||
Resolved | felipealmeida | T8399 C#: CA1062: Validate arguments of public methods |