Worth mention another possibility - global using (C# 10+), where
using global System;
is required in just one (any?) cs-file of the project.