Pattern: Use of as-cast
syntax
Issue: -
Prefer the tradition type casts instead of the new as-cast
syntax. For
example, prefer <string>myVariable
instead of myVariable as string
.
Pattern: Use of as-cast
syntax
Issue: -
Prefer the tradition type casts instead of the new as-cast
syntax. For
example, prefer <string>myVariable
instead of myVariable as string
.