Why is this an issue?

Net alias construct is considered as problematic and, thus, should not be used.

How to fix it

Remove usage of alias constructs.

Code examples

Noncompliant code example

alias s1 = s2;

Resources

Articles & blog posts