ymolliks/MagicVilla

(CS-R1062) Use File Scoped `namespace`s instead of typical `namespace`s

Opened this issue · 0 comments

Description

Typical namespaces require that all the members in it be indented. With the additional of classes, methods, and scopes, the indentation level further increases, thereby affecting the code readability, navigation, and clarity. C# 10 introduces file scoped namespaces that do not require members' indentation. It is therefore recommended that you …

Occurrences

There are 8 occurrences of this issue in the repository.

See all occurrences on DeepSource → app.deepsource.com/gh/ymolliks/MagicVilla/issue/CS-R1062/occurrences/